scoresaber-reloadedv3/package.json

54 lines
1.4 KiB
JSON
Raw Normal View History

2024-09-05 16:09:17 +00:00
{
"name": "scoresaber-reloadedv3",
"version": "0.1.0",
"private": true,
"scripts": {
2024-09-23 21:56:49 +00:00
"dev": "next dev --turbo",
2024-09-05 16:09:17 +00:00
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-09-08 21:35:32 +00:00
"@formkit/tempo": "^0.1.2",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-query": "^5.55.4",
2024-09-11 14:38:04 +00:00
"chart.js": "^4.4.4",
2024-09-08 21:35:32 +00:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
2024-09-13 15:38:45 +00:00
"comlink": "^4.4.1",
2024-09-08 21:35:32 +00:00
"dexie": "^4.0.8",
"dexie-react-hooks": "^1.1.7",
"framer-motion": "^11.5.4",
2024-09-08 21:35:32 +00:00
"ky": "^1.7.2",
"lucide-react": "^0.441.0",
2024-09-12 20:02:42 +00:00
"next": "14.2.11",
2024-09-13 19:52:27 +00:00
"next-build-id": "^3.0.0",
2024-09-08 21:35:32 +00:00
"next-themes": "^0.3.0",
2024-09-05 16:09:17 +00:00
"react": "^18",
2024-09-11 14:38:04 +00:00
"react-chartjs-2": "^5.2.0",
2024-09-05 16:09:17 +00:00
"react-dom": "^18",
2024-09-08 21:35:32 +00:00
"react-hook-form": "^7.53.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
2024-09-05 16:09:17 +00:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
2024-09-08 21:35:32 +00:00
"eslint": "^8",
2024-09-12 20:02:42 +00:00
"eslint-config-next": "14.2.11",
2024-09-05 16:09:17 +00:00
"postcss": "^8",
"tailwindcss": "^3.4.1",
2024-09-08 21:35:32 +00:00
"typescript": "^5"
2024-09-05 16:09:17 +00:00
}
}