mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-16 18:09:38 -06:00
Bumps [i18next](https://github.com/i18next/i18next) from 22.4.12 to 22.4.13. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v22.4.12...v22.4.13) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
814 B
JSON
32 lines
814 B
JSON
{
|
|
"name": "client",
|
|
"version": "1.0.6",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.3.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.3.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"chart.js": "^4.2.1",
|
|
"cron-parser": "^4.8.1",
|
|
"i18next": "^22.4.13",
|
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
"i18next-http-backend": "^2.2.0",
|
|
"react": "^18.2.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^12.2.0",
|
|
"sass": "^1.59.3",
|
|
"vite": "^4.2.1",
|
|
"vite-plugin-pwa": "^0.14.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11"
|
|
}
|
|
}
|