mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-05-20 21:18:41 -05:00
649b6d41c8
Bumps [i18next](https://github.com/i18next/i18next) from 23.7.16 to 23.7.18. - [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/v23.7.16...v23.7.18) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
35 lines
926 B
JSON
35 lines
926 B
JSON
{
|
|
"name": "client",
|
|
"version": "1.0.8",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.5.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"chart.js": "^4.4.1",
|
|
"cron-parser": "^4.9.0",
|
|
"i18next": "^23.7.18",
|
|
"i18next-browser-languagedetector": "^7.2.0",
|
|
"i18next-http-backend": "^2.4.2",
|
|
"react": "^18.2.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^14.0.1",
|
|
"sass": "^1.70.0",
|
|
"uuid": "^9.0.1",
|
|
"vite": "^5.0.12",
|
|
"vite-plugin-pwa": "^0.17.4",
|
|
"@rollup/plugin-wasm": "^6.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "^18.2.18"
|
|
}
|
|
}
|