mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
88e9e6b8c3
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-2405694
24 lines
495 B
JSON
24 lines
495 B
JSON
{
|
|
"name": "web",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"export": "next export",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "12.1.0",
|
|
"next-secure-headers": "^2.2.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.2",
|
|
"@types/react": "17.0.37",
|
|
"eslint": "8.5.0",
|
|
"eslint-config-next": "12.0.7",
|
|
"typescript": "4.5.4"
|
|
}
|
|
}
|