keycloak-scim/apps/account-ui/package.json

29 lines
732 B
JSON
Raw Normal View History

{
"name": "account-ui",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext js,jsx,mjs,ts,tsx"
},
"dependencies": {
"@patternfly/patternfly": "^4.217.1",
"@patternfly/react-core": "^4.250.1",
"@patternfly/react-icons": "^4.92.6",
"i18next": "^22.0.2",
"i18next-http-backend": "^1.4.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^12.0.0",
"react-router": "^6.4.1",
"react-router-dom": "^6.4.1"
},
"devDependencies": {
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16",
"@vitejs/plugin-react": "^2.1.0",
"vite": "^3.1.8",
"vite-plugin-checker": "^0.5.1"
}
}