-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
118 lines (118 loc) · 3.57 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "sheet_manager",
"private": true,
"scripts": {
"start": "hash.bat && npm run dev",
"dev": "cross-env APP_TYPE=site UMI_UI=none umi dev",
"build": "umi build && hash.bat",
"lite": "cross-env BUILD_TYPE=lite umi dev",
"liteapp": "cross-env BUILD_TYPE=lite umi build",
"test": "umi test | coveralls",
"deploy": "npm run build && hash.bat && deploy.bat"
},
"dependencies": {
"@ant-design/compatible": "^1.0.1",
"@ant-design/pro-layout": "^5.0.6",
"@babel/polyfill": "^7.2.5",
"@handsontable/react": "^3.1.2",
"@types/echarts": "^4.1.3",
"@types/node": "^11.11.1",
"@types/react": "^16.7.20",
"animate.css": "^3.7.0",
"antd": "^4.5.0",
"axios": "^0.18.0",
"bizcharts": "^4.0.3",
"classnames": "^2.2.6",
"codemirror": "^5.45.0",
"copy-to-clipboard": "^3.0.8",
"crypto-js": "^3.1.9-1",
"dayjs": "^1.8.21",
"echarts": "^4.5.0",
"echarts-for-react": "^2.0.8",
"echarts-gl": "^1.1.1",
"echarts-stat": "^1.1.1",
"element-resize-event": "^2.0.9",
"enquire-js": "^0.2.1",
"exceljs": "^1.7.0",
"file-saver": "^1.3.3",
"handsontable": "^7.4.2",
"jest": "^24.5.0",
"js-beautify": "^1.9.1",
"jsencrypt": "^3.0.0-rc.1",
"jstat": "^1.9.3",
"jszip": "^3.1.5",
"keyboardjs": "^2.5.1",
"lodash-decorators": "^6.0.1",
"mathjs": "^6.6.1",
"memoize-one": "^4.0.0",
"moment": "^2.23.0",
"numeral": "^2.0.6",
"nzh": "^1.0.3",
"omit.js": "^1.0.0",
"path-to-regexp": "^2.2.0",
"pdfmake": "^0.1.38",
"prettier": "^1.19.1",
"promise.prototype.finally": "^3.1.0",
"prop-types": "^15.6.1",
"qs": "^6.5.2",
"ramda": "^0.25.0",
"react-codemirror2": "^5.1.0",
"react-container-query": "^0.11.0",
"react-copy-to-clipboard": "^5.0.1",
"react-css-modules": "^4.7.11",
"react-custom-scrollbars": "^4.2.1",
"react-fittext": "^1.0.0",
"react-helmet-async": "^1.0.6",
"react-image-crop": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-sortable-tree": "^2.6.0",
"react-sortable-tree-theme-full-node-drag": "^1.1.0",
"react-sortable-tree-theme-minimal": "^0.0.14",
"react-use": "^14.1.1",
"rebound": "^0.1.0",
"sinon": "^7.2.2",
"umi": "^2.13.4",
"umi-plugin-antd-theme": "^1.0.1",
"umi-plugin-locale": "^2.1.1",
"use-merge-value": "^1.0.1",
"x2js": "^3.2.6",
"xlsx": "^0.16.6"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/jest": "^24.0.6",
"antd-pro-merge-less": "^3.0.3",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-plugin-react-css-modules": "^5.2.6",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"dva-core": "^1.4.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
"eslint": "^5.13.0",
"eslint-config-umi": "^0.1.1",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-react-hooks": "^1.5.1",
"husky": "^0.12.0",
"jest": "^24.4.0",
"pretty-format": "^23.6.0",
"react-perf-devtool": "^3.1.8",
"regenerator-runtime": "^0.13.1",
"ts-jest": "^23.10.5",
"typescript": "^3.3.3",
"umi-plugin-antd-theme": "^2.1.1",
"umi-plugin-react": "^1.4.1"
},
"resolutions": {
"react-sortable-tree/**/react-dnd": "7.0.2"
}
}