traccar-web/modern/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2018-09-03 16:46:57 +08:00
{
"name": "traccar",
"version": "0.1.0",
"private": true,
"dependencies": {
2020-03-25 15:50:37 +08:00
"@craco/craco": "^5.6.4",
2020-10-25 13:24:23 +08:00
"@mapbox/mapbox-gl-draw": "^1.2.0",
2020-09-22 13:17:24 +08:00
"@material-ui/core": "^4.11.0",
2021-03-15 17:02:28 +08:00
"@material-ui/data-grid": "^4.0.0-alpha.22",
2020-03-19 12:28:43 +08:00
"@material-ui/icons": "^4.9.1",
2020-09-28 10:49:47 +08:00
"@material-ui/lab": "^4.0.0-alpha.56",
2021-04-05 11:58:21 +08:00
"@reduxjs/toolkit": "^1.5.1",
2020-11-02 02:13:02 +08:00
"@turf/turf": "^5.1.6",
2021-06-27 14:17:37 +08:00
"canvas-tint-image": "^2.0.1",
2020-09-22 13:17:24 +08:00
"mapbox-gl": "^1.12.0",
"moment": "^2.28.0",
"ol": "^6.4.3",
"ol-mapbox-style": "^6.1.4",
"react": "^16.13.1",
2018-09-03 18:51:20 +08:00
"react-container-dimensions": "^1.4.1",
2020-09-22 13:17:24 +08:00
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
2021-05-24 17:17:57 +08:00
"recharts": "^2.0.9",
2020-03-23 03:16:39 +08:00
"redux": "^4.0.5",
2020-10-26 06:59:38 +08:00
"typeface-roboto": "0.0.75",
"wellknown": "^0.5.0"
2018-09-03 16:46:57 +08:00
},
"scripts": {
2020-03-25 15:50:37 +08:00
"start": "craco start",
"build": "craco build",
2020-06-23 11:08:11 +08:00
"build_release": "PUBLIC_URL=/modern/ craco build",
2020-03-25 15:50:37 +08:00
"test": "craco test"
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"
]
2018-09-07 10:40:45 +08:00
}
2018-09-03 17:21:25 +08:00
}