forked from x-extends/vxe-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 2.88 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "vxe-table",
"version": "2.3.4",
"description": "A fully functional Vue table component.",
"scripts": {
"serve": "vue-cli-service serve",
"lint": "vue-cli-service lint",
"build": "vue-cli-service build",
"lib:modules": "gulp build",
"lib:pack": "vue-cli-service build --target lib --name index --dest lib index.js",
"lib": "npm run lib:pack && npm run lib:modules"
},
"files": [
"lib",
"types",
"packages",
"styles"
],
"main": "lib/index.common.js",
"style": "lib/index.css",
"unpkg": "lib/index.min.js",
"jsdelivr": "lib/index.min.js",
"typings": "types/index.d.ts",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-eslint": "^3.6.0",
"@vue/cli-service": "^3.6.0",
"@vue/eslint-config-standard": "^4.0.0",
"ant-design-vue": "^1.3.13",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.12.0",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"core-js": "^2.6.5",
"element-ui": "^2.11.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"file-saver": "^2.0.2",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"highlight.js": "^9.15.9",
"iview": "^3.4.2",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"sortablejs": "^1.10.0-rc3",
"standalonify": "^0.1.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vue": "^2.6.10",
"vue-i18n": "^8.11.2",
"vue-router": "^3.0.3",
"vue-template-compiler": "^2.6.10",
"vxe-table-plugin-antd": "1.4.1",
"vxe-table-plugin-element": "1.4.0",
"vxe-table-plugin-excel": "^1.0.0",
"vxe-table-plugin-iview": "1.4.0",
"webpack-cli": "^3.3.1",
"xe-ajax": "^3.6.0",
"xe-ajax-mock": "^1.8.0",
"xe-clipboard": "^1.6.0",
"xe-utils": "^2.0.2",
"xlsx": "^0.14.3"
},
"peerDependencies": {
"vue": "^2.6.10",
"xe-utils": "^1.9.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/xuliangzhan/vxe-table.git"
},
"keywords": [
"vxe-table",
"vxe-editable",
"vue table",
"vue editable",
"vue excel"
],
"author": {
"name": "Xu Liangzhan",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/xuliangzhan/vxe-table/issues"
},
"homepage": "https://github.com/xuliangzhan/vxe-table#readme",
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}