-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 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
{
"name": "@xiyun/deps",
"version": "1.0.9",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "father-build"
},
"repository": {
"type": "git",
"url": "https://github.com/xiyun-international/deps"
},
"files": [
"lib",
"src"
],
"authors": [
"wubaiqing <wubaiqing@vip.qq.com> (https://github.com/wubaiqing)"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@antv/g6": "^3.3.5",
"@xiyun/ant-design-ui": "^1.4.9",
"@xiyun/utils": "^1.2.40",
"@xiyun/vue-route-webpack-plugin": "^2.1.0",
"ant-design-vue": "^1.4.11",
"axios": "^0.18.0",
"bignumber.js": "^9.0.0",
"copy-to-clipboard": "^3.0.8",
"core-js": "^3.6.4",
"lodash": "^4.17.14",
"moment": "^2.24.0",
"nzh": "^1.0.4",
"photoviewer": "^3.4.0",
"qs": "^6.7.0",
"vue": "^2.6.11",
"vue-router": "^3.1.5",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-service": "^4.2.2",
"father-build": "^1.17.2"
}
}