package.json
1.53 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
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": "@qx/form-render",
"version": "0.1.27.beta.1",
"keywords": [
"Form",
"FormRender",
"Render",
"XRender",
"React",
"Json Schema",
"Ant Design"
],
"repository": {
"type": "gitlab",
"url": "http://gitlab.qgutech.com/third-party/x-render.git"
},
"license": "MIT",
"contributors": [
{
"name": "zhu",
"email": "zhuqin@qgutech.com"
},
{
"name": "xqq",
"email": "xingqingqing@qgutech.com"
},
{
"name": "qiaoqitao",
"email": "qiaoqitao@qgutech.com"
}
],
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"es",
"lib",
"package.json"
],
"scripts": {
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"dependencies": {
"@ant-design/icons": "^4.0.2",
"@qx/icon-btn": "^0.0.1",
"antd-mobile": "^5.17.2",
"async-validator": "^3.5.1",
"classnames": "^2.3.1",
"color": "^3.1.2",
"dingtalk-jsapi": "^3.0.9",
"lodash-es": "^4.17.21",
"moment": "^2.24.0",
"rc-color-picker": "^1.2.6",
"smooth-scroll": "^16.1.3",
"virtualizedtableforantd4": "^1.1.2"
},
"devDependencies": {
"@umijs/plugin-antd-mobile": "^1.2.0",
"deep-equal": "^2.0.3",
"rollup-plugin-copy": "^3.4.0"
},
"peerDependencies": {
"antd": "4.x",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"sideEffect": false
}