Files
Mugcloud/package.json
haniyeroozmand 54b1e83983 menu and services
2026-05-17 10:32:53 +03:30

35 lines
819 B
JSON

{
"name": "mugit3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@react-three/postprocessing": "^3.0.4",
"framer-motion": "^12.38.0",
"lucide-react": "^1.14.0",
"motion": "^12.0.6",
"next": "16.2.5",
"next-themes": "^0.4.6",
"postprocessing": "^6.39.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"three": "^0.184.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.184.1",
"babel-plugin-react-compiler": "1.0.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}