-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 846 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 846 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": "@lowcodecloud/build-plugin-lowcode",
"version": "0.3.1-beta.0",
"description": "build plugin for component-to-lowcode",
"main": "index.js",
"keywords": [
"plugin"
],
"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",
"axios": "^0.21.4",
"build-scripts-config": "^3.0.0",
"chokidar": "^3.5.3",
"cross-spawn-promise": "^0.10.2",
"driver-universal": "^3.4.0",
"glob": "^7.1.7",
"handlebars": "^4.4.0",
"html-webpack-plugin": "^3.2.0",
"is-wsl": "^2.2.0",
"lodash": "^4.17.21",
"rpx-loader": "^1.0.1",
"webpack": "^4.46.0"
},
"devDependencies": {}
}