2021-06-20 13:39:00 +02:00
|
|
|
{
|
|
|
|
"name": "cath-dashboard",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@material-ui/core": "^4.11.4",
|
|
|
|
"@material-ui/icons": "^4.11.2",
|
2021-06-21 12:23:41 +02:00
|
|
|
"mongodb": "^3.6.9",
|
2021-06-20 13:39:00 +02:00
|
|
|
"next": "11.0.0",
|
2021-06-21 12:23:41 +02:00
|
|
|
"next-auth": "^3.27.0",
|
2021-06-20 13:39:00 +02:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "7.29.0",
|
|
|
|
"eslint-config-next": "11.0.0"
|
|
|
|
}
|
|
|
|
}
|