{
  "name": "hearken-basic-components",
  "version": "0.2.198",
  "homepage": ".",
  "description": "A react library developed with dumi",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "npm run dev",
    "dev": "dumi dev",
    "lowcode:dev": "set NODE_OPTIONS=--openssl-legacy-provider & build-scripts start --config ./build.lowcode.js",
    "lowcode:build": "build-scripts build --config ./build.lowcode.js",
    "build": "father build",
    "build:watch": "father dev",
    "docs:build": "dumi build",
    "prepare": "dumi setup",
    "doctor": "father doctor",
    "lint": "npm run lint:es && npm run lint:css",
    "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
    "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
    "postinstall": "patch-package"
  },
  "authors": [],
  "license": "MIT",
  "files": [
    "dist",
    "build/",
    "lowcode_lib/",
    "lowcode_es/"
  ],
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{md,json}": [
      "prettier --write --no-error-on-unmatched-pattern"
    ],
    "*.{css,less}": [
      "stylelint --fix",
      "prettier --write"
    ],
    "*.{js,jsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{ts,tsx}": [
      "eslint --fix",
      "prettier --parser=typescript --write"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "devDependencies": {
    "@alifd/build-plugin-lowcode": "^0.4.1",
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@umijs/lint": "^4.0.0",
    "build-scripts": "^1.0.0",
    "dumi": "^2.2.0",
    "eslint": "^8.23.0",
    "father": "^4.1.0",
    "lint-staged": "^13.0.3",
    "prettier": "^2.7.1",
    "prettier-plugin-organize-imports": "^3.0.0",
    "prettier-plugin-packagejson": "^2.2.18",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "stylelint": "^14.9.1",
    "webpack-dev-server": "^3.11.3"
  },
  "dependencies": {
    "@ant-design/cssinjs": "^1.21.1",
    "@ant-design/icons": "^5.2.5",
    "@babel/runtime": "^7.0.0",
    "@dnd-kit/core": "^6.1.0",
    "@dnd-kit/modifiers": "^7.0.0",
    "@dnd-kit/sortable": "^8.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "antd": "^5.6.4",
    "antd-mobile": "^5.36.0",
    "axios": "^1.4.0",
    "dayjs": "^1.11.10",
    "dhtmlx-gantt": "^8.0.9",
    "echarts": "^5.4.3",
    "echarts-for-react": "^3.0.2",
    "echarts-gl": "^2.0.9",
    "echarts-liquidfill": "^3.1.0",
    "echarts-stat": "^1.2.0",
    "gcoord": "^1.0.6",
    "hearken-jfui-react": "^0.1.44",
    "immutability-helper": "^3.1.1",
    "moment": "^2.29.4",
    "ol": "5.3.3",
    "patch-package": "^8.0.0",
    "uuid": "^9.0.0",
    "webpack-dev-server": "^3.11.3"
  },
  "exports": {
    "./prototype": {
      "require": "./lowcode_lib/meta.js",
      "import": "./lowcode_es/meta.js"
    },
    "./prototypeView": {
      "require": "./lowcode_lib/view.js",
      "import": "./lowcode_es/view.js"
    },
    "./*": "./*",
    ".": {
      "import": "./dist/index.js",
      "require": "./lib/index.js"
    }
  },
  "componentConfig": {
    "materialSchema": "https://unpkg.com/hearken-basic-components@0.2.197/build/lowcode/assets-prod.json"
  },
  "lcMeta": {
    "type": "component"
  }
}