feat: implement authentication module with login page and protected routes while scaffolding application layout and roles management components

This commit is contained in:
Syed waseem
2026-09-10 12:08:26 +05:30
parent 73e233f129
commit 0f026fe2dc
9 changed files with 944 additions and 593 deletions
-10
View File
@@ -12,7 +12,6 @@
"@tailwindcss/vite": "^4.3.0",
"axios": "^1.18.1",
"framer-motion": "^12.40.0",
"lucide-react": "^1.23.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-icons": "^5.6.0",
@@ -2842,15 +2841,6 @@
"yallist": "^3.0.2"
}
},
"node_modules/lucide-react": {
"version": "1.23.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.23.0.tgz",
"integrity": "sha512-38BpJcD0JhFosxHApP/BYsBetLpQFRoTRzEzstM/XCc3jsAG7wqaY1lgVwxiUe3xqYE+lNxo2PkCmYwXWrwwIw==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/magic-string": {
"version": "0.30.21",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",