Files
myspeed/client/package.json
dependabot[bot] 64b7704706 Bump cron-parser from 4.7.0 to 4.7.1 in /client
Bumps [cron-parser](https://github.com/harrisiirak/cron-parser) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/harrisiirak/cron-parser/releases)
- [Commits](https://github.com/harrisiirak/cron-parser/compare/4.7.0...4.7.1)

---
updated-dependencies:
- dependency-name: cron-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 15:02:36 +00:00

30 lines
754 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": "^3.0.1",
"cron-parser": "^4.7.1",
"i18next": "^22.4.9",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"react-i18next": "^12.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.57.1",
"vite": "^4.0.4",
"vite-plugin-pwa": "^0.14.1"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10"
}
}