{ "name": "traccar", "version": "0.1.0", "private": true, "dependencies": { "@craco/craco": "^5.6.4", "@material-ui/core": "^4.9.7", "@material-ui/icons": "^4.9.1", "@reduxjs/toolkit": "^1.2.5", "mapbox-gl": "^1.8.1", "moment": "^2.27.0", "ol": "^6.2.1", "ol-mapbox-style": "^6.0.1", "react": "^16.13.0", "react-container-dimensions": "^1.4.1", "react-dom": "^16.13.0", "react-redux": "^7.2.0", "react-router-dom": "^5.1.2", "react-scripts": "^3.4.0", "redux": "^4.0.5", "typeface-roboto": "0.0.75" }, "scripts": { "start": "craco start", "build": "craco build", "build_release": "PUBLIC_URL=/modern/ craco build", "test": "craco test" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }