{ "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", "date-fns": "^2.30.0", "encoding": "^0.1.13", "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": { "@next/bundle-analyzer": "^13.5.6", "@types/node": "^20", "@types/node-fetch-cache": "^3.0.3", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.4.16", "cross-env": "^7.0.3", "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" } }