feat: add user management section

This commit is contained in:
Daniel Soares
2021-12-23 14:51:34 -03:00
parent f977de999d
commit 19aa8d2311
64 changed files with 1713 additions and 398 deletions

View File

@@ -13,13 +13,13 @@
"start": "next start",
"lint": "next lint --fix",
"prepare": "husky install",
"clean": "rm -rf node_modules .next data public",
"clean": "rm -rf node_modules .next",
"type-check": "tsc",
"prisma:push": "prisma db push",
"prisma:seed": "prisma db seed"
},
"dependencies": {
"@prisma/client": "3.6.0",
"@prisma/client": "^3.7.0",
"axios": "0.24.0",
"bcryptjs": "2.4.3",
"cuid": "2.1.8",
@@ -35,7 +35,9 @@
"react-collapsible": "2.8.4",
"react-color": "2.19.3",
"react-dom": "17.0.2",
"react-hot-toast": "^2.1.1",
"react-icons": "4.3.1",
"react-modal": "^3.14.4",
"sharp": "0.29.3",
"styled-components": "5.3.3"
},
@@ -48,6 +50,7 @@
"@types/node": "17.0.0",
"@types/react": "17.0.37",
"@types/react-color": "3.0.6",
"@types/react-modal": "^3.13.1",
"@types/styled-components": "5.1.18",
"babel-plugin-styled-components": "2.0.2",
"eslint": "8.5.0",
@@ -59,7 +62,7 @@
"lint-staged": "12.1.3",
"prettier": "2.5.1",
"pretty-quick": "3.1.2",
"prisma": "3.6.0",
"prisma": "^3.7.0",
"react-is": "17.0.2",
"ts-node": "10.4.0",
"typescript": "4.5.4"