forked from alibaba/lowcode-plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"name": "@alilc/lowcode-plugin-simulator-select",
"version": "1.0.4",
"description": "画布切换",
"main": "lib/index.js",
"scripts": {
"start": "build-scripts start --config build.js",
"build": "build-scripts build --skip-demo --config build.js",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"lowcode",
"simulator"
],
"dependencies": {
"@alifd/next": "^1.25.0"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.18",
"@alilc/build-plugin-alt": "^1.2.2",
"@alilc/lowcode-engine": "^1.0.0",
"@types/react": "^16.8.1",
"build-plugin-component": "^1.1.0",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"author": "mark.ck",
"repository": {
"type": "git",
"url": "https://github.com/alibaba/lowcode-plugins.git",
"directory": "packages/plugin-simulator-size"
},
"license": "MIT"
}