forked from KNXCloud/lowcode-engine-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.77 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.77 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
48
49
50
51
{
"scripts": {
"start": "build-scripts start --disable-reload --port 5557",
"build": "build-scripts build"
},
"dependencies": {
"@alilc/lowcode-plugin-code-editor": "^1.0.3",
"@alilc/lowcode-plugin-components-pane": "^1.0.3",
"@alilc/lowcode-plugin-datasource-pane": "^1.0.5",
"@alilc/lowcode-plugin-inject": "^1.1.3",
"@alilc/lowcode-plugin-schema": "^1.0.1",
"@alilc/lowcode-plugin-undo-redo": "^1.0.0",
"@alilc/lowcode-types": "^1.0.13",
"@knxcloud/lowcode-utils": "^1.4.5",
"@knxcloud/lowcode-vue-renderer": "^1.4.3",
"@knxcloud/lowcode-vue-simulator-renderer": "^1.4.5"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.32",
"@alilc/lowcode-engine": "^1.0.13",
"@alilc/lowcode-engine-ext": "^1.0.4",
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "^17.0.45",
"@types/prop-types": "^15.7.5",
"@types/react": "^16.14.29",
"@types/react-dom": "^16.9.16",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"build-plugin-component": "^1.11.0",
"build-plugin-moment-locales": "^0.1.3",
"build-plugin-react-app": "^1.8.5",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"naive-ui": "^2.32.0",
"postcss": "8.4.14",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-less": "^1.0.4",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-less": "^1.0.6",
"typescript": "^4.7.4",
"vue": "^3.2.37"
}
}