Files
kottgard-testing/package.json
T

35 lines
853 B
JSON

{
"name": "kott-gard",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"annotate": "node docs/annotate-all.mjs",
"images:populate": "bash scripts/populate-site-images.sh",
"images:fish": "bash scripts/update-fish-images.sh"
},
"dependencies": {
"clsx": "^2.1.0",
"lucide-react": "^0.344.0",
"next": "13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.17",
"docx": "^9.7.1",
"eslint": "^8.56.0",
"eslint-config-next": "13.5.6",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}