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

25 lines
522 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": "next start -p 3001",
2022-02-14 17:43:52 +00:00
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/server": "^11.4.0",
2022-02-14 17:43:52 +00:00
"next": "12.0.10",
"prop-types": "^15.8.1",
2022-02-14 17:43:52 +00:00
"react": "17.0.2",
"react-country-flag": "^3.0.2",
"react-dom": "17.0.2",
"sharp": "^0.30.1"
2022-02-14 17:43:52 +00:00
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-next": "12.0.10"
}
}