{
  "name": "risk-welfare-fund-management-system-app",
  "homepage": "/",
  "version": "2.2.0",
  "private": true,
  "author": "Creative Tim",
  "license": "See license in https://www.creative-tim.com/license",
  "description": "React version of risk-welfare-fund-management-system-app",
  "dependencies": {
    "@emotion/cache": "11.10.8",
    "@emotion/react": "11.10.8",
    "@emotion/styled": "11.10.8",
    "@mui/icons-material": "5.11.16",
    "@mui/material": "5.12.3",
    "@reduxjs/toolkit": "^2.11.2",
    "axios": "^1.13.2",
    "chart.js": "4.3.0",
    "chroma-js": "2.4.2",
    "prop-types": "15.8.1",
    "react": "18.2.0",
    "react-chartjs-2": "5.2.0",
    "react-dom": "18.2.0",
    "react-github-btn": "1.4.0",
    "react-redux": "^9.2.0",
    "react-router": "^6.21.3",
    "react-router-dom": "6.11.0",
    "react-scripts": "5.0.1",
    "react-select": "^5.10.2",
    "react-table": "7.8.0",
    "react-toastify": "^10.0.5",
    "redux": "^5.0.1",
    "stylis": "4.1.4",
    "yup": "1.1.1"
  },
  "scripts": {
    "local": "REACT_APP_ENVIRONMENT='local' react-scripts start",
    "production": "REACT_APP_ENVIRONMENT='production' react-scripts start",
    "build": "REACT_APP_ENVIRONMENT='development' react-scripts build",
    "build:staging": "REACT_APP_ENVIRONMENT='staging' react-scripts build",
    "build:test": "REACT_APP_ENVIRONMENT='test' react-scripts build",
    "build:production": "REACT_APP_ENVIRONMENT='production' react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "ajv": "^7.2.4",
    "eslint": "8.39.0",
    "eslint-config-prettier": "8.8.0",
    "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"
  },
  "overrides": {
    "svgo": "3.0.2"
  }
}
