2023-10-18 06:58:40 +00:00
|
|
|
{
|
|
|
|
"name": "scoresaber-reloadedv2",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2023-11-08 11:49:19 +00:00
|
|
|
"sideEffects": false,
|
2023-10-18 06:58:40 +00:00
|
|
|
"scripts": {
|
2023-11-08 08:40:49 +00:00
|
|
|
"dev": "next dev",
|
2023-10-18 06:58:40 +00:00
|
|
|
"build": "next build",
|
2023-11-07 23:05:11 +00:00
|
|
|
"generate-sitemap": "next-sitemap",
|
2023-10-18 06:58:40 +00:00
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-24 06:47:11 +00:00
|
|
|
"@boiseitguru/cookie-cutter": "^0.2.1",
|
2023-10-19 04:21:35 +00:00
|
|
|
"@heroicons/react": "^2.0.18",
|
2023-11-05 20:56:19 +00:00
|
|
|
"@radix-ui/react-label": "^2.0.2",
|
2023-10-29 20:53:48 +00:00
|
|
|
"@radix-ui/react-popover": "^1.0.7",
|
2023-11-05 20:56:19 +00:00
|
|
|
"@radix-ui/react-radio-group": "^1.1.3",
|
2023-10-30 16:53:55 +00:00
|
|
|
"@radix-ui/react-separator": "^1.0.3",
|
2023-10-29 20:53:48 +00:00
|
|
|
"@radix-ui/react-slider": "^1.1.2",
|
2023-11-05 02:55:57 +00:00
|
|
|
"@radix-ui/react-slot": "^1.0.2",
|
2023-11-05 20:56:19 +00:00
|
|
|
"@radix-ui/react-switch": "^1.0.3",
|
2023-10-29 15:35:10 +00:00
|
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
2023-10-20 15:18:24 +00:00
|
|
|
"@sentry/nextjs": "^7.74.1",
|
2023-10-20 20:06:03 +00:00
|
|
|
"chart.js": "^4.4.0",
|
2023-10-29 15:35:10 +00:00
|
|
|
"class-variance-authority": "^0.7.0",
|
2023-10-19 04:21:35 +00:00
|
|
|
"clsx": "^2.0.0",
|
2023-11-07 23:05:11 +00:00
|
|
|
"country-list": "^2.3.0",
|
2023-11-08 11:49:19 +00:00
|
|
|
"critters": "^0.0.20",
|
2023-10-23 07:37:18 +00:00
|
|
|
"date-fns": "^2.30.0",
|
2023-10-19 13:17:55 +00:00
|
|
|
"encoding": "^0.1.13",
|
2023-10-23 08:54:26 +00:00
|
|
|
"idb-keyval": "^6.2.1",
|
2023-11-03 08:03:57 +00:00
|
|
|
"lucide-react": "^0.292.0",
|
2023-10-31 12:02:26 +00:00
|
|
|
"next": "14.0.1",
|
2023-10-20 10:54:20 +00:00
|
|
|
"next-build-id": "^3.0.0",
|
2023-11-07 23:05:11 +00:00
|
|
|
"next-sitemap": "^4.2.3",
|
2023-10-29 20:53:48 +00:00
|
|
|
"next-themes": "^0.2.1",
|
2023-10-18 06:58:40 +00:00
|
|
|
"react": "^18",
|
2023-10-20 20:06:03 +00:00
|
|
|
"react-chartjs-2": "^5.2.0",
|
2023-10-18 06:58:40 +00:00
|
|
|
"react-dom": "^18",
|
2023-10-21 21:16:46 +00:00
|
|
|
"react-toastify": "^9.1.3",
|
2023-11-08 23:17:32 +00:00
|
|
|
"redis": "^4.6.10",
|
2023-10-19 13:31:22 +00:00
|
|
|
"sharp": "^0.32.6",
|
2023-10-29 15:35:10 +00:00
|
|
|
"tailwind-merge": "^2.0.0",
|
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2023-11-05 20:56:19 +00:00
|
|
|
"websocket": "^1.0.34",
|
2023-10-19 19:31:05 +00:00
|
|
|
"zustand": "^4.4.3"
|
2023-10-18 06:58:40 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-27 17:39:53 +00:00
|
|
|
"@next/bundle-analyzer": "^14.0.0",
|
2023-10-18 06:58:40 +00:00
|
|
|
"@types/node": "^20",
|
|
|
|
"@types/react": "^18",
|
|
|
|
"@types/react-dom": "^18",
|
2023-11-05 20:56:19 +00:00
|
|
|
"@types/websocket": "^1.0.8",
|
2023-10-19 04:21:35 +00:00
|
|
|
"autoprefixer": "^10.4.16",
|
2023-10-23 07:37:18 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2023-10-18 06:58:40 +00:00
|
|
|
"eslint": "^8",
|
2023-10-31 12:02:26 +00:00
|
|
|
"eslint-config-next": "14.0.1",
|
2023-10-19 04:21:35 +00:00
|
|
|
"postcss": "^8.4.31",
|
|
|
|
"prettier": "^3.0.3",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.6",
|
|
|
|
"tailwindcss": "^3.3.3",
|
|
|
|
"typescript": "^5"
|
2023-10-18 06:58:40 +00:00
|
|
|
}
|
2023-10-19 13:17:55 +00:00
|
|
|
}
|