Replace entire repo content with correct code from /root/shahikitchen-website/

This commit is contained in:
root
2026-06-29 16:22:09 +00:00
parent 57cc67d2d3
commit 50e3a34895
723 changed files with 20055 additions and 26101 deletions
+35 -27
View File
@@ -1,37 +1,45 @@
{
"name": "kott-gard",
"version": "1.0.0",
"name": "shahikitchen",
"version": "0.1.0",
"private": true,
"scripts": {
"clean": "rm -rf .next",
"dev": "bash scripts/dev.sh",
"build": "bash scripts/build.sh",
"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",
"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'"
"lint": "eslint",
"sync-images": "tsx scripts/sync-ftp-images.ts",
"sync-sweets-images": "node scripts/sync-sweets-images.mjs",
"sync-sweets-videos": "node scripts/sync-sweets-videos.mjs",
"optimize-sweets-videos": "node scripts/optimize-sweets-videos.mjs"
},
"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"
"@imgly/background-removal-node": "^1.4.5",
"@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"
},
"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"
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"ffmpeg-static": "^5.2.0",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"qrcode": "^1.5.4",
"sharp": "^0.35.2",
"tailwindcss": "^4",
"tsx": "^4.22.4",
"typescript": "^5"
}
}