荣彬 8b2ffd410d Publish
- @ali/lowcode-code-generator@1.0.16
 - @ali/lowcode-datasource-engine@1.0.15
 - @ali/lowcode-datasource-fetch-handler@1.0.5
 - @ali/lowcode-datasource-jsonp-handler@1.0.2
 - @ali/lowcode-datasource-mopen-handler@1.0.5
 - @ali/lowcode-datasource-mtop-handler@1.0.4
 - @ali/lowcode-datasource-universal-mtop-handler@1.0.4
 - @ali/lowcode-datasource-url-params-handler@1.0.4
 - @ali/lowcode-demo-server@1.0.16
 - @ali/lowcode-demo@1.0.16
 - @ali/lowcode-designer@1.0.16
 - @ali/lowcode-editor-core@1.0.16
 - @ali/lowcode-editor-preset-general@1.0.16
 - @ali/lowcode-editor-preset-vision@1.0.16
 - @ali/lowcode-editor-setters@1.0.16
 - @ali/lowcode-editor-skeleton@1.0.16
 - @ali/lowcode-material-parser@1.0.16
 - @ali/lowcode-plugin-components-pane@1.0.16
 - @ali/lowcode-plugin-datasource-pane@1.0.15
 - @ali/lowcode-plugin-designer@1.0.16
 - @ali/lowcode-plugin-event-bind-dialog@1.0.15
 - @ali/lowcode-plugin-outline-pane@1.0.15
 - @ali/lowcode-plugin-sample-logo@1.0.15
 - @ali/lowcode-plugin-sample-preview@1.0.15
 - @ali/lowcode-plugin-source-editor@1.0.14
 - @ali/lowcode-plugin-undo-redo@1.0.15
 - @ali/lowcode-plugin-variable-bind-dialog@1.0.15
 - @ali/lowcode-plugin-zh-en@1.0.15
 - @ali/lowcode-rax-provider@1.0.15
 - @ali/lowcode-rax-renderer@1.0.15
 - @ali/lowcode-rax-simulator-renderer@1.0.15
 - @ali/lowcode-react-provider@1.0.17
 - @ali/lowcode-react-renderer@1.0.15
 - @ali/lowcode-react-simulator-renderer@1.0.15
 - @ali/lowcode-runtime@1.0.17
 - @ali/lowcode-types@1.0.14
 - @ali/lowcode-utils@1.0.15
2020-11-04 21:03:59 +08:00

51 lines
1.3 KiB
JSON

{
"name": "@ali/lowcode-plugin-datasource-pane",
"version": "1.0.15",
"description": "低代码引擎数据源面板",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"build": "build-scripts build",
"cloud-build": "build-scripts build --skip-demo",
"test": "ava",
"test:snapshot": "ava --update-snapshots"
},
"ava": {
"compileEnhancements": false,
"snapshotDir": "test/fixtures/__snapshots__",
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
},
"license": "MIT",
"devDependencies": {
"@types/json-schema": "^7.0.6",
"@types/react": "^16.9.49",
"@types/traverse": "^0.6.32",
"monaco-editor": "^0.20.0"
},
"dependencies": {
"@ali/lowcode-editor-setters": "^1.0.16",
"@alib/build-scripts": "^0.1.3",
"@alifd/next": "^1.20.28",
"@formily/next": "^1.3.2",
"@formily/next-components": "^1.3.2",
"@formily/react-schema-renderer": "^1.3.2",
"@types/traverse": "^0.6.32",
"ajv": "^6.12.4",
"lodash": "^4.17.20",
"react-monaco-editor": "^0.40.0",
"styled-components": "^5.2.0",
"traverse": "^0.6.6"
},
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-plugin-datasource-pane@1.0.14/build/index.html",
"publishConfig": {
"registry": "https://registry.npm.alibaba-inc.com"
}
}