mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@ali/lowcode-plugin-datasource-pane",
|
|
"version": "1.0.12",
|
|
"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": {
|
|
"@alib/build-scripts": "^0.1.3",
|
|
"@ali/lowcode-editor-setters": "^1.0.8-0",
|
|
"@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@0.1.0-beta.6/build/index.html",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|