add new modules and areas
Showing
... | ... | @@ -11,7 +11,7 @@ |
"dependencies": { | ||
"@emotion/react": "^11.13.0", | ||
"@emotion/styled": "^11.13.0", | ||
"@hookform/resolvers": "^3.9.0", | ||
"@hookform/resolvers": "^3.10.0", | ||
"@mui/material": "^5.16.4", | ||
"@radix-ui/react-accordion": "^1.2.0", | ||
"@radix-ui/react-alert-dialog": "^1.1.2", | ||
... | ... | @@ -33,6 +33,7 @@ |
"lucide-react": "^0.383.0", | ||
"next": "14.2.3", | ||
"next-themes": "^0.3.0", | ||
"nookies": "^2.5.2", | ||
"react": "^18", | ||
"react-day-picker": "^8.10.1", | ||
"react-dom": "^18", | ||
... | ... | @@ -45,6 +46,7 @@ |
}, | ||
"devDependencies": { | ||
"@rocketseat/eslint-config": "^2.2.2", | ||
"@types/cookie": "^0.6.0", | ||
"@types/node": "^20", | ||
"@types/react": "^18", | ||
"@types/react-dom": "^18", | ||
... | ... |
src/api/accounts.ts
0 → 100644
src/api/login.ts
0 → 100644
src/api/modules.ts
0 → 100644
Please register or sign in to comment