Singular (admin) account system

This commit is contained in:
Ahmed Al-Taiar
2024-08-14 12:35:57 -04:00
parent 544cea9105
commit b61a80c9a0
37 changed files with 1796 additions and 442 deletions

View File

@@ -13,14 +13,15 @@
"dependencies": {
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@redwoodjs/forms": "7.7.3",
"@redwoodjs/router": "7.7.3",
"@redwoodjs/web": "7.7.3",
"@redwoodjs/auth-dbauth-web": "7.7.4",
"@redwoodjs/forms": "7.7.4",
"@redwoodjs/router": "7.7.4",
"@redwoodjs/web": "7.7.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@redwoodjs/vite": "7.7.3",
"@redwoodjs/vite": "7.7.4",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.20",