This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
beatsaber-overlay/package.json
dependabot[bot] c8260119ca
Bump @emotion/cache from 11.10.3 to 11.10.5
Bumps [@emotion/cache](https://github.com/emotion-js/emotion) from 11.10.3 to 11.10.5.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/cache@11.10.3...@emotion/cache@11.10.5)

---
updated-dependencies:
- dependency-name: "@emotion/cache"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-27 17:53:09 +00:00

37 lines
865 B
JSON

{
"name": "beatsaber-overlay",
"private": true,
"scripts": {
"dev": "react-env -- next",
"build": "next build",
"start": "APP_ENV=production next start -p 3001",
"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",
"core-js-pure": "^3.26.0",
"critters": "^0.0.16",
"ioredis": "^5.2.3",
"next": "12",
"next-seo": "^5.9.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": {
"@types/node": "^18.11.7",
"@types/react": "^18.0.23",
"eslint": "8.26.0",
"eslint-config-next": "12.3.1",
"typescript": "^4.8.4"
}
}