2018-09-03 16:46:57 +08:00
|
|
|
{
|
|
|
|
"name": "traccar",
|
2022-11-28 07:50:39 +08:00
|
|
|
"version": "5.5.0",
|
2018-09-03 16:46:57 +08:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2022-11-28 07:45:31 +08:00
|
|
|
"@emotion/react": "^11.10.5",
|
|
|
|
"@emotion/styled": "^11.10.5",
|
2021-07-05 01:15:20 +08:00
|
|
|
"@mapbox/mapbox-gl-draw": "^1.3.0",
|
2022-10-03 02:32:00 +08:00
|
|
|
"@maplibre/maplibre-gl-geocoder": "^1.5.0",
|
2022-11-28 07:45:31 +08:00
|
|
|
"@mui/icons-material": "^5.10.15",
|
|
|
|
"@mui/lab": "^5.0.0-alpha.109",
|
|
|
|
"@mui/material": "^5.10.15",
|
|
|
|
"@mui/styles": "^5.10.15",
|
|
|
|
"@reduxjs/toolkit": "^1.9.0",
|
|
|
|
"@tmcw/togeojson": "^5.5.0",
|
2021-07-11 06:24:10 +08:00
|
|
|
"@turf/circle": "^6.5.0",
|
2022-05-23 08:36:54 +08:00
|
|
|
"@turf/turf": "^6.5.0",
|
|
|
|
"mapbox-gl": "^1.13.2",
|
2022-10-03 02:32:00 +08:00
|
|
|
"maplibre-gl": "^2.4.0",
|
2022-07-10 06:23:39 +08:00
|
|
|
"moment": "^2.29.4",
|
2022-08-02 08:47:56 +08:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2022-07-30 22:38:38 +08:00
|
|
|
"react-draggable": "^4.4.5",
|
2022-05-29 04:36:19 +08:00
|
|
|
"react-mui-dropzone": "^4.0.6",
|
2022-11-28 07:45:31 +08:00
|
|
|
"react-redux": "^8.0.5",
|
|
|
|
"react-router-dom": "^6.4.3",
|
2022-05-29 04:13:44 +08:00
|
|
|
"react-scripts": "^5.0.1",
|
2022-10-03 02:32:00 +08:00
|
|
|
"react-virtualized-auto-sizer": "^1.0.7",
|
2022-11-28 07:45:31 +08:00
|
|
|
"react-window": "^1.8.8",
|
|
|
|
"recharts": "^2.1.16",
|
2022-05-23 08:36:54 +08:00
|
|
|
"redux": "^4.2.0",
|
2021-07-05 01:15:20 +08:00
|
|
|
"typeface-roboto": "1.1.13",
|
2022-06-05 08:03:33 +08:00
|
|
|
"wellknown": "^0.5.0",
|
2022-08-02 08:47:56 +08:00
|
|
|
"workbox-background-sync": "^6.5.4",
|
|
|
|
"workbox-broadcast-update": "^6.5.4",
|
|
|
|
"workbox-cacheable-response": "^6.5.4",
|
|
|
|
"workbox-core": "^6.5.4",
|
|
|
|
"workbox-expiration": "^6.5.4",
|
|
|
|
"workbox-google-analytics": "^6.5.4",
|
|
|
|
"workbox-navigation-preload": "^6.5.4",
|
|
|
|
"workbox-precaching": "^6.5.4",
|
|
|
|
"workbox-range-requests": "^6.5.4",
|
|
|
|
"workbox-routing": "^6.5.4",
|
|
|
|
"workbox-strategies": "^6.5.4",
|
|
|
|
"workbox-streams": "^6.5.4"
|
2018-09-03 16:46:57 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-05-29 04:13:44 +08:00
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
2021-07-11 06:24:10 +08:00
|
|
|
"lint": "eslint .",
|
|
|
|
"lint:fix": "eslint --fix --ext .js ."
|
2018-09-04 12:44:14 +08:00
|
|
|
},
|
2019-05-21 02:06:19 +08:00
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
2022-06-01 08:58:46 +08:00
|
|
|
"defaults",
|
|
|
|
"not ie 11"
|
2019-05-21 02:06:19 +08:00
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
2021-07-11 06:24:10 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-28 07:45:31 +08:00
|
|
|
"eslint": "^8.28.0",
|
2022-05-23 07:35:26 +08:00
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-11-28 07:45:31 +08:00
|
|
|
"eslint-plugin-react": "^7.31.11",
|
2022-08-02 08:47:56 +08:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0"
|
2018-09-07 10:40:45 +08:00
|
|
|
}
|
2018-09-03 17:21:25 +08:00
|
|
|
}
|