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] 13fe172029
Bump sharp from 0.30.1 to 0.31.1
Bumps [sharp](https://github.com/lovell/sharp) from 0.30.1 to 0.31.1.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.30.1...v0.31.1)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 17:42:06 +00:00

30 lines
702 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.7.1",
"@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.9.0",
"eslint-config-next": "12.0.10"
}
}