api-docs / package.json
Hanzo Dev
Create minimal working template
ebcd728
raw
history blame contribute delete
588 Bytes
{
"name": "@hanzo/api-docs-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0 -p 3000",
"build": "next build",
"start": "next start -H 0.0.0.0 -p 3000",
"lint": "next lint"
},
"dependencies": {
"next": "^15.3.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@hanzo/ui": "latest"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}