mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-20 20:21:23 -06:00
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.1.5 to 19.1.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.1.6 dependency-type: direct:development update-type: version-update:semver-patch ... 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.5.0",
|
|
"chart.js": "^4.4.9",
|
|
"cron-parser": "^5.2.0",
|
|
"i18next": "^25.2.1",
|
|
"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.2",
|
|
"react-router-dom": "^7.6.1",
|
|
"sass": "^1.89.0",
|
|
"uuid": "^11.1.0",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-pwa": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.6",
|
|
"@types/react-dom": "^19.1.5"
|
|
}
|
|
}
|