{ "name": "soc_dashboard", "version": "1.0.0", "description": "", "scripts": { "start": "PER_PAGE=${PER_PAGE:=5} parcel --port 8001 src/index.html", "build": "PER_PAGE=${PER_PAGE:=5} parcel build src/index.html" }, "parcelIgnore": [ "inject.js" ], "keywords": [], "author": "", "license": "ISC", "dependencies": { "@babel/core": "^7.14.6", "@babel/eslint-parser": "^7.14.7", "@babel/preset-env": "^7.14.7", "@babel/preset-react": "^7.14.5", "@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", "eslint": "^7.29.0", "eslint-plugin-react": "^7.14.3", "parcel": "^2.0.0-rc.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", "parcel-resolver-ignore": "2.0.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" } }