-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.11 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
{
"private": true,
"scripts": {
"dev": "umi dev",
"build": "umi build",
"build:cdn": "UMI_ENV=prod.cdn umi build",
"test": "umi test"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@hocgin/hkit": "^2.0.16",
"@hocgin/ui": "^5.0.7",
"@tiptap/prosemirror-tables": "^1.1.3",
"antd": "^5.0.5",
"classnames": "^2.2.6",
"dva": "^2.6.0-beta.6",
"hash.js": "^1.1.7",
"jsonp": "^0.2.1",
"moment": "^2.24.0",
"prosemirror-commands": "^1.5.0",
"prosemirror-dropcursor": "^1.6.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-schema-list": "^1.2.2",
"qs": "^6.9.1",
"react": "18.x",
"react-dom": "18.x",
"react-id-swiper": "^2.4.0",
"react-image": "^2.2.2",
"roadhog-api-doc": "^1.1.2",
"swiper": "^5.3.0"
},
"devDependencies": {
"@umijs/preset-react": "^1.8.30",
"husky": "^0.14.3",
"mockjs": "^1.1.0",
"umi": "^3.5.35"
},
"lint-staged": {
"*.{js,jsx}": [
"git add"
]
},
"engines": {
"node": ">=8.0.0"
}
}