25 lines
640 B
JSON
25 lines
640 B
JSON
{
|
|
"name": "9router-docs",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev -p 3001",
|
|
"build": "next build",
|
|
"start": "next start -p 3001",
|
|
"deploy": "npm run build && npx wrangler pages deploy out --project-name=9router-docs --commit-dirty=true"
|
|
},
|
|
"dependencies": {
|
|
"lucide-react": "^0.563.0",
|
|
"next": "16.1.1",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-markdown": "^9.0.1",
|
|
"rehype-highlight": "^7.0.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-gfm": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.2.0",
|
|
"tailwindcss": "^4.2.0"
|
|
}
|
|
}
|