-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.04 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
{
"name": "sqlc-docs",
"version": "0.0.20",
"private": true,
"scripts": {
"ingest": "node scripts/ingest.mjs",
"build": "node -e \"require('fs').rmSync('out', {recursive: true, force: true})\" && next build",
"postbuild": "node scripts/fix-html-ext.mjs && node scripts/redirects.mjs",
"dev": "next dev",
"start": "serve out",
"types:check": "next typegen && tsc --noEmit"
},
"dependencies": {
"cnfast": "^0.1.0",
"fumadocs-core": "16.15.2",
"fumadocs-mdx": "15.3.1",
"fumadocs-ui": "npm:@fumadocs/base-ui@16.15.2",
"lucide-react": "^1.34.0",
"next": "16.3.2",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/mdast": "^4.0.4",
"@types/mdx": "^2.0.14",
"@types/node": "^26.3.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"postcss": "^8.5.26",
"serve": "^14.2.6",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3",
"unist-util-visit": "^5.1.0",
"yaml": "^2.9.0"
}
}