mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-06-02 13:13:43 -04:00
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"type": "module",
|
|
"imports": {
|
|
"#/*": "./src/*"
|
|
},
|
|
"scripts": {
|
|
"dev": "vp dev",
|
|
"build": "vp build",
|
|
"preview": "vp preview",
|
|
"deploy": "vp run build && wrangler deploy",
|
|
"cf-typegen": "wrangler types",
|
|
"tsc": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.5.0",
|
|
"@fontsource-variable/jetbrains-mono": "^5.2.8",
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@tailwindcss/vite": "^4.3.0",
|
|
"@tanstack/react-devtools": "^0.10.5",
|
|
"@tanstack/react-router": "^1.170.8",
|
|
"@tanstack/react-router-devtools": "^1.167.0",
|
|
"@tanstack/react-router-ssr-query": "^1.167.0",
|
|
"@tanstack/react-start": "^1.168.13",
|
|
"@tanstack/router-plugin": "^1.168.11",
|
|
"@types/mdx": "^2.0.13",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"fumadocs-core": "^16.9.1",
|
|
"fumadocs-mdx": "^15.0.10",
|
|
"fumadocs-ui": "^16.9.1",
|
|
"lucide-react": "^1.16.0",
|
|
"react": "^19.2.6",
|
|
"react-dom": "^19.2.6",
|
|
"shadcn": "^4.8.0",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^4.3.0",
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vite-plugin": "^1.39.0",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tanstack/devtools-vite": "^0.7.0",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/node": "^25.9.1",
|
|
"@types/react": "^19.2.15",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.2",
|
|
"jsdom": "^29.1.1",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.14",
|
|
"vite-plugin-killer-instincts": "^1.1.0",
|
|
"vite-plus": "^0.1.22",
|
|
"vitest": "^4.1.7",
|
|
"wrangler": "^4.95.0"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild",
|
|
"lightningcss"
|
|
]
|
|
}
|
|
}
|