{
  "name": "@alilc/lowcode-plugin-datasource-pane",
  "version": "1.0.11",
  "description": "低代码引擎数据源面板",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "start": "build-scripts start --config build.js",
    "build": "build-scripts build --config build.js",
    "test": "ava",
    "test:snapshot": "ava --update-snapshots"
  },
  "ava": {
    "compileEnhancements": false,
    "snapshotDir": "test/fixtures/__snapshots__",
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ]
  },
  "license": "MIT",
  "devDependencies": {
    "@alib/build-scripts": "^0.1.32",
    "@alifd/theme-lowcode-light": "^0.2.1",
    "@alilc/build-plugin-alt": "^1.2.2",
    "@alilc/lowcode-engine": "beta",
    "@alilc/lowcode-shell": "^1.0.0",
    "@alilc/lowcode-types": "beta",
    "@types/babel-types": "^7.0.9",
    "@types/babel__preset-env": "^7.9.2",
    "@types/react": "^16.9.13",
    "@types/react-dom": "^16.9.4",
    "@types/traverse": "^0.6.32",
    "build-plugin-fusion": "^0.1.9",
    "build-plugin-moment-locales": "^0.1.3",
    "monaco-editor": "^0.21.0"
  },
  "peerDependencies": {
    "@alifd/next": "^1.20.28",
    "moment": "^2.29.1"
  },
  "dependencies": {
    "@alifd/next": "^1.25.13",
    "@babel/core": "^7.15.8",
    "@babel/parser": "^7.15.8",
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-react": "^7.14.5",
    "@babel/standalone": "^7.15.8",
    "@babel/traverse": "^7.15.4",
    "@babel/types": "^7.15.6",
    "babel-plugin-transform-remove-strict-mode": "^0.0.2",
    "classnames": "^2.3.1",
    "js-beautify": "^1.14.0",
    "react": "^16.8.1",
    "react-dom": "^16.8.1",
    "@alilc/lowcode-plugin-base-monaco-editor": "^1.0.0",
    "@alilc/lowcode-types": "^1.0.0-beta.3",
    "@formily/core": "^2.1.12",
    "@formily/next": "^2.1.12",
    "@formily/react": "^2.1.12",
    "@types/lodash": "^4.14.178",
    "@xstate/react": "^1.6.1",
    "ajv": "^6.12.4",
    "lodash": "^4.17.20",
    "react-copy-to-clipboard": "^5.0.4",
    "react-dnd": "^14.0.4",
    "react-dnd-html5-backend": "^14.0.2",
    "react-error-boundary": "^3.1.4",
    "svgo": "2.x",
    "traverse": "^0.6.6",
    "xstate": "^4.26.0"
  },
  "homepage": "https://unpkg.com/@alilc/lowcode-plugin-datasource-pane@1.0.11/build/index.html",
  "repository": {
    "type": "git",
    "url": "https://github.com/alibaba/lowcode-plugins.git",
    "directory": "packages/plugin-datasource-pane"
  }
}
