{
  "name": "@subql/indexer-admin",
  "version": "1.0.0",
  "scripts": {
    "start": "PORT=8008 craco start -- --rest-cache",
    "build": "craco build",
    "test": "craco test",
    "eject": "craco eject",
    "lint": "eslint src/**/*.{ts,tsx}",
    "start:node": "sh ./scripts/start-node.sh"
  },
  "bin": {
    "subql-indexer-admin": "./bin/run"
  },
  "dependencies": {
    "@apollo/client": "^3.4.17",
    "@emotion/react": "^11.8.2",
    "@emotion/styled": "^11.8.1",
    "@mui/material": "^5.5.1",
    "@patternfly/react-log-viewer": "^4.43.19",
    "@sentry/react": "^6.19.4",
    "@sentry/tracing": "^6.19.4",
    "@subql/components": "^1.0.1-76",
    "@subql/contract-sdk": "0.13.0",
    "@subql/network-clients": "^0.3.3-1",
    "@subql/network-query": "0.3.3-2",
    "@subql/react-hooks": "^0.1.1-0",
    "@subql/react-ui": "^1.0.1-21",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^11.1.0",
    "@testing-library/user-event": "^12.1.10",
    "@web3-react/core": "^6.1.9",
    "@web3-react/injected-connector": "^6.0.7",
    "@web3-react/network-connector": "^6.1.9",
    "animate.css": "^4.1.1",
    "antd": "^5.3.2",
    "axios": "^0.26.0",
    "ethereumjs-util": "^7.1.3",
    "ethers": "^5.4.7",
    "formik": "^2.2.9",
    "graphql": "^16.0.1",
    "graphql-ws": "^5.12.1",
    "ipfs-http-client": "^54.0.2",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "react": "18.2.0",
    "react-device-detect": "^2.1.2",
    "react-dom": "18.2.0",
    "react-jazzicon": "^0.1.3",
    "react-notifications-component": "^3.4.1",
    "react-router-dom": "^5.3.0",
    "react-scripts": "4.0.3",
    "serve": "^13.0.2",
    "styled-components": "^5.3.3",
    "typescript": "^4.1.2",
    "web-vitals": "^1.0.1",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "@craco/craco": "^6.4.3",
    "@sentry/types": "^6.19.6",
    "@types/jest": "^26.0.15",
    "@types/js-yaml": "^4.0.5",
    "@types/lodash": "^4.14.177",
    "@types/node": "^12.0.0",
    "@types/react": "^18.0.31",
    "@types/react-dom": "^18.0.11",
    "@types/react-router": "^5.1.17",
    "@types/react-router-dom": "^5.3.1",
    "@types/styled-components": "^5.1.15",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.6.0",
    "apollo": "^2.33.9",
    "eslint": "^7.32.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-import-resolver-typescript": "^2.5.0",
    "eslint-plugin-header": "^3.1.1",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.26.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "eslint-plugin-unused-imports": "^2.0.0",
    "husky": "^7.0.2",
    "lint-staged": "^11.2.3",
    "prettier": "^2.4.1",
    "tailwindcss": "^3.3.1"
  },
  "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"
    ]
  },
  "lint-staged": {
    "src/**/*.{ts,tsx,json}": [
      "eslint --fix"
    ],
    ".": [
      "prettier --write"
    ]
  },
  "files": [
    "/bin",
    "/build"
  ]
}
