Files
frontend/package.json
Mikuisnotavailable c903bf5284 first save
2025-07-30 03:08:49 +08:00

44 lines
1.1 KiB
JSON

{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev ",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"axios": "^1.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.533.0",
"next": "^14.2.30",
"next-auth": "^4.24.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"tailwind-merge": "^3.3.1",
"three": "^0.152.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19.1.9",
"@types/react-dom": "^19",
"@types/three": "^0.178.1",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.4.4",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.6",
"typescript": "^5"
}
}