-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "vue-table-export",
"version": "1.0.4",
"description": "vue-table-export build with vue 2.0",
"license": "MIT",
"author": {
"name": "gongph",
"email": "gongph@foxmail.com"
},
"repository": {
"type": "git",
"url": "git@github.com:gongph/vue-mint-scroll.git"
},
"main": "./dist/vue-table-export.js",
"scripts": {
"start": "webpack-dev-server --hot --inline",
"build": "webpack --progress --color --hide-modules --config build/webpack.build.config.js"
},
"keywords": [
"vuex",
"vue",
"table",
"export",
"component"
],
"devDependencies": {
"babel-core": "^6.16.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^6.11.6",
"css-loader": "^0.25.0",
"html-webpack-plugin": "^2.22.0",
"style-loader": "^0.13.1",
"vue": "^2.0.0-rc.8",
"vue-html-loader": "^1.2.3",
"vue-loader": "^9.5.1",
"vue-router": "^0.7.13",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0"
}
}