Files
myspeed/client/package.json
dependabot[bot] 3da2dbe87d Bump i18next-http-backend from 2.0.2 to 2.1.0 in /client
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/i18next/i18next-http-backend/releases)
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.0.2...v2.1.0)

---
updated-dependencies:
- dependency-name: i18next-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 22:52:30 +00:00

30 lines
753 B
JSON

{
"name": "client",
"version": "1.0.5",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@vitejs/plugin-react": "^2.2.0",
"cron-parser": "^4.7.0",
"i18next": "^22.4.3",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.0",
"react-i18next": "^12.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.56.2",
"vite": "^3.2.5",
"vite-plugin-pwa": "^0.13.3"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9"
}
}