40 lines
950 B
JSON
40 lines
950 B
JSON
{
|
|
"name": "beatsaber-overlay",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "set APP_ENV=development && next dev",
|
|
"build": "next build",
|
|
"start": "APP_ENV=production next start -p 3001",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.10.3",
|
|
"@emotion/server": "^11.10.0",
|
|
"@next/font": "^13.0.0",
|
|
"@nextui-org/react": "^1.0.0-beta.10",
|
|
"critters": "^0.0.16",
|
|
"crypto": "^1.0.1",
|
|
"events": "^3.3.0",
|
|
"fs": "^0.0.1-security",
|
|
"ioredis": "^5.2.3",
|
|
"next": "^13.0.0",
|
|
"next-seo": "^5.8.0",
|
|
"next-themes": "^0.2.1",
|
|
"node-fetch": "^3.2.10",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-country-flag": "^3.0.2",
|
|
"react-dom": "^18.2.0",
|
|
"react-toastify": "^9.0.8",
|
|
"sharp": "^0.31.1",
|
|
"styled-components": "^5.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.5",
|
|
"@types/react": "^18.0.23",
|
|
"eslint": "8.26.0",
|
|
"eslint-config-next": "^13.0.0",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|