forked from alibaba/lowcode-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.72 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@alilc/lowcode-plugin-datasource-pane",
"version": "1.0.2",
"description": "低代码引擎数据源面板",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"start": "build-scripts start",
"build": "build-scripts build",
"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": "beta",
"@alilc/lowcode-engine": "beta",
"@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",
"monaco-editor": "^0.21.0"
},
"peerDependencies": {
"@alifd/next": "^1.20.28",
"moment": "^2.29.1"
},
"dependencies": {
"@alilc/lowcode-plugin-base-monaco-editor": "^1.0.0",
"@alilc/lowcode-types": "^1.0.0-beta.3",
"@formily/core": "^2.0.0-rc.3",
"@formily/next": "^2.0.0-rc.3",
"@formily/react": "^2.0.0-rc.3",
"@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.2/build/index.html"
}