scoresaber-reloaded-v2/package.json
Liam 70c5109417
All checks were successful
deploy / deploy (push) Successful in 2m8s
added profile claiming
2023-10-21 22:16:46 +01:00

45 lines
1.1 KiB
JSON

{
"name": "scoresaber-reloadedv2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@sentry/nextjs": "^7.74.1",
"bluebird": "^3.7.2",
"chart.js": "^4.4.0",
"clsx": "^2.0.0",
"encoding": "^0.1.13",
"moment": "^2.29.4",
"next": "13.5.6",
"next-build-id": "^3.0.0",
"node-fetch-cache": "^3.1.3",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-country-flag": "^3.1.0",
"react-dom": "^18",
"react-toastify": "^9.1.3",
"sharp": "^0.32.6",
"zustand": "^4.4.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/node-fetch-cache": "^3.0.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.3",
"typescript": "^5"
}
}