-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 2.01 KB
/
package.json
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
{
"name": "@cdlab996/lowcode-engine-demo-vue",
"version": "1.0.0",
"private": true,
"author": "wudi",
"license": "MIT",
"engines": {
"node": "^16.0.0",
"pnpm": "^8.0.0"
},
"scripts": {
"start": "build-scripts start --disable-reload --port 5577",
"build": "build-scripts build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --check --write .",
"format:fail": "prettier --check ."
},
"dependencies": {
"@alilc/lowcode-plugin-components-pane": "^1.0.7",
"@alilc/lowcode-plugin-datasource-pane": "^1.0.10",
"@alilc/lowcode-plugin-inject": "^1.2.2",
"@alilc/lowcode-plugin-schema": "^1.0.5",
"@alilc/lowcode-plugin-set-ref-prop": "^1.0.1",
"@alilc/lowcode-plugin-simulator-select": "^1.0.3",
"@alilc/lowcode-plugin-undo-redo": "^1.0.0",
"@alilc/lowcode-types": "^1.1.7",
"@cdlab996/antd-lowcode-materials": "^0.0.1",
"@cdlab996/element-plus-lowcode-materials": "^0.0.1",
"@cdlab996/lowcode-plugin-manual": "^1.0.2",
"@cdlab996/lowcode-plugin-set-doc-url": "^1.0.1",
"@cdlab996/plugin-directive-loading": "^1.0.0",
"@cdlab996/vant-lowcode-materials": "^0.0.1",
"@knxcloud/lowcode-plugin-vue-code-editor": "0.1.2",
"@knxcloud/lowcode-utils": "^1.6.0",
"@knxcloud/lowcode-vue-renderer": "^1.6.0",
"@knxcloud/lowcode-vue-simulator-renderer": "^1.6.1"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.32",
"@alilc/lowcode-engine": "^1.1.7",
"@babel/core": "^7.21.0",
"@cdlab996/eslint-config-react": "0.0.6-beta.4",
"@cdlab996/lowcode-engine-ext-vue": "^1.0.6-beta.29",
"@cdlab996/prettier-config": "^0.0.6-beta.4",
"@types/node": "^17.0.45",
"@types/prop-types": "^15.7.5",
"@types/react": "^16.14.35",
"@types/react-dom": "^16.9.18",
"build-plugin-component": "^1.12.1",
"build-plugin-moment-locales": "^0.1.3",
"build-plugin-react-app": "^1.8.5",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3",
"vue": "^3.4.21"
}
}