-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.12 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
{
"private": true,
"scripts": {
"dev": "max dev",
"build": "max build",
"postinstall": "max setup",
"start": "npm run dev"
},
"dependencies": {
"@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-components-pane": "^1.0.3",
"@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-react-renderer": "^1.0.10",
"@alilc/lowcode-setter-behavior": "^1.0.0",
"@alilc/lowcode-setter-title": "^1.0.2",
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-components": "^1.1.3",
"@umijs/babel-preset-umi": "^4.0.2",
"@umijs/max": "^4.0.2",
"@umijs/plugin-sass": "^1.1.1",
"antd": "^4.20.7"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"typescript": "^4.1.2",
"prettier": "^2",
"prettier-plugin-organize-imports": "^2",
"prettier-plugin-packagejson": "^2"
}
}