nyx-dashboard/package.json

32 lines
762 B
JSON
Raw Normal View History

{
"name": "cath-dashboard",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2021-06-27 12:44:22 +02:00
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.4",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
2021-11-16 22:52:23 +01:00
"axios": "^0.24.0",
2021-06-27 12:44:22 +02:00
"framer-motion": "^4",
2023-03-01 21:19:50 +01:00
"mongodb": "^3.5.9",
2021-11-16 22:52:23 +01:00
"next": "^12.0.4",
"next-auth": "^3.27.0",
2021-11-16 22:52:23 +01:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2023-03-01 21:59:47 +01:00
"react-icons": "^4.2.0",
"skyhelper-networth": "^1.11.5"
},
"devDependencies": {
2021-11-16 22:52:23 +01:00
"eslint": "^8.2.0",
"eslint-config-next": "11.0.0"
}
}