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

41 lines
980 B
JSON
Raw Normal View History

2022-02-14 17:43:52 +00:00
{
2022-10-26 11:01:09 +00:00
"name": "beatsaber-overlay",
"private": true,
"scripts": {
2022-10-26 16:13:30 +00:00
"dev": "react-env -- next",
2022-10-26 11:01:09 +00:00
"build": "next build",
2022-10-29 13:27:50 +00:00
"start": "APP_ENV=production node server.js",
2023-03-26 16:58:29 +00:00
"lint": "next lint",
"update-depends": "npm-check -u"
2022-10-26 11:01:09 +00:00
},
"dependencies": {
2022-10-26 16:13:30 +00:00
"@beam-australia/react-env": "^3.1.1",
2023-04-09 16:06:20 +00:00
"@emotion/cache": "^11.10.7",
2022-10-26 11:01:09 +00:00
"@emotion/server": "^11.10.0",
"@nextui-org/react": "^1.0.0-beta.12",
2023-04-09 16:06:20 +00:00
"axios": "^1.3.5",
"core-js-pure": "^3.30.0",
2022-10-26 11:01:09 +00:00
"critters": "^0.0.16",
2023-03-21 16:45:31 +00:00
"ioredis": "^5.3.1",
2023-04-09 16:06:20 +00:00
"next": "^13.3.0",
"next-seo": "^6.0.0",
2022-10-26 11:01:09 +00:00
"next-themes": "^0.2.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
2023-04-09 16:06:20 +00:00
"react-country-flag": "^3.1.0",
2022-10-26 11:01:09 +00:00
"react-dom": "^18.2.0",
2023-03-26 02:18:36 +00:00
"react-toastify": "^9.1.2",
"sharp": "^0.32.0",
2022-10-28 18:52:47 +00:00
"websocket": "^1.0.34",
2023-04-09 16:06:20 +00:00
"zustand": "^4.3.7"
2022-10-26 11:01:09 +00:00
},
"devDependencies": {
2023-04-09 16:06:20 +00:00
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
2022-10-28 18:52:47 +00:00
"@types/websocket": "^1.0.5",
2023-04-09 16:06:20 +00:00
"eslint": "^8.38.0",
"eslint-config-next": "^13.3.0",
"typescript": "^5.0.4"
2022-10-26 11:01:09 +00:00
}
2022-02-14 17:43:52 +00:00
}