forked from ZhanYishu/v-element-table-header
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "v-element-table-header",
"version": "1.1.6",
"description": "easy directive for fixed table header",
"main": "lib/index.js",
"scripts": {
"build": "webpack --config build/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZhanYishu/v-element-table-header.git"
},
"keywords": [
"table-header",
"fixed-table-header",
"element-ui",
"vue",
"table"
],
"author": "Zhifang Zhan",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZhanYishu/v-element-table-header/issues"
},
"homepage": "https://github.com/ZhanYishu/v-element-table-header#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"eslint": "^6.2.2",
"eslint-config-standard": "^14.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"
},
"peerDependencies": {
"element-ui": "^2.4.5",
"vue": "^2.5.16"
},
"dependencies": {
"resize-observer-polyfill": "^1.5.1"
}
}