{ "name": "atd-moped-editor", "author": "ATD Data & Technology Services", "license": "CC0-1.0", "version": "2.15.2", "homepage": "/moped", "private": false, "repository": { "type": "git", "url": "https://github.com/cityofaustin/atd-moped.git" }, "scripts": { "start": "env-cmd -e local npm run start:local", "start:local": "export HTTPS=true && react-scripts start", "start:staging": "env-cmd -e staging npm run start:local", "start:development": "env-cmd -e development npm run start:local", "start:production": "env-cmd -e production npm run start:local", "build": "react-scripts build", "build:local": "GENERATE_SOURCEMAP=false react-scripts build && cp _redirects build && cp -r build moped && mv moped build", "build:staging": "env-cmd -e staging npm run build:local", "build:development": "env-cmd -e development npm run build:local", "build:production": "env-cmd -e production npm run build:local", "build:netlifypr": "env-cmd -e netlifypr npm run build:local", "build:netlifybranch": "./set_env_branch_build.py", "test": "react-scripts test --verbose", "eject": "react-scripts eject" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all", "not safari < 10", "not chrome < 51", "not android < 5", "not ie < 12" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "dependencies": { "@apollo/client": "^3.9.1", "@date-io/date-fns": "^1.3.13", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@hookform/resolvers": "^3.3.4", "@mapbox/mapbox-gl-draw": "^1.4.3", "@mapbox/mapbox-gl-geocoder": "^5.0.2", "@material-table/core": "~6.2.7", "@mui/icons-material": "^5.15.4", "@mui/lab": "^5.0.0-alpha.127", "@mui/material": "^5.15.5", "@mui/styles": "^5.15.5", "@mui/x-data-grid": "^6.18.7", "@mui/x-data-grid-pro": "^7.0.0", "@mui/x-date-pickers": "^6.19.0", "@mui/x-license": "^7.2.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/user-event": "^14.5.2", "@turf/bbox": "^6.5.0", "@turf/boolean-intersects": "^6.5.0", "@turf/center": "^6.5.0", "@turf/circle": "^6.5.0", "apollo-boost": "^0.4.9", "aws-amplify": "^4.3.46", "axios": "^0.28.0", "clsx": "^1.2.1", "date-fns": "^2.30.0", "dompurify": "^2.4.7", "env-cmd": "^10.1.0", "filepond": "^3.9.0", "filepond-plugin-file-validate-size": "^2.2.8", "filepond-plugin-image-exif-orientation": "^1.0.11", "filepond-plugin-image-preview": "^3.1.6", "formik": "^2.4.5", "graphql": "^15.8.0", "history": "^5.3.0", "html-react-parser": "^1.4.14", "lodash.foreach": "^4.5.0", "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", "lodash.toarray": "^4.4.0", "mapbox-gl": "^3.0.1", "papaparse": "^5.4.1", "prop-types": "^15.8.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-error-boundary": "^4.0.12", "react-feather": "^2.0.10", "react-filepond": "^7.1.2", "react-helmet": "^6.1.0", "react-hook-form": "^7.49.3", "react-map-gl": "^7.1.7", "react-quill-new": "^3.2.0", "react-router": "^6.3.0", "react-router-dom": "^6.21.2", "react-scripts": "^5.0.1", "styled-components": "^5.3.11", "uuid": "^8.3.2", "yup": "^0.29.3" }, "engines": { "npm": ">=6.0.0" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@testing-library/react": "^12.1.5", "babel-plugin-import": "^1.13.8" } }