mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-25 22:49:18 -06:00
Bumps [i18next](https://github.com/i18next/i18next) from 25.1.3 to 25.2.0. - [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/v25.1.3...v25.2.0) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
36 lines
954 B
JSON
36 lines
954 B
JSON
{
|
|
"name": "client",
|
|
"version": "1.0.9",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inter": "^5.2.5",
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"chart.js": "^4.4.9",
|
|
"cron-parser": "^5.2.0",
|
|
"i18next": "^25.2.0",
|
|
"i18next-browser-languagedetector": "^8.1.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"react": "^19.1.0",
|
|
"react-chartjs-2": "^5.3.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-i18next": "^15.5.1",
|
|
"react-router-dom": "^7.6.0",
|
|
"sass": "^1.89.0",
|
|
"uuid": "^11.1.0",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-pwa": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.4",
|
|
"@types/react-dom": "^19.1.5"
|
|
}
|
|
}
|