-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 931 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 931 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
{
"name": "zoo-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "hanzo-docs-mdx && next lint",
"start": "next start",
"types:check": "hanzo-docs-mdx && tsc --noEmit"
},
"dependencies": {
"@hanzo/docs": "16.4.0",
"@hanzo/docs-core": "16.5.0",
"@hanzo/docs-base-ui": "16.4.8",
"@hanzo/docs-ui": "16.4.8",
"@hanzo/docs-mdx": "14.3.0",
"lucide-react": "^0.561.0",
"next": "^16.1.1",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"shiki": "^3.20.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^24.10.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"description": "Zoo Network Documentation"
}