-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 969 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 969 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
36
37
38
{
"name": "pic-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev -p 3001 --turbopack",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "15.7.3",
"fumadocs-mdx": "11.10.1",
"fumadocs-ui": "15.7.13",
"lucide-react": "^0.479.0",
"motion": "^12.4.11",
"next": "^15.5.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.9",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.8",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"eslint": "^8",
"eslint-config-next": "15.2.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.13",
"typescript": "^5.8.2"
}
}