{ "name": "mantis-material-react", "version": "2.1.0", "private": true, "dependencies": { "@ant-design/colors": "^7.0.0", "@ant-design/icons": "^5.0.1", "@astryxdesign/core": "^0.1.9", "@astryxdesign/theme-neutral": "^0.1.9", "@custom-react-hooks/use-network": "^1.0.1", "@react-google-maps/api": "^2.20.7", "@reduxjs/toolkit": "^2.12.0", "@stylexjs/stylex": "^0.19.0", "@svgr/webpack": "^7.0.0", "@tanstack/react-query": "^5.22.2", "antd": "^5.11.5", "autosuggest-highlight": "^3.3.4", "axios": "^1.3.5", "buffer": "^6.0.3", "chance": "^1.1.11", "crypto-browserify": "^3.12.0", "date-fns": "^2.30.0", "dayjs": "^1.11.10", "env-cmd": "^10.1.0", "formik": "^2.2.9", "framer-motion": "^12.42.2", "geolib": "^3.3.4", "jsonwebtoken": "^9.0.0", "jwt-decode": "^3.1.2", "leaflet": "^1.9.4", "lodash": "^4.17.21", "notistack": "^3.0.1", "papaparse": "^5.5.3", "process": "^0.11.10", "prop-types": "^15.8.1", "react": "^19.2.8", "react-app-rewired": "^2.2.1", "react-csv": "^2.2.2", "react-device-detect": "^2.2.3", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^19.2.8", "react-geocode": "^0.2.3", "react-google-autocomplete": "^2.7.3", "react-icons": "^4.12.0", "react-intl": "^7.1.14", "react-leaflet": "^5.0.0", "react-loading-icons": "^1.1.0", "react-phone-number-input": "^3.3.10", "react-redux": "^9.2.0", "react-router": "^6.10.0", "react-router-dom": "^6.10.0", "react-scripts": "^5.0.1", "react-timer-hook": "^3.0.5", "react-to-print": "^3.3.0", "react-virtuoso": "^4.7.0", "redux": "^5.0.1", "simplebar": "^6.2.5", "simplebar-react": "^3.2.4", "stream-browserify": "^3.0.0", "stylis-plugin-rtl": "^2.1.1", "util": "^0.12.5", "web-vitals": "^3.3.1", "xlsx": "^0.18.5", "yup": "^1.1.1" }, "scripts": { "start": "react-app-rewired start", "build": "react-app-rewired build", "test": "react-scripts test", "eject": "react-scripts eject", "start:dev": "env-cmd -f .env.development react-app-rewired start", "start:staging": "env-cmd -f .env.staging react-app-rewired start", "build:dev": "env-cmd -f .env.development react-app-rewired build", "build:staging": "env-cmd -f .env.staging react-app-rewired build" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "babel": { "presets": [ "@babel/preset-react" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "resolutions": { "@svgr/webpack": "6.4.0" }, "devDependencies": { "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", "@babel/plugin-syntax-import-attributes": "^7.29.7", "@babel/preset-env": "^7.28.0", "@babel/preset-react": "^7.27.1", "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-config-react-app": "^7.0.1", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "prettier": "^2.8.7", "react-error-overlay": "6.0.11" } }