forked from alibaba/lowcode-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.34 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.34 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
{
"name": "@alifd/build-plugin-lowcode",
"version": "0.4.7",
"description": "build plugin for component-to-lowcode",
"main": "src/index.js",
"keywords": [
"plugin"
],
"scripts": {
"component:dev": "cd demo/component && npm start",
"setter:dev": "cd demo/setter && npm start",
"antdSetterMap:dev": "cd demo/antd-setter-map && npm start",
"pub": "npm publish",
"beta": "npm publish --tag=beta"
},
"repository": {
"type": "git",
"url": "https://github.com/alibaba/lowcode-tools.git",
"directory": "packages/build-plugin-lowcode"
},
"author": "",
"license": "MIT",
"dependencies": {
"@alilc/lowcode-material-parser": "^1.0.1",
"@alilc/lowcode-rax-renderer": "^1.0.2",
"@alilc/lowcode-react-renderer": "^1.0.1",
"@alilc/lowcode-types": "^1.0.1",
"@alilc/lowcode-utils": "^1.0.1",
"@babel/core": "^7.22.5",
"axios": "^0.21.4",
"build-plugin-component": "^1.12.0",
"build-scripts-config": "^3.0.3",
"chokidar": "^3.5.3",
"cross-spawn-promise": "^0.10.2",
"driver-universal": "^3.4.0",
"fs-extra": "^11.1.1",
"glob": "^7.1.7",
"handlebars": "^4.4.0",
"html-webpack-plugin": "^3.2.0",
"is-wsl": "^2.2.0",
"lodash": "^4.17.21",
"rax-babel-config": "^2.0.4",
"rpx-loader": "^1.0.1",
"style-loader": "^2.0.0",
"webpack": "^4.46.0"
}
}