chore: thêm dependencies cho VR360 Như Quỳnh (three, framer-motion, lucide, shaders)

This commit is contained in:
tuyenio
2026-06-23 10:55:38 +07:00
parent ff283e77be
commit a36b565dd7
2 changed files with 173 additions and 4 deletions
+7 -1
View File
@@ -9,15 +9,21 @@
"lint": "eslint"
},
"dependencies": {
"@paper-design/shaders-react": "^0.0.76",
"framer-motion": "^12.40.0",
"lottie-react": "^2.4.1",
"lucide-react": "^1.21.0",
"next": "16.2.9",
"react": "19.2.4",
"react-dom": "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",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"tailwindcss": "^4",