Replace entire repo content with kottgard-production-v1.1.zip (for shahikitchen-prod repo)

This commit is contained in:
root
2026-06-29 15:04:08 +00:00
parent 6cd5aaa048
commit 57cc67d2d3
850 changed files with 26149 additions and 15588 deletions
+27 -29
View File
@@ -1,39 +1,37 @@
{
"name": "shahikitchen",
"version": "0.1.0",
"name": "kott-gard",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"clean": "rm -rf .next",
"dev": "bash scripts/dev.sh",
"build": "bash scripts/build.sh",
"start": "next start",
"lint": "eslint",
"sync-images": "tsx scripts/sync-ftp-images.ts"
"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": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@splinetool/react-spline": "^4.1.0",
"@types/three": "^0.184.1",
"framer-motion": "^12.40.0",
"gsap": "^3.15.0",
"lenis": "^1.3.23",
"lucide-react": "^1.17.0",
"next": "16.2.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"sonner": "^2.0.7",
"three": "^0.184.0"
"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": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"qrcode": "^1.5.4",
"tailwindcss": "^4",
"tsx": "^4.22.4",
"typescript": "^5"
"@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"
}
}