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
31 lines (31 loc) · 866 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 866 Bytes
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
{
"name": "@alilc/lowcode-plugin-block",
"version": "1.0.0-beta.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"start": "build-scripts start",
"build": "build-scripts build",
"prepublishOnly": "npm run build"
},
"author": "mark.ck",
"license": "MIT",
"dependencies": {
"@alifd/next": "^1.25.31",
"@alilc/lowcode-engine": "^1.0.5",
"html2canvas": "^1.4.1",
"react": "^16.8.1"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.32",
"build-plugin-component": "^1.10.0",
"build-plugin-fusion": "^0.1.22",
"build-plugin-moment-locales": "^0.1.3"
},
"homepage": "https://unpkg.com/@alilc/lowcode-plugin-block@1.0.0-beta.0/build/index.html",
"repository": {
"type": "git",
"url": "https://github.com/alibaba/lowcode-plugins.git",
"directory": "packages/plugin-block"
}
}