46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "shahikitchen",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"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": {
|
|
"@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": {
|
|
"@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"
|
|
}
|
|
}
|