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
967 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",
"start": "APP_ENV=production next start -p 3001",
"lint": "next lint"
},
"dependencies": {
2022-10-26 16:13:30 +00:00
"@beam-australia/react-env": "^3.1.1",
"@emotion/cache": "^11.10.5",
2022-10-26 11:01:09 +00:00
"@emotion/server": "^11.10.0",
"@nextui-org/react": "^1.0.0-beta.10",
2022-10-28 18:52:47 +00:00
"axios": "^1.1.3",
2022-10-26 20:37:28 +00:00
"core-js-pure": "^3.26.0",
2022-10-26 11:01:09 +00:00
"critters": "^0.0.16",
"ioredis": "^5.2.3",
"next": "12",
"next-seo": "^5.9.0",
2022-10-26 11:01:09 +00:00
"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",
2022-10-28 18:52:47 +00:00
"sharp": "^0.31.1",
"websocket": "^1.0.34",
"zustand": "^4.1.3"
2022-10-26 11:01:09 +00:00
},
"devDependencies": {
2022-10-26 20:37:28 +00:00
"@types/node": "^18.11.7",
"@types/react": "^18.0.24",
2022-10-28 18:52:47 +00:00
"@types/websocket": "^1.0.5",
2022-10-26 11:01:09 +00:00
"eslint": "8.26.0",
"eslint-config-next": "12.3.1",
"typescript": "^4.8.4"
}
2022-02-14 17:43:52 +00:00
}