-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 857 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 857 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": "sad113-2",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"build:docs": "node ./scripts/generate-docs.mjs"
},
"dependencies": {
"fumadocs-core": "15.0.14",
"fumadocs-mdx": "11.5.6",
"fumadocs-openapi": "^6.2.1",
"fumadocs-ui": "15.0.14",
"lucide-react": "^0.477.0",
"next": "15.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rimraf": "^6.0.1",
"shiki": "^3.1.0"
},
"devDependencies": {
"@fumadocs/cli": "^0.0.8",
"@tailwindcss/postcss": "^4.0.9",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.8",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.9",
"typescript": "^5.8.2"
}
}