-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·59 lines (59 loc) · 1.5 KB
/
package.json
File metadata and controls
executable file
·59 lines (59 loc) · 1.5 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
{
"private": true,
"scripts": {
"start": "umi dev",
"build": "umi build",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"test": "umi-test",
"test:coverage": "umi-test --coverage"
},
"gitHooks": {},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"dependencies": {
"@ant-design/compatible": "^1.0.1",
"@ant-design/icons": "4.0.2",
"@ant-design/pro-layout": "6.0.1",
"@antv/g6": "3.2.4",
"@antv/util": "1.3.1",
"@types/qs": "^6.9.1",
"@umijs/preset-react": "1.x",
"@umijs/test": "^3.0.4",
"antd": "4.0.1",
"antd-mobile": "^2.3.1",
"axios": "^0.19.2",
"braft-editor": "^2.3.9",
"faker": "^4.1.0",
"immutability-helper": "^3.0.1",
"lint-staged": "^10.0.7",
"moment": "^2.24.0",
"prettier": "^1.19.1",
"qrcode.react": "^1.0.0",
"qs": "^6.9.1",
"rc-tween-one": "^2.6.8",
"react": "^16.12.0",
"react-color": "^2.18.0",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
"react-dom": "^16.12.0",
"react-frame-component": "^4.1.1",
"react-resizable": "^1.10.1",
"shortid": "^2.2.15",
"signature_pad": "^3.0.0-beta.3",
"trim-canvas": "^0.1.2",
"umi": "^3.0.4",
"yorkie": "^2.0.0"
},
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/qrcode.react": "^1.0.0",
"@types/shortid": "^0.0.29",
"classnames": "^2.2.6"
}
}