{ "name": "soc_dashboard", "version": "1.0.0", "description": "", "scripts": { "start": "./make-inject-env.sh && parcel --port 8001 src/index.html", "build": "parcel build src/index.html" }, "browserslist": "defaults", "parcelIgnore": [ "inject.js" ], "keywords": [], "author": "", "license": "ISC", "dependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", "@mui/icons-material": "^5.0.4", "@mui/material": "^5.0.4", "dateformat": "^4.5.1", "parcel": "^2.0.0-rc.0", "parcel-resolver-ignore": "2.0.0", "prettier": "^2.3.2", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.3.0" }, "dependenciesComments": { "parcel-resolver-ignore": "Very small package so its version is pinned, do not update without reading source code" }, "prettier": { "tabWidth": 4, "trailingComma": "none", "arrowParens": "avoid" } }