57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"prebuild": "node scripts/update-last-modified.js",
|
|
"build": "next build",
|
|
"postinstall": "node scripts/update-last-modified.js",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"update-last-modified": "node scripts/update-last-modified.js"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.7.0",
|
|
"@next/swc-darwin-arm64": "^16.3.0",
|
|
"@react-three/drei": "^10.7.8",
|
|
"@react-three/fiber": "^9.7.0",
|
|
"@shadcn/react": "^0.3.1",
|
|
"@stripe/react-stripe-js": "^6.8.2",
|
|
"@stripe/stripe-js": "^9.15.0",
|
|
"@vercel/analytics": "^1.6.1",
|
|
"@vercel/speed-insights": "^1.3.1",
|
|
"@xboxreplay/xboxlive-api": "^3.4.3",
|
|
"@yudiel/react-qr-scanner": "^2.6.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"input-otp": "^1.4.2",
|
|
"lucide-react": "^0.561.0",
|
|
"motion": "^12.43.0",
|
|
"next": "16.0.10",
|
|
"next-themes": "^0.4.6",
|
|
"qrcode": "^1.5.4",
|
|
"radix-ui": "^1.6.7",
|
|
"react": "19.2.1",
|
|
"react-dom": "19.2.1",
|
|
"react-icons": "^5.7.0",
|
|
"shadcn": "^3.8.5",
|
|
"sonner": "^2.0.7",
|
|
"stripe": "^22.6.0",
|
|
"tailwind-merge": "^3.6.0",
|
|
"three": "^0.185.1",
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.3.3",
|
|
"@types/node": "^20.19.43",
|
|
"@types/qrcode": "^1.5.6",
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4",
|
|
"@types/three": "^0.185.4",
|
|
"eslint": "^9.39.5",
|
|
"eslint-config-next": "16.0.10",
|
|
"tailwindcss": "^4.3.3",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|