2022-10-10 10:14:19 +00:00
|
|
|
{
|
|
|
|
"name": "account-ui",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite --host",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"lint": "eslint . --ext js,jsx,mjs,ts,tsx"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-10-17 13:09:05 +00:00
|
|
|
"@patternfly/patternfly": "^4.217.1",
|
|
|
|
"@patternfly/react-core": "^4.250.1",
|
|
|
|
"@patternfly/react-icons": "^4.92.6",
|
2022-10-24 08:11:32 +00:00
|
|
|
"i18next": "^22.0.2",
|
2022-10-31 10:14:14 +00:00
|
|
|
"i18next-http-backend": "^2.0.0",
|
2022-10-10 10:14:19 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2022-10-25 22:08:51 +00:00
|
|
|
"react-i18next": "^12.0.0",
|
2022-10-10 10:14:19 +00:00
|
|
|
"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",
|
2022-10-17 08:43:38 +00:00
|
|
|
"vite": "^3.1.8",
|
2022-10-10 10:14:19 +00:00
|
|
|
"vite-plugin-checker": "^0.5.1"
|
|
|
|
}
|
|
|
|
}
|