traccar-web/modern/package.json

60 lines
1.5 KiB
JSON
Raw Normal View History

2018-09-03 16:46:57 +08:00
{
"name": "traccar",
2022-05-22 05:39:47 +08:00
"version": "5.0.0",
2018-09-03 16:46:57 +08:00
"private": true,
"dependencies": {
2022-05-23 22:19:30 +08:00
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
2021-07-05 01:15:20 +08:00
"@mapbox/mapbox-gl-draw": "^1.3.0",
2022-05-23 22:19:30 +08:00
"@mui/icons-material": "^5.8.0",
"@mui/lab": "^5.0.0-alpha.82",
"@mui/material": "^5.8.0",
"@mui/styles": "^5.8.0",
2022-05-23 08:36:54 +08:00
"@reduxjs/toolkit": "^1.8.1",
2021-09-05 10:52:16 +08:00
"@tmcw/togeojson": "^4.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",
"maplibre-gl": "^2.1.9",
"moment": "^2.29.3",
2021-07-05 01:44:45 +08:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2022-05-29 04:36:19 +08:00
"react-mui-dropzone": "^4.0.6",
2022-05-23 21:44:15 +08:00
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
2022-05-29 04:13:44 +08:00
"react-scripts": "^5.0.1",
2021-06-29 13:46:39 +08:00
"react-virtualized-auto-sizer": "^1.0.5",
"react-window": "^1.8.6",
2022-05-23 08:36:54 +08:00
"recharts": "^2.1.10",
"redux": "^4.2.0",
2021-07-05 01:15:20 +08:00
"typeface-roboto": "1.1.13",
2020-10-26 06:59:38 +08:00
"wellknown": "^0.5.0"
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",
"build_release": "PUBLIC_URL=/modern/ 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
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2021-07-11 06:24:10 +08:00
},
"devDependencies": {
2022-05-23 07:35:26 +08:00
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0"
2018-09-07 10:40:45 +08:00
}
2018-09-03 17:21:25 +08:00
}