-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 2.52 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
{
"name": "xiaopubao-ui",
"version": "0.0.3",
"description": "vue-cli3构建基于ant-design-vue & vxe-table二次封装库",
"main": "lib/xiaopubao-ui.umd.min.js",
"keywords": [
"ant-design-vue",
"vxe-table",
"xiaopubao-ui",
"vue",
"components"
],
"files": [
"lib",
"src",
"packages",
"types",
"style"
],
"typings": "types/index.d.ts",
"private": false,
"author": "xiaopubaoGroup",
"license": "ISC",
"bugs": {
"url": "https://github.com/LanceJiang/xiaopubao-ui/issues"
},
"scripts": {
"serve": "vue-cli-service serve",
"start": "npm run serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lib:packages": "vue-cli-service build --target lib --name xiaopubao-ui --dest lib packages/index.js",
"lib:utils": "cross-env BABEL_ENV=utils babel src --out-dir lib --ignore src/index.js",
"lib": "npm run lib:packages && npm run lib:utils",
"lib2publish": "npm run lib && npm publish"
},
"dependencies": {
"vuedraggable": "^2.24.3",
"vue-i18n": "^8.18.2",
"vxe-table": "3.2.20",
"xe-utils": "^3.1.8",
"vue-ls": "^3.2.1"
},
"peerDependencies": {
"ant-design-vue": "1.7.2",
"vue": "^2.7.0",
"vue-cli-plugin-style-resources-loader": "^0.1.4",
"vuedraggable": "^2.24.3",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"vxe-table": "3.2.20",
"xe-utils": "^3.1.8",
"vue-ls": "^3.2.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.4.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"ant-design-vue": "1.7.2",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.5",
"babel-plugin-module-resolver": "^2.2.0",
"babel-preset-env": "^1.7.0",
"core-js": "^3.25.5",
"cross-env": "^3.1.3",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^5.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-sass": "^4.0.2",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"style-resources-loader": "^1.3.3",
"typescript": "~3.9.3",
"vue": "^2.6.6",
"vue-cli-plugin-style-resources-loader": "^0.1.4",
"vue-i18n": "^8.18.2",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.21",
"vuex": "^3.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LanceJiang/xiaopubao-ui"
}
}