-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
77 lines (77 loc) · 2.33 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "EggLowcode",
"version": "1.0.0",
"description": "",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"egg": "^2.15.1",
"egg-proxy-npm": "^1.1.1",
"egg-scripts": "^2.11.0",
"egg-view-assets": "^1.8.0",
"egg-view-nunjucks": "^2.3.0"
},
"devDependencies": {
"@alilc/lowcode-datasource-fetch-handler": "^1.0.1",
"@alilc/lowcode-engine": "^1.0.10",
"@alilc/lowcode-plugin-code-editor": "^1.0.2",
"@alilc/lowcode-plugin-code-generator": "^1.0.4",
"@alilc/lowcode-plugin-components-pane": "^1.0.2",
"@alilc/lowcode-plugin-datasource-pane": "^1.0.5",
"@alilc/lowcode-plugin-inject": "^1.1.1",
"@alilc/lowcode-plugin-manual": "^1.0.3",
"@alilc/lowcode-plugin-schema": "^1.0.1",
"@alilc/lowcode-plugin-simulator-select": "^1.0.0",
"@alilc/lowcode-plugin-undo-redo": "^1.0.0",
"@alilc/lowcode-plugin-zh-en": "^1.0.0",
"@alilc/lowcode-react-renderer": "^1.0.0",
"@alilc/lowcode-setter-behavior": "^1.0.0",
"@alilc/lowcode-setter-title": "^1.0.2",
"@ant-design/pro-components": "^1.1.6",
"@umijs/babel-preset-umi": "^4.0.2",
"@umijs/max": "^4.0.2",
"@umijs/plugin-sass": "^1.1.1",
"@umijs/yorkie": "^2.0.5",
"antd": "^4.20.7",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"cross-env": "^7.0.3",
"egg-bin": "^4.11.0",
"egg-ci": "^1.11.0",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0",
"node-sass": "^7.0.1",
"sass-loader": "^13.0.1",
"typescript": "^4.1.2",
"umi-request": "^1.4.0"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"build": "cross-env APP_ROOT=$PWD/app/view USE_WEBPACK_5=1 max build",
"start": "egg-scripts start --daemon --title=egg-server-EggLowcode",
"start:prod": "EGG_SERVER_ENV=prod egg-scripts start --daemon --title=egg-server-EggLowcode",
"stop": "egg-scripts stop --title=egg-server-EggLowcode",
"dev": "egg-bin dev",
"prod": "EGG_SERVER_ENV=prod egg-bin dev",
"debug": "egg-bin debug",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"ci": {
"version": "10"
},
"repository": {
"type": "git",
"url": ""
},
"author": "leoner",
"license": "MIT"
}