01137bb374
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.0.10 to 12.3.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v12.3.1/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
703 B
JSON
30 lines
703 B
JSON
{
|
|
"name": "beatsaber-overlay",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "npm i && next build && next start -p 3001",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.10.3",
|
|
"@emotion/server": "^11.10.0",
|
|
"@nextui-org/react": "^1.0.0-beta.10",
|
|
"next": "12",
|
|
"next-seo": "^5.5.0",
|
|
"next-themes": "^0.2.1",
|
|
"node-fetch": "^3.2.10",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-country-flag": "^3.0.2",
|
|
"react-dom": "^18.2.0",
|
|
"react-toastify": "^9.0.8",
|
|
"sharp": "^0.31.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.25.0",
|
|
"eslint-config-next": "12.3.1"
|
|
}
|
|
}
|