2025-12-04 10:17:03 +08:00
|
|
|
{
|
|
|
|
|
"name": "carrotskin",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-12-04 20:05:13 +08:00
|
|
|
"@auth/prisma-adapter": "^2.11.1",
|
|
|
|
|
"@headlessui/react": "^2.2.9",
|
|
|
|
|
"@heroicons/react": "^2.2.0",
|
|
|
|
|
"@prisma/client": "^7.1.0",
|
|
|
|
|
"@types/three": "^0.181.0",
|
|
|
|
|
"framer-motion": "^12.23.25",
|
|
|
|
|
"lucide-react": "^0.555.0",
|
2026-01-10 10:09:45 +08:00
|
|
|
"next": "^16.1.1",
|
2025-12-04 20:05:13 +08:00
|
|
|
"next-auth": "^4.24.13",
|
|
|
|
|
"prisma": "^7.1.0",
|
2026-01-10 10:09:45 +08:00
|
|
|
"react": "^19.2.3",
|
|
|
|
|
"react-dom": "^19.2.3",
|
2025-12-04 20:05:13 +08:00
|
|
|
"skinview3d": "^3.4.1",
|
|
|
|
|
"three": "^0.181.2"
|
2025-12-04 10:17:03 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
|
|
"@types/node": "^20",
|
2026-01-09 17:44:21 +08:00
|
|
|
"@types/react": "^19.2.7",
|
2025-12-04 10:17:03 +08:00
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"eslint": "^9",
|
2026-01-10 10:22:59 +08:00
|
|
|
"eslint-config-next": "^16.1.1",
|
2025-12-04 10:17:03 +08:00
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
|
|
|
|
}
|