-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 835 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 835 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
{
"name": "cn-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"next": "15.5.9",
"react": "19.1.4",
"react-dom": "19.1.4",
"fumadocs-ui": "15.7.5",
"fumadocs-core": "15.7.5",
"fumadocs-mdx": "11.8.1"
},
"devDependencies": {
"@types/node": "24.3.0",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.8",
"typescript": "^5.9.2",
"@types/mdx": "^2.0.13",
"@tailwindcss/postcss": "^4.1.12",
"tailwindcss": "^4.1.12",
"postcss": "^8.5.6"
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
}