Skip to content

Commit d2d653d

Browse files
committed
chore: switch to @hanzo/docs npm packages
Replace link: dependencies with published npm versions: - @hanzo/docs@16.2.8 - @hanzo/docs-mdx@14.2.4 - @hanzo/docs-core@16.4.2 - @hanzo/docs-base-ui@16.4.2 - @hanzo/docs-ui@16.4.2
1 parent 3a4a1b6 commit d2d653d

2 files changed

Lines changed: 6247 additions & 0 deletions

File tree

docs-new/package.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "zenlm-docs",
3+
"version": "1.0.0",
4+
"private": true,
5+
"scripts": {
6+
"build": "next build",
7+
"dev": "next dev",
8+
"start": "next start",
9+
"types:check": "hanzo-docs-mdx && next typegen && tsc --noEmit"
10+
},
11+
"dependencies": {
12+
"@hanzo/docs": "^16.2.8",
13+
"@hanzo/docs-mdx": "^14.2.4",
14+
"@hanzo/docs-core": "^16.4.2",
15+
"@hanzo/docs-base-ui": "^16.4.2",
16+
"@hanzo/docs-ui": "^16.4.2",
17+
"lucide-react": "^0.468.0",
18+
"next": "^16.0.0",
19+
"react": "^19.0.0",
20+
"react-dom": "^19.0.0"
21+
},
22+
"devDependencies": {
23+
"@tailwindcss/postcss": "^4.0.0",
24+
"@types/mdx": "^2.0.13",
25+
"@types/node": "^22.0.0",
26+
"@types/react": "^19.0.0",
27+
"@types/react-dom": "^19.0.0",
28+
"postcss": "^8.4.47",
29+
"tailwindcss": "^4.0.0",
30+
"typescript": "^5.7.0"
31+
}
32+
}

0 commit comments

Comments
 (0)