-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1013 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1013 Bytes
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,
"author": "zhang he <he.zhang@neuetech.cn>",
"scripts": {
"dev": "max dev",
"build": "max build",
"format": "prettier --cache --write .",
"prepare": "husky",
"postinstall": "max setup",
"setup": "max setup",
"start": "npm run dev"
},
"dependencies": {
"@alilc/lowcode-datasource-fetch-handler": "^1.2.1",
"@alilc/lowcode-plugin-inject": "^1.2.3",
"@alilc/lowcode-react-renderer": "^1.3.2",
"@alilc/lowcode-utils": "^1.3.2",
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.4.4",
"@types/lodash": "^4.17.16",
"@umijs/max": "^4.4.6",
"antd": "^5.4.0",
"lodash": "^4.17.21",
"query-string": "^9.1.1"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"husky": "^9",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"typescript": "^5.0.3"
}
}