{
  "name": "@nodeeweb/front",
  "version": "0.0.1",
  "homepage": ".",
  "dependencies": {
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@mui/icons-material": "^5.8.0",
    "@mui/material": "^5.8.0",
    "@mui/styles": "^5.8.0",
    "@mui/x-data-grid": "^5.16.0",
    "@splidejs/react-splide": "^0.7.8",
    "@splidejs/splide": "^4.0.7",
    "axios": "^0.27.2",
    "bootstrap": "^5.1.3",
    "d3-scale-chromatic": "^3.0.0",
    "deep-equal": "^2.0.5",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "final-form": "^4.20.7",
    "firebase": "^9.8.1",
    "grapesjs-preset-webpage": "^1.0.1",
    "i18next": "^21.8.2",
    "jalali-moment": "^3.3.11",
    "jsoneditor": "^9.9.2",
    "jsoneditor-react": "^3.1.2",
    "prettier": "^2.6.2",
    "react": "^18.1.0",
    "react-color": "^2.19.3",
    "react-device-detect": "^2.2.2",
    "react-dom": "^18.1.0",
    "react-draggable": "^4.4.5",
    "react-file-drop": "^3.1.4",
    "react-final-form": "^6.5.9",
    "react-i18next": "^11.16.9",
    "react-id-swiper": "^4.0.0",
    "react-infinite-scroller": "^1.2.6",
    "react-loading": "^2.0.3",
    "react-redux": "^8.0.1",
    "react-router-dom": "^6.3.0",
    "react-scripts": "^5.0.1",
    "react-toastify": "^9.0.1",
    "react-web-share": "^1.1.6",
    "react-xarrows": "^2.0.2",
    "react-yandex-maps": "^4.6.0",
    "recharts": "^2.1.14",
    "redux": "^4.2.0",
    "redux-logger": "^3.0.6",
    "redux-persist": "^6.0.0",
    "redux-thunk": "^2.4.1",
    "reselect": "^4.1.6",
    "shards-react": "^1.0.3",
    "socket.io-client": "^4.5.2",
    "underscore": "^1.13.6"
  },
  "devDependencies": {
    "@craco/craco": "^6.4.3",
    "dotenv": "^16.0.1",
    "ftp-deploy": "^2.4.2"
  },
  "scripts": {
    "dev": "craco start",
    "start": "craco start",
    "build": "craco build",
    "test": "craco test",
    "eject": "react-scripts eject",
    "deploy": "node deploy",
    "build:d": "yarn build && yarn deploy"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "prettier"
    ],
    "root": true,
    "env": {
      "node": true,
      "es6": true
    },
    "plugins": [
      "prettier",
      "react"
    ],
    "rules": {
      "import/no-anonymous-default-export": 0,
      "prettier/prettier": 0,
      "jsx-a11y/anchor-is-valid": 0,
      "jsx-a11y": 0,
      "comma-dangle": [
        "error",
        {
          "arrays": "always-multiline",
          "objects": "always-multiline",
          "imports": "always-multiline",
          "exports": "always-multiline",
          "functions": "never"
        }
      ]
    }
  },
  "prettier": {
    "bracketSpacing": true,
    "singleQuote": true,
    "jsxBracketSameLine": true,
    "trailingComma": "all",
    "printWidth": 80,
    "semi": true
  },
  "imports": {
    "#json/*": "./*.json",
    "#assets/*": "./src/assets/*",
    "#c/*": "./src/*.js"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 10",
    "not op_mini all"
  ]
}
