-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
76 lines (76 loc) · 2.04 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
{
"version": "0.9.1",
"name": "xgen",
"author": "wendao",
"private": false,
"main": "src/pages/index.tsx",
"description": "Next-generation low-code dashboard.",
"scripts": {
"start": "umi dev",
"build": "umi build",
"build:dev": "cross-env APP_ENV=development umi build",
"postinstall": "umi generate tmp",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"prettier:normal": "prettier --write '**/*.{js,jsx,less,md,json}'",
"prettier:x": "prettier --write '**/*.{tsx,ts}'"
},
"gitHooks": {
"pre-commit": "lint-staged --allow-empty"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"dependencies": {
"@ant-design/icons": "5.0.1",
"ahooks": "3.5.2",
"antd": "4.18.2",
"clsx": "1.1.1",
"dva-model-extend": "0.1.2",
"echarts": "5.2.1",
"fast-deep-equal": "3.1.3",
"lodash-es": "4.17.21",
"mitt": "3.0.0",
"mobx": "6.6.1",
"mobx-react-lite": "3.4.0",
"moment": "2.29.1",
"mustache": "4.2.0",
"nprogress": "0.2.0",
"path-to-regexp": "6.2.1",
"query-string": "7.0.1",
"react": "17.0.2",
"react-color-palette": "6.2.0",
"react-countup": "6.0.0",
"react-dom": "17.0.2",
"react-shadow": "19.0.3",
"react-slick": "0.28.1",
"react-sortablejs": "6.1.4",
"sortablejs": "1.15.0",
"store": "2.0.12",
"umi": "3.5.20"
},
"devDependencies": {
"@lcdp/offline-plugin": "5.1.0",
"@types/lodash-es": "4.17.5",
"@types/mustache": "4.1.2",
"@types/nprogress": "0.2.0",
"@types/react": "17.0.24",
"@types/react-dom": "17.0.9",
"@types/react-slick": "0.23.7",
"@types/sortablejs": "1.13.0",
"@types/store": "2.0.2",
"@umijs/preset-react": "1.8.30",
"cross-env": "7.0.3",
"less-vars-to-js": "1.3.0",
"lint-staged": "11.0.0",
"prettier": "2.2.1",
"typescript": "4.5.2",
"webpack-pwa-manifest": "4.3.0",
"yorkie": "2.0.0"
},
"__npminstall_done": false
}