-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 933 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 933 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
36
37
38
{
"name": "nextjs-docs-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc --noEmit",
"validate:docs": "tsx scripts/validate-docs.ts",
"check:links": "tsx scripts/validate-docs.ts --links-only"
},
"dependencies": {
"@scalar/nextjs-api-reference": "^0.10.14",
"gray-matter": "^4.0.3",
"lucide-react": "^1.11.0",
"mermaid": "^11.14.0",
"next": "^16.2.4",
"next-mdx-remote": "^6.0.0",
"openai": "^6.34.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"remark-gfm": "^4.0.1",
"shiki": "^4.0.2",
"yaml": "^2.8.3"
},
"devDependencies": {
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"tsx": "^4.21.0",
"typescript": "^6.0.3"
},
"overrides": {
"postcss": "^8.5.14",
"uuid": "^11.1.1"
}
}