31 lines
762 B
JSON
31 lines
762 B
JSON
{
|
|
"name": "cath-dashboard",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@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",
|
|
"axios": "^0.24.0",
|
|
"framer-motion": "^4",
|
|
"mongodb": "^3.5.9",
|
|
"next": "^12.0.4",
|
|
"next-auth": "^3.27.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.2.0",
|
|
"skyhelper-networth": "^1.11.5"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.2.0",
|
|
"eslint-config-next": "11.0.0"
|
|
}
|
|
}
|