2023-10-18 06:58:40 +00:00
|
|
|
{
|
|
|
|
"name": "scoresaber-reloadedv2",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-19 04:21:35 +00:00
|
|
|
"@heroicons/react": "^2.0.18",
|
2023-10-19 13:17:55 +00:00
|
|
|
"@trigger.dev/nextjs": "^2.2.0",
|
|
|
|
"@trigger.dev/react": "^2.2.0",
|
|
|
|
"@trigger.dev/sdk": "^2.2.0",
|
|
|
|
"bluebird": "^3.7.2",
|
2023-10-19 04:21:35 +00:00
|
|
|
"clsx": "^2.0.0",
|
2023-10-19 13:17:55 +00:00
|
|
|
"encoding": "^0.1.13",
|
|
|
|
"mongoose": "^7.6.3",
|
2023-10-19 04:21:35 +00:00
|
|
|
"next": "13.5.5",
|
2023-10-19 13:17:55 +00:00
|
|
|
"node-fetch-cache": "^3.1.3",
|
2023-10-18 06:58:40 +00:00
|
|
|
"react": "^18",
|
2023-10-19 14:48:02 +00:00
|
|
|
"react-country-flag": "^3.1.0",
|
2023-10-18 06:58:40 +00:00
|
|
|
"react-dom": "^18",
|
2023-10-19 13:31:22 +00:00
|
|
|
"sharp": "^0.32.6",
|
2023-10-19 13:17:55 +00:00
|
|
|
"winston": "^3.11.0"
|
2023-10-18 06:58:40 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^20",
|
2023-10-19 13:17:55 +00:00
|
|
|
"@types/node-fetch-cache": "^3.0.3",
|
2023-10-18 06:58:40 +00:00
|
|
|
"@types/react": "^18",
|
|
|
|
"@types/react-dom": "^18",
|
2023-10-19 04:21:35 +00:00
|
|
|
"autoprefixer": "^10.4.16",
|
2023-10-18 06:58:40 +00:00
|
|
|
"eslint": "^8",
|
2023-10-19 04:21:35 +00:00
|
|
|
"eslint-config-next": "13.5.5",
|
|
|
|
"postcss": "^8.4.31",
|
|
|
|
"prettier": "^3.0.3",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.6",
|
|
|
|
"tailwindcss": "^3.3.3",
|
|
|
|
"typescript": "^5"
|
|
|
|
},
|
|
|
|
"trigger.dev": {
|
|
|
|
"endpointId": "scoresaber-reloaded-3SPH"
|
2023-10-18 06:58:40 +00:00
|
|
|
}
|
2023-10-19 13:17:55 +00:00
|
|
|
}
|