Files
myspeed/client/package.json
dependabot[bot] 2fd855de00 Bump vite-plugin-pwa from 0.19.7 to 0.19.8 in /client
Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 0.19.7 to 0.19.8.
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.19.7...v0.19.8)

---
updated-dependencies:
- dependency-name: vite-plugin-pwa
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 21:40:14 +00:00

35 lines
925 B
JSON

{
"name": "client",
"version": "1.0.8",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@vitejs/plugin-react": "^4.2.1",
"chart.js": "^4.4.2",
"cron-parser": "^4.9.0",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"sass": "^1.74.1",
"uuid": "^9.0.1",
"vite": "^5.2.8",
"vite-plugin-pwa": "^0.19.8",
"@rollup/plugin-wasm": "^6.2.2"
},
"devDependencies": {
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24"
}
}