mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-08-17 12:33:24 +00:00
32 lines
753 B
JSON
32 lines
753 B
JSON
{
|
|
"name": "claude-code-router-docs",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/sitemap": "^3.7.3",
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
"astro": "7.0.0",
|
|
"lucide-astro": "^0.556.0",
|
|
"tailwindcss": "^4.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^6.0.2",
|
|
"@types/react": "^18.3.31",
|
|
"@types/react-dom": "^18.3.7",
|
|
"baseui": "^16.1.1",
|
|
"clsx": "^2.1.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"styletron-engine-atomic": "^1.6.2",
|
|
"styletron-react": "^6.1.1",
|
|
"tailwind-merge": "^3.6.0"
|
|
}
|
|
}
|