-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 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
44
45
{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"build:api": "node scripts/build-openapi-pages.mjs",
"dev": "next dev --turbo",
"start": "next start",
"clean": "rm -rf .next .source node_modules out pnpm-lock.yaml",
"serve": "serve ./out",
"types:check": "fumadocs-mdx && tsc --noEmit",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.14",
"ajv": "^8.17.1",
"fumadocs-core": "15.4.2",
"fumadocs-mdx": "11.6.6",
"fumadocs-openapi": "^9.0.4",
"fumadocs-ui": "15.4.2",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"prettier": "^3.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"serve": "^14.2.4",
"shiki": "^3.4.2",
"tailwind-merge": "^3.3.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.8",
"@types/mdx": "^2.0.13",
"@types/node": "22.15.24",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.3",
"eslint": "^9.27.0",
"eslint-config-next": "15.3.2",
"glob": "^11.0.2",
"openapi-types": "^12.1.3",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.8",
"typescript": "^5.8.3"
}
}