mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 14:08:11 +00:00
fix(portal:auth): fixed styling from @tria-plc/iamui-common just rendering
This commit is contained in:
@@ -18,7 +18,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@edr/types": "workspace:*",
|
||||
"clsx": "^2.1.1"
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"lucide-react": "^1.14.0",
|
||||
"radix-ui": "^1.4.3",
|
||||
"shadcn": "^4.7.0",
|
||||
"tailwind-merge": "^3.6.0",
|
||||
"tw-animate-css": "^1.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@edr/eslint-config": "workspace:*",
|
||||
@@ -28,5 +34,13 @@
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"typescript": "^5.5.4"
|
||||
},
|
||||
"imports": {
|
||||
"#components": "./src/components",
|
||||
"#components/*": "./src/components/*",
|
||||
"#lib": "./src/lib",
|
||||
"#lib/*": "./src/lib/*",
|
||||
"#hooks": "./src/hooks",
|
||||
"#hooks/*": "./src/hooks/*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user