26 lines
565 B
JSON
26 lines
565 B
JSON
{
|
|
"name": "beatsaber-overlay",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start -p 3001",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.7.1",
|
|
"@emotion/server": "^11.4.0",
|
|
"@nextui-org/react": "^1.0.0-beta.10",
|
|
"next": "12.0.10",
|
|
"prop-types": "^15.8.1",
|
|
"react": "17.0.2",
|
|
"react-country-flag": "^3.0.2",
|
|
"react-dom": "17.0.2",
|
|
"sharp": "^0.30.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.9.0",
|
|
"eslint-config-next": "12.0.10"
|
|
}
|
|
}
|