mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-05 10:36:46 +08:00
adc11b5256
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.5 to 5.4.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"name": "traccar",
|
|
"version": "6.5.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.13.1",
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@mapbox/mapbox-gl-draw": "^1.4.3",
|
|
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",
|
|
"@maplibre/maplibre-gl-geocoder": "^1.7.0",
|
|
"@mui/icons-material": "^5.16.7",
|
|
"@mui/lab": "^5.0.0-alpha.173",
|
|
"@mui/material": "^5.16.7",
|
|
"@mui/styles": "^5.16.7",
|
|
"@reduxjs/toolkit": "^2.2.7",
|
|
"@tmcw/togeojson": "^5.8.1",
|
|
"@turf/circle": "^7.1.0",
|
|
"@turf/turf": "^7.1.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"dayjs": "^1.11.13",
|
|
"events": "^3.3.0",
|
|
"mapbox-gl": "^1.13.3",
|
|
"maplibre-gl": "^4.7.0",
|
|
"maplibre-google-maps": "^1.1.0",
|
|
"react": "^18.3.1",
|
|
"react-country-flag": "3.1.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-draggable": "^4.4.6",
|
|
"react-mui-dropzone": "^4.0.7",
|
|
"react-redux": "^9.1.2",
|
|
"react-router-dom": "^6.26.2",
|
|
"react-virtualized-auto-sizer": "^1.0.24",
|
|
"react-window": "^1.8.10",
|
|
"recharts": "^2.12.7",
|
|
"redux": "^5.0.1",
|
|
"stylis": "^4.3.4",
|
|
"stylis-plugin-rtl": "^2.1.1",
|
|
"vite": "^5.4.6",
|
|
"vite-plugin-pwa": "^0.20.5",
|
|
"vite-plugin-svgr": "^4.2.0",
|
|
"wellknown": "^0.5.0"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build",
|
|
"generate-pwa-assets": "pwa-assets-generator --preset minimal public/logo.svg",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix ."
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
"defaults",
|
|
"not ie 11"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@vite-pwa/assets-generator": "^0.2.6",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-plugin-import": "^2.30.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.0",
|
|
"eslint-plugin-react": "^7.36.1",
|
|
"eslint-plugin-react-hooks": "^4.6.2"
|
|
}
|
|
}
|