Files
myspeed/client/package.json
dependabot[bot] fde897fb09 Bump chart.js from 4.2.1 to 4.3.0 in /client
Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.2.1...v4.3.0)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-28 22:01:16 +00:00

32 lines
812 B
JSON

{
"name": "client",
"version": "1.0.7",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@vitejs/plugin-react": "^4.0.0",
"chart.js": "^4.3.0",
"cron-parser": "^4.8.1",
"i18next": "^22.4.15",
"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.2",
"sass": "^1.62.1",
"vite": "^4.3.3",
"vite-plugin-pwa": "^0.14.7"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1"
}
}