-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathpackage.json
53 lines (53 loc) · 1.47 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
{
"name": "el-search-table-pagination",
"version": "0.4.34",
"description": "A component which combines form、table with pagination components in Element UI. ",
"main": "./lib/index.js",
"files": [
"lib",
"src",
"packages"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cooking build -c build/cooking.conf.js,build/cooking.common.js,build/cooking.component.js"
},
"repository": "git:github.com/zollero/el-search-table-pagination.git",
"keywords": [
"Element UI",
"UI",
"Vue",
"form",
"table",
"pagination"
],
"author": "zollero <corona7@163.com>",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/zollero/el-search-table-pagination/issues"
},
"homepage": "/~https://github.com/zollero/el-search-table-pagination#readme",
"peerDependencies": {
"element-ui": "^2.0.7",
"vue": "^2.5.2"
},
"dependencies": {
"axios": "^0.19.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"cooking": "^1.5.4",
"cooking-vue2": "^0.3.3",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"vue-template-compiler": "^2.5.9",
"webpack": "^3.8.1",
"webpack-node-externals": "^1.6.0"
}
}