-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.33 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.33 KB
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
{
"name": "element-table-column",
"version": "0.0.4",
"description": "A table-column component for element-ui. --base 2.2.0",
"main": "dist/table-column.js",
"author": "ciwyaitd",
"license": "MIT",
"scripts": {
"build": "webpack --mode production"
},
"files": [
"dist/table-column.js",
"src"
],
"repository": {
"type": "git",
"url": "git+git@github.com:ciwyaitd/element-table-column.git"
},
"keywords": [
"element",
"element-ui",
"element-table",
"element-table-column",
"column",
"vue",
"vue table"
],
"bugs": {
"url": "https://github.com/ciwyaitd/vue-circle-progress/issues"
},
"homepage": "https://ciwyaitd.github.io/vue-circle-progress/",
"engines": {
"node": ">= 6.11.5",
"npm": ">= 3.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.4.1",
"webpack-cli": "^2.0.13",
"vue-loader": "^14.2.2",
"element-ui": "^2.3.2"
},
"dependencies": {
}
}