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
Fascinated 4dce461cd9
All checks were successful
Publish / docker (ubuntu-latest, 2.38.4) (push) Successful in 3m36s
bump depends
2023-04-14 20:14:51 +01:00

41 lines
980 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",
"update-depends": "npm-check -u"
},
"dependencies": {
"@beam-australia/react-env": "^3.1.1",
"@emotion/cache": "^11.10.7",
"@emotion/server": "^11.10.0",
"@nextui-org/react": "^1.0.0-beta.12",
"axios": "^1.3.5",
"core-js-pure": "^3.30.1",
"critters": "^0.0.16",
"ioredis": "^5.3.1",
"next": "^13.3.0",
"next-seo": "^6.0.0",
"next-themes": "^0.2.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-country-flag": "^3.1.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.2",
"sharp": "^0.32.0",
"websocket": "^1.0.34",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/react": "^18.0.35",
"@types/websocket": "^1.0.5",
"eslint": "^8.38.0",
"eslint-config-next": "^13.3.0",
"typescript": "^5.0.4"
}
}