-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.65 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.65 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
{
"private": true,
"scripts": {
"start": "umi dev",
"build": "umi build",
"postinstall": "umi generate tmp",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"test": "umi-test",
"test:coverage": "umi-test --coverage"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"dependencies": {
"@ant-design/pro-layout": "^5.0.12",
"@better-scroll/pull-down": "^2.3.1",
"@umijs/preset-react": "1.x",
"@umijs/test": "^3.2.5",
"better-scroll": "^2.3.1",
"echarts": "^4.8.0",
"html-critical-webpack-plugin": "^2.1.0",
"lint-staged": "^10.0.7",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-intl": "^5.15.8",
"react-pdf": "^5.3.0",
"react-transition-group": "^4.4.1",
"react-window": "^1.8.6",
"resize-observer-polyfill": "^1.5.1",
"swiper": "^6.6.1",
"ahooks": "^3.1.13",
"umi": "^3.2.5",
"pdfjs-dist": "1.6.210",
"use-deep-compare-effect": "^1.6.1",
"yorkie": "^2.0.0",
"videojs": "^1.0.0",
"videojs-contrib-hls": "5.15.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.12.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.5.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.4",
"install": "^0.13.0",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^1.6.0",
"npm": "^7.15.1",
"rc-field-form": "^1.12.0"
}
}