{ "name": "kott-gard", "version": "1.0.0", "private": true, "scripts": { "clean": "rm -rf .next", "dev": "bash scripts/dev.sh", "build": "bash scripts/build.sh", "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", "images:brand": "bash -c '.venv-images/bin/python scripts/process-all-site-images.py 2>/dev/null || python3 scripts/process-all-site-images.py'", "images:optimize": "bash -c '.venv-images/bin/python scripts/optimize-site-images.py 2>/dev/null || python3 scripts/optimize-site-images.py'" }, "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" } }