package.json
1.77 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
{
"private": true,
"author": "zhangzhen <525765282@qq.com>",
"scripts": {
"dev": "cross-env PORT=9000 umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/compatible": "^1.1.2",
"@ant-design/icons": "^5.6.1",
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.1.24",
"@js-preview/docx": "^1.6.4",
"@js-preview/excel": "^1.7.14",
"@js-preview/pdf": "^2.0.10",
"antd": "^5.24.3",
"antd-mobile": "5.37.1",
"antd-mobile-icons": "^0.3.0",
"antd-mobile-v2": "2.3.4",
"antd-v4": "npm:antd@4.24.16",
"braft-editor": "^2.3.9",
"classnames": "^2.5.1",
"dhtmlx-gantt": "^9.0.6",
"g2": "^2.3.13",
"g2-plugin-slider": "^1.2.1",
"immutability-helper": "^3.1.1",
"lodash": "^4.17.21",
"lodash-decorators": "^6.0.1",
"markdown-it": "^14.1.0",
"moment": "^2.30.1",
"numeral": "^2.0.6",
"rc-form": "2.4.11",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.1.0",
"react-draggable": "4.4.5",
"react-fittext": "1.0.0",
"react-flow-renderer": "^10.3.17",
"react-grid-layout": "^1.3.4",
"react-highlight-words": "^0.21.0",
"react-markdown": "^10.1.0",
"react-pdf": "^5.7.2",
"react-resizable": "^3.0.5",
"react-sortable-hoc": "^2.0.0",
"react-to-print": "^3.0.5",
"remark-gfm": "^4.0.1",
"umi": "^4.4.11",
"weixin-js-sdk": "1.6.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@umijs/plugins": "^4.4.6",
"cross-env": "^7.0.3",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"typescript": "^5.0.3"
}
}