-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
52 lines (52 loc) · 1.82 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
{
"scripts": {
"start": "build-scripts start --disable-reload --port 5557",
"build": "build-scripts build"
},
"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-undo-redo": "^1.0.0",
"@alilc/lowcode-types": "^1.1.7",
"@knxcloud/lowcode-plugin-vue-code-editor": "0.0.2",
"@knxcloud/lowcode-utils": "^1.6.0-beta.6",
"@knxcloud/lowcode-vue-renderer": "^1.6.0-beta.9",
"@knxcloud/lowcode-vue-simulator-renderer": "^1.6.0-beta.9",
"module": "^1.2.5"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.32",
"@alilc/lowcode-engine": "^1.1.7",
"@alilc/lowcode-engine-ext": "^1.0.5",
"@babel/core": "^7.21.0",
"@rushstack/eslint-patch": "^1.2.0",
"@types/node": "^17.0.45",
"@types/prop-types": "^15.7.5",
"@types/react": "^16.14.35",
"@types/react-dom": "^16.9.18",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"build-plugin-component": "^1.12.1",
"build-plugin-moment-locales": "^0.1.3",
"build-plugin-react-app": "^1.8.5",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"postcss": "8.4.14",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"prettier": "^2.8.4",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.5",
"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.9.5",
"vue": "^3.2.47"
}
}