{
  "name": "logic-flow-react",
  "version": "0.0.23",
  "description": "logic-flow for react",
  "author": "Matrix",
  "homepage": "https://github.com/matrixbingo/logic-flow-react#readme",
  "license": "MIT",
  "directories": {
    "src": "src",
    "test": "__tests__"
  },
  "files": [
    "es",
    "lib"
  ],
  "sideEffects": [
    "es/**/style/*",
    "lib/**/style/*",
    "*.less"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matrixbingo/logic-flow-react.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "build": "father-build"
  },
  "bugs": {
    "url": "https://github.com/matrixbingo/logic-flow-react/issues"
  },
  "browserslist": [
    "> 0.5%",
    "last 2 versions",
    "Firefox ESR",
    "not dead",
    "IE 11",
    "not IE 10"
  ],
  "dependencies": {
    "@babel/runtime": "^7.14.0",
    "@logicflow/core": "^1.1.29",
    "@logicflow/extension": "^1.1.29",
    "rc-resize-observer": "^1.2.0"
  },
  "devDependencies": {
    "@types/classnames": "^2.2.11",
    "@types/react": "^16.14.2",
    "@types/react-dom": "^16.9.9",
    "father-build": "^1.19.1"
  },
  "peerDependencies": {
    "antd": "^4.22.3",
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  }
}
