21 lines
402 B
JSON
21 lines
402 B
JSON
{
|
|
"name": "beatsaber-overlay",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start -p 3001",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "12.0.10",
|
|
"react": "17.0.2",
|
|
"react-country-flag": "^3.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.9.0",
|
|
"eslint-config-next": "12.0.10"
|
|
}
|
|
}
|