00866f6bfe
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.1.8 to 3.2.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v3.2.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
732 B
JSON
28 lines
732 B
JSON
{
|
|
"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": "^2.0.0",
|
|
"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.2.0",
|
|
"vite": "^3.2.2",
|
|
"vite-plugin-checker": "^0.5.1"
|
|
}
|
|
}
|