2021-12-22 18:40:46 +01:00
|
|
|
{
|
|
|
|
"name": "web",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
2021-12-22 19:19:19 +01:00
|
|
|
"export": "next export",
|
2021-12-22 18:40:46 +01:00
|
|
|
"start": "next start",
|
2021-12-22 19:19:19 +01:00
|
|
|
"lint": "next lint"
|
2021-12-22 18:40:46 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-02-19 07:08:48 +01:00
|
|
|
"next": "12.1.0",
|
2022-01-02 19:01:45 +01:00
|
|
|
"next-secure-headers": "^2.2.0",
|
2021-12-22 18:40:46 +01:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|