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": {
2021-07-05 01:15:20 +08:00
"@craco/craco": "^5.9.0",
"@mapbox/mapbox-gl-draw": "^1.3.0",
2022-05-23 05:34:19 +08:00
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
2021-07-05 01:38:30 +08:00
"@material-ui/lab": "^4.0.0-alpha.58",
2021-07-05 01:15:20 +08:00
"@reduxjs/toolkit": "^1.6.0",
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",
2021-07-05 01:15:20 +08:00
"@turf/turf": "^6.4.0",
2021-07-19 13:14:08 +08:00
"mapbox-gl": "^1.13.1",
2021-07-05 01:34:53 +08:00
"maplibre-gl": "^1.15.0",
2021-09-09 11:59:18 +08:00
"material-ui-dropzone": "^3.5.0",
2021-07-05 01:15:20 +08:00
"moment": "^2.29.1",
2021-07-05 01:44:45 +08:00
"react": "^17.0.2",
2018-09-03 18:51:20 +08:00
"react-container-dimensions": "^1.4.1",
2021-07-05 01:44:45 +08:00
"react-dom": "^17.0.2",
2021-07-05 01:41:48 +08:00
"react-redux": "^7.2.4",
2020-09-22 13:17:24 +08:00
"react-router-dom": "^5.2.0",
2021-07-05 01:56:26 +08:00
"react-scripts": "^3.4.4",
2021-06-29 13:46:39 +08:00
"react-virtualized-auto-sizer": "^1.0.5",
"react-window": "^1.8.6",
2021-05-24 17:17:57 +08:00
"recharts": "^2.0.9",
2021-07-05 01:15:20 +08:00
"redux": "^4.1.0",
"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-04-17 04:48:45 +08:00
"start": "craco start",
"build": "craco build",
2020-06-23 11:08:11 +08:00
"build_release": "PUBLIC_URL=/modern/ craco build",
2021-07-11 06:24:10 +08:00
"test": "craco test",
"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
}