{
  "name": "autotik-admin",
  "version": "3.4.0",
  "description": "Autotik admin panel",
  "private": true,
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "eject": "react-scripts eject",
    "lint": "eslint --ext .js,.jsx ./src",
    "lint:fix": "eslint --fix --ext .js,.jsx ./src",
    "clear-all": "rm -rf build node_modules",
    "re-start": "rm -rf build node_modules && yarn install && yarn start",
    "re-build": "rm -rf build node_modules && yarn install && yarn build"
  },
  "eslintConfig": {
    "extends": [
      "react-app"
    ]
  },
  "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"
    ]
  },
  "dependencies": {
    "@date-io/date-fns-jalali": "^2.13.2",
    "@emotion/cache": "^11.7.1",
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@hookform/resolvers": "^2.8.8",
    "@iconify/react": "^3.2.1",
    "@mui/lab": "^5.0.0-alpha.79",
    "@mui/material": "^5.6.0",
    "@react-pdf/renderer": "^3.0.0",
    "@reduxjs/toolkit": "^1.8.2",
    "apexcharts": "^3.35.0",
    "axios": "^0.27.2",
    "change-case": "^4.1.2",
    "ckeditor4-react": "^4.0.0",
    "date-fns": "^2.28.0",
    "date-fns-jalali": "^2.28.0-0",
    "framer-motion": "^6.2.9",
    "highlight.js": "^11.5.0",
    "history": "^5.3.0",
    "jalali-moment": "^3.3.11",
    "jwt-decode": "^3.1.2",
    "mapir-react-component": "^2.0.6",
    "notistack": "^2.0.4",
    "nprogress": "^0.2.0",
    "numeral": "^2.0.6",
    "prop-types": "^15.8.1",
    "react": "^17.0.2",
    "react-apexcharts": "^1.4.0",
    "react-confirm": "0.1.27",
    "react-dom": "^17.0.2",
    "react-dropzone": "^12.1.0",
    "react-helmet-async": "^1.2.3",
    "react-hook-form": "^7.30.0",
    "react-image-lightbox": "^5.1.4",
    "react-intersection-observer": "^8.33.1",
    "react-lazy-load-image-component": "^1.5.4",
    "react-number-format": "^4.9.3",
    "react-redux": "^8.0.1",
    "react-router": "^6.3.0",
    "react-router-dom": "^6.3.0",
    "react-scripts": "^5.0.0",
    "react-syntax-highlighter": "^15.5.0",
    "redux": "^4.2.0",
    "simplebar": "^5.3.6",
    "simplebar-react": "^2.3.6",
    "stylis": "^4.1.0",
    "stylis-plugin-rtl": "^2.1.1",
    "xlsx": "^0.18.5",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "@babel/core": "^7.17.9",
    "@babel/eslint-parser": "^7.17.0",
    "@typescript-eslint/eslint-plugin": "^5.12.1",
    "@typescript-eslint/parser": "^5.12.1",
    "babel-eslint": "^10.1.0",
    "eslint": "^8.9.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^8.4.0",
    "eslint-config-react-app": "^7.0.0",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "prettier": "^2.5.1",
    "typescript": "^4.5.5"
  }
}
