-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 869 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@vercel/analytics": "^1.3.1",
"framer-motion": "^11.5.4",
"fumadocs-typescript": "^2.1.0",
"lucide-react": "^0.439.0",
"next": "14.0.4",
"next-docs-mdx": "7.1.2",
"next-docs-ui": "7.1.2",
"next-docs-zeta": "7.1.2",
"next-themes": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "10.4.16",
"postcss": "8.4.32",
"tailwindcss": "3.3.7",
"typescript": "5.3.3"
}
}