-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.22 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.22 KB
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
39
40
41
42
43
{
"name": "prism-docs",
"version": "2.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@radix-ui/react-accordion": "1.2.11",
"@radix-ui/react-collapsible": "1.1.11",
"@radix-ui/react-popover": "1.1.14",
"@radix-ui/react-tabs": "1.1.12",
"class-variance-authority": "^0.7.1",
"fumadocs-core": "15.5.3",
"fumadocs-mdx": "11.6.9",
"fumadocs-ui": "15.5.3",
"lucide-react": "^0.522.0",
"next": "15.3.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-medium-image-zoom": "5.2.14",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@fumadocs/cli": "^0.2.1",
"@tailwindcss/postcss": "^4.1.10",
"@types/mdx": "^2.0.13",
"@types/node": "24.0.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"eslint": "^8",
"eslint-config-next": "15.3.3",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "^5.8.3"
},
"engines": {
"node": "v23.5.0"
}
}