{
  "name": "@aligov/flow-editor",
  "version": "0.3.12",
  "description": "画布",
  "files": [
    "demo/",
    "es/",
    "lib/",
    "build/"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "sideEffects": [
    "dist/*",
    "*.scss",
    "*.less",
    "*.css"
  ],
  "scripts": {
    "start": "umi dev",
    "build": "umi build",
    "sdk.start": "build-scripts start",
    "sdk.build": "build-scripts build",
    "test": "build-scripts test",
    "prepublishOnly": "npm run sdk.build",
    "eslint": "eslint --cache --ext .js,.jsx,.ts,.tsx ./",
    "eslint:fix": "npm run eslint -- --fix",
    "stylelint": "stylelint \"**/*.{css,scss,less}\"",
    "lint": "npm run eslint && npm run stylelint"
  },
  "keywords": [
    "ice",
    "react",
    "component"
  ],
  "dependencies": {
    "@ali/cinco-icon-font": "^1.0.2",
    "@alife/form-render-sdk": "^1.0.1-beta.7",
    "axios": "^0.27.2",
    "butterfly-dag": "^4.2.8",
    "prop-types": "^15.5.8",
    "react-dnd": "^16.0.1",
    "react-dnd-html5-backend": "^16.0.1",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@formily/core": "^2.1.5",
    "@formily/react": "^2.1.5",
    "@iceworks/spec": "^1.0.0",
    "@types/jquery": "^3.5.14",
    "@types/lodash": "^4.14.182",
    "@types/react": "^17.0.2",
    "@types/react-dnd": "^3.0.2",
    "@types/react-dom": "^16.0.0",
    "@types/uuid": "^8.3.4",
    "@umijs/plugin-qiankun": "^2.39.2",
    "antd": "^4.20.6",
    "build-plugin-component": "^1.0.0",
    "build-scripts": "^1.1.1",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "eslint": "^7.0.0",
    "jquery": "^3.6.0",
    "lodash": "^4.17.21",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "stylelint": "^13.7.2",
    "umi": "^3.0.0"
  },
  "peerDependencies": {
    "react": "^16 || ^17",
    "jquery": ">=2.0.0",
    "lodash": ">=4.0.0",
    "antd": ">=3.0.0",
    "@formily/react": "^2",
    "@formily/core": "^2"
  },
  "componentConfig": {
    "name": "FlowEditor",
    "title": "flow-editor",
    "category": "Others"
  },
  "license": "MIT",
  "homepage": "https://unpkg.com/@aligov/flow-editor@0.3.12/build/index.html"
}
