-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
77 lines (77 loc) · 2.1 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
{
"name": "vxe-table-plugin-element",
"version": "4.0.4",
"description": "基于 vxe-table 的表格适配插件,用于兼容 element-ui 组件库",
"scripts": {
"lib": "gulp build"
},
"files": [
"types",
"dist",
"*.ts",
"*.d.ts",
"style.scss"
],
"main": "dist/index.common.js",
"unpkg": "dist/index.umd.js",
"jsdelivr": "dist/index.umd.js",
"style": "dist/style.css",
"typings": "types/index.d.ts",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/runtime": "^7.12.5",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"dayjs": "^1.11.5",
"del": "^6.0.0",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^16.0.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-typescript": "^0.14.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"markdown-doctest": "^1.1.0",
"prettier": "^2.1.2",
"sass": "^1.55.0",
"typescript": "^4.6.4",
"vue": "^3.4.27",
"vxe-table": "^4.6.17"
},
"peerDependencies": {
"vxe-table": "^4.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/x-extends/vxe-table-plugin-element.git"
},
"keywords": [
"vxe-table",
"vxe-table plugins"
],
"author": {
"name": "Xu Liangzhan",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/x-extends/vxe-table-plugin-element/issues"
},
"homepage": "https://github.com/x-extends/vxe-table-plugin-element#readme"
}