31 lines
769 B
JSON
31 lines
769 B
JSON
{
|
|
"name": "cath-dashboard",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.37.0",
|
|
"eslint-config-next": "^13.2.4"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^1.0.13",
|
|
"@chakra-ui/react": "^1.6.4",
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@mui/material": "^5.11.15",
|
|
"@mui/styles": "^5.11.13",
|
|
"axios": "^0.27.2",
|
|
"framer-motion": "^6.5.1",
|
|
"mongodb": "^3.5.9",
|
|
"next": "^12.3.4",
|
|
"next-auth": "^3.27.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.8.0",
|
|
"skyhelper-networth": "^1.12.3"
|
|
}
|
|
}
|