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

34 lines
819 B
JSON
Raw Normal View History

2022-02-14 17:43:52 +00:00
{
"name": "beatsaber-overlay",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npm i && next build && next start -p 3001",
2022-02-14 17:43:52 +00:00
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.10.3",
"@emotion/server": "^11.10.0",
2022-09-01 23:38:01 +00:00
"@nextui-org/react": "^1.0.0-beta.10",
2022-10-20 17:00:27 +00:00
"ioredis": "^5.2.3",
2022-10-14 18:15:03 +00:00
"next": "12",
"next-seo": "^5.8.0",
2022-10-19 14:53:00 +00:00
"next-themes": "^0.2.1",
"node-fetch": "^3.2.10",
"prop-types": "^15.8.1",
2022-10-14 18:15:03 +00:00
"react": "^18.2.0",
"react-country-flag": "^3.0.2",
2022-10-14 18:15:03 +00:00
"react-dom": "^18.2.0",
2022-10-10 18:43:29 +00:00
"react-toastify": "^9.0.8",
"sharp": "^0.31.1"
2022-02-14 17:43:52 +00:00
},
"devDependencies": {
"@types/node": "^18.11.5",
2022-10-22 11:28:24 +00:00
"@types/react": "^18.0.21",
"eslint": "8.26.0",
2022-10-22 11:28:24 +00:00
"eslint-config-next": "12.3.1",
"typescript": "^4.8.4"
2022-02-14 17:43:52 +00:00
}
}