55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "client",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@privy-io/react-auth": "^2.3.0",
|
|
"@radix-ui/react-slot": "^1.1.1",
|
|
"@react-three/drei": "^9.121.4",
|
|
"@react-three/fiber": "^8.17.14",
|
|
"@react-three/postprocessing": "^2.19.1",
|
|
"@splinetool/react-spline": "^4.0.0",
|
|
"@splinetool/runtime": "^1.9.64",
|
|
"axios": "^1.7.9",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^12.0.11",
|
|
"gsap": "^3.12.7",
|
|
"lucide-react": "^0.469.0",
|
|
"motion": "^12.0.8",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^7.1.1",
|
|
"reactflow": "^11.11.4",
|
|
"recharts": "^2.15.1",
|
|
"simplex-noise": "^4.0.3",
|
|
"styled-components": "^6.1.14",
|
|
"tailwind-merge": "^3.0.1",
|
|
"three": "^0.173.0",
|
|
"three.meshline": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.17.0",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.17.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
"globals": "^15.14.0",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.6.2",
|
|
"typescript-eslint": "^8.18.2",
|
|
"vite": "^6.0.5"
|
|
}
|
|
}
|