nyx-dashboard/package.json

25 lines
502 B
JSON
Raw Normal View History

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",
"mongodb": "^3.6.9",
2021-06-20 13:39:00 +02:00
"next": "11.0.0",
"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"
}
}