accesscodes/package.json
anonymousratwastaken e17632405a whoops, no clerk
2026-03-01 13:03:32 +00:00

48 lines
1.3 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.0.0",
"@next/swc-darwin-arm64": "^16.1.6",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"@xboxreplay/xboxlive-api": "^3.4.3",
"@yudiel/react-qr-scanner": "^2.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"input-otp": "^1.4.2",
"lucide-react": "^0.561.0",
"motion": "^12.23.26",
"next": "16.0.10",
"next-themes": "^0.4.6",
"qrcode": "^1.5.4",
"radix-ui": "^1.4.3",
"react": "19.2.1",
"react-dom": "19.2.1",
"shadcn": "^3.6.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/qrcode": "^1.5.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"tailwindcss": "^4",
"typescript": "^5"
}
}