53bdc6b71a
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.24 to 18.0.25. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
41 lines
964 B
JSON
41 lines
964 B
JSON
{
|
|
"name": "beatsaber-overlay",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "react-env -- next",
|
|
"build": "next build",
|
|
"start": "APP_ENV=production node server.js",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@beam-australia/react-env": "^3.1.1",
|
|
"@emotion/cache": "^11.10.5",
|
|
"@emotion/server": "^11.10.0",
|
|
"@nextui-org/react": "^1.0.0-beta.10",
|
|
"axios": "^1.1.3",
|
|
"core-js-pure": "^3.26.0",
|
|
"critters": "^0.0.16",
|
|
"ioredis": "^5.2.4",
|
|
"next": "12",
|
|
"next-seo": "^5.14.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.1.1",
|
|
"sharp": "^0.31.2",
|
|
"websocket": "^1.0.34",
|
|
"zustand": "^4.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.9",
|
|
"@types/react": "^18.0.25",
|
|
"@types/websocket": "^1.0.5",
|
|
"eslint": "8.27.0",
|
|
"eslint-config-next": "12.3.1",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|