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

21 lines
402 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": {
"next": "12.0.10",
"react": "17.0.2",
"react-country-flag": "^3.0.2",
2022-02-14 17:43:52 +00:00
"react-dom": "17.0.2"
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-next": "12.0.10"
}
}