-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
159 lines (159 loc) · 4.23 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "operation-web",
"version": "0.1.1",
"private": true,
"homepage": ".",
"author": "",
"sideEffects": [
"src/utils/*.ts",
"src/index.tsx"
],
"scripts": {
"start": "NODE_ENV=development vite"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"babel": {
"presets": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@ant-design/charts": "^1.0.6",
"@babel/core": "7.9.0",
"@sentry/react": "^5.27.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/node": "^12.12.47",
"@types/react": "^16.9.36",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"antd": "4.8.5",
"array-move": "^3.0.1",
"axios": "^0.21.1",
"babel-eslint": "10.1.0",
"babel-jest": "^24.9.0",
"babel-loader": "8.1.0",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^9.1.2",
"camelcase": "^5.3.1",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"classnames": "^2.2.6",
"connected-react-router": "^6.3.1",
"cos-js-sdk-v5": "^1.1.2",
"css-loader": "3.4.2",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"file-loader": "4.3.0",
"file-saver": "^2.0.2",
"final-form": "^4.20.1",
"form-render": "^0.9.12",
"fs-extra": "^8.1.0",
"history": "^4.10.1",
"html-webpack-plugin": "4.0.0-beta.11",
"identity-obj-proxy": "3.0.0",
"jest-environment-jsdom-fourteen": "1.0.1",
"jest-resolve": "24.9.0",
"jest-watch-typeahead": "0.4.2",
"jsoneditor": "^9.0.3",
"less": "^3.11.3",
"less-loader": "^6.1.1",
"md5": "^2.3.0",
"mini-css-extract-plugin": "0.9.0",
"moment": "^2.29.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"pnp-webpack-plugin": "1.6.4",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-normalize": "8.0.1",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.1",
"qs": "^6.9.6",
"react": "^16.14.0",
"react-app-polyfill": "^1.0.6",
"react-cropper": "^2.1.4",
"react-dev-utils": "^10.2.1",
"react-dom": "^16.13.1",
"react-final-form": "^6.5.0",
"react-infinite-scroller": "^1.2.4",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-router-redux": "^4.0.8",
"react-sortable-hoc": "^1.11.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"resolve": "1.15.0",
"resolve-url-loader": "^3.1.2",
"sass-loader": "8.0.2",
"semver": "6.3.0",
"style-loader": "0.23.1",
"terser-webpack-plugin": "2.3.5",
"ts-pnp": "1.1.6",
"typescript": "^3.7.5",
"url-loader": "2.3.0",
"utils": "^0.3.1",
"webpack": "4.42.0",
"webpack-dev-server": "^3.11.1",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "4.3.1",
"xlsx": "^0.16.7"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/prompt-cli": "^11.0.0",
"@svgr/webpack": "^4.3.3",
"@types/file-saver": "^2.0.1",
"@types/jest": "^26.0.20",
"@types/qs": "^6.9.5",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@vitejs/plugin-legacy": "^1.3.2",
"@vitejs/plugin-react-refresh": "^1.3.2",
"cos-nodejs-sdk-v5": "^2.8.3",
"cross-env": "^7.0.2",
"enzyme": "^3.11.0",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.2.1",
"eslint-loader": "3.0.3",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "^1.6.1",
"husky": "^4.3.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.1",
"redux-devtools": "^3.5.0",
"sort-package-json": "^1.46.1",
"speed-measure-webpack-plugin": "^1.3.3",
"standard-version": "^9.0.0",
"stylelint": "^13.6.0",
"stylelint-config-standard": "^20.0.0",
"thread-loader": "^3.0.1",
"ts-jest": "^26.5.2",
"vite-plugin-imp": "^2.0.4",
"vite-plugin-react-svg": "^0.2.0",
"webpack-bundle-analyzer": "^4.2.0"
}
}