traccar-web/package.json

73 lines
2.0 KiB
JSON
Raw Normal View History

2018-09-03 16:46:57 +08:00
{
"name": "traccar",
2024-09-16 12:17:23 +08:00
"version": "6.5.0",
2024-02-25 07:22:38 +08:00
"type": "module",
2018-09-03 16:46:57 +08:00
"private": true,
"dependencies": {
2024-07-29 00:10:44 +08:00
"@emotion/cache": "^11.13.1",
2024-09-16 12:15:14 +08:00
"@emotion/react": "^11.13.3",
2024-07-29 00:10:44 +08:00
"@emotion/styled": "^11.13.0",
2023-11-20 07:19:24 +08:00
"@mapbox/mapbox-gl-draw": "^1.4.3",
2024-05-13 04:47:16 +08:00
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",
2024-09-16 12:15:14 +08:00
"@maplibre/maplibre-gl-geocoder": "^1.7.0",
"@mui/icons-material": "^5.16.7",
2024-07-29 00:10:44 +08:00
"@mui/lab": "^5.0.0-alpha.173",
2024-09-16 12:15:14 +08:00
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
2024-07-29 00:10:44 +08:00
"@reduxjs/toolkit": "^2.2.7",
2023-08-20 05:15:14 +08:00
"@tmcw/togeojson": "^5.8.1",
2024-09-16 12:15:14 +08:00
"@turf/circle": "^7.1.0",
"@turf/turf": "^7.1.0",
2024-07-29 00:10:44 +08:00
"@vitejs/plugin-react": "^4.3.1",
2024-09-16 12:15:14 +08:00
"dayjs": "^1.11.13",
2023-08-20 04:58:45 +08:00
"events": "^3.3.0",
2023-02-05 07:15:35 +08:00
"mapbox-gl": "^1.13.3",
2024-09-16 12:15:14 +08:00
"maplibre-gl": "^4.7.0",
2024-06-12 22:39:15 +08:00
"maplibre-google-maps": "^1.1.0",
2024-06-02 04:59:45 +08:00
"react": "^18.3.1",
2023-08-20 06:12:23 +08:00
"react-country-flag": "3.1.0",
2024-06-02 04:59:45 +08:00
"react-dom": "^18.3.1",
2023-11-20 07:19:24 +08:00
"react-draggable": "^4.4.6",
"react-mui-dropzone": "^4.0.7",
2024-06-02 04:59:45 +08:00
"react-redux": "^9.1.2",
2024-09-16 12:15:14 +08:00
"react-router-dom": "^6.26.2",
2024-04-06 11:30:34 +08:00
"react-virtualized-auto-sizer": "^1.0.24",
2024-01-15 00:32:32 +08:00
"react-window": "^1.8.10",
2024-06-02 04:59:45 +08:00
"recharts": "^2.12.7",
2024-01-15 00:32:32 +08:00
"redux": "^5.0.1",
2024-09-16 12:15:14 +08:00
"stylis": "^4.3.4",
2024-04-08 00:56:18 +08:00
"stylis-plugin-rtl": "^2.1.1",
"vite": "^5.4.6",
2024-09-16 12:15:14 +08:00
"vite-plugin-pwa": "^0.20.5",
2023-11-20 07:19:24 +08:00
"vite-plugin-svgr": "^4.2.0",
2023-08-20 05:02:52 +08:00
"wellknown": "^0.5.0"
2018-09-03 16:46:57 +08:00
},
"scripts": {
2023-08-20 04:58:45 +08:00
"start": "vite",
"build": "vite build",
2023-08-27 06:55:52 +08:00
"generate-pwa-assets": "pwa-assets-generator --preset minimal public/logo.svg",
2021-07-11 06:24:10 +08:00
"lint": "eslint .",
2024-02-25 08:02:48 +08:00
"lint:fix": "eslint --fix ."
2018-09-04 12:44:14 +08:00
},
"browserslist": {
"production": [
2022-06-01 08:58:46 +08:00
"defaults",
"not ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2021-07-11 06:24:10 +08:00
},
"devDependencies": {
2024-09-16 12:15:14 +08:00
"@vite-pwa/assets-generator": "^0.2.6",
2024-07-29 00:16:14 +08:00
"eslint": "^8.57.0",
2022-05-23 07:35:26 +08:00
"eslint-config-airbnb": "^19.0.4",
2024-09-16 12:15:14 +08:00
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.1",
2024-06-02 04:59:45 +08:00
"eslint-plugin-react-hooks": "^4.6.2"
2018-09-07 10:40:45 +08:00
}
2018-09-03 17:21:25 +08:00
}