b9b8d60843
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.1.7 to 3.1.8. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v3.1.8/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v3.1.8/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... 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
734 B
JSON
28 lines
734 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.215.1",
|
|
"@patternfly/react-core": "^4.239.0",
|
|
"@patternfly/react-icons": "^4.90.0",
|
|
"i18next": "^21.10.0",
|
|
"i18next-http-backend": "^1.4.4",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-i18next": "^11.18.6",
|
|
"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"
|
|
}
|
|
}
|