-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
64 lines (64 loc) · 1.69 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
{
"name": "vue-dui",
"version": "0.0.1",
"description": "Vue compoents for mobile.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/shenlq/vue-dui.git"
},
"keywords": [
"Vue",
"components",
"mobile"
],
"author": "shenlq",
"license": "MIT",
"bugs": {
"url": "https://github.com/shenlq/vue-dui/issues"
},
"homepage": "https://github.com/shenlq/vue-dui",
"dependencies": {
"moment": "^2.13.0",
"vue": "^1.0.18",
"vue-router": "^0.7.11",
"vuex": "^0.6.2"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.1",
"css-loader": "^0.23.1",
"eslint": "^2.4.0",
"eslint-friendly-formatter": "^1.2.2",
"eslint-loader": "^1.3.0",
"file-loader": "^0.8.5",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-execute": "^0.2.2",
"html-webpack-plugin": "^2.14.0",
"image-webpack-loader": "^1.6.3",
"json-loader": "^0.5.4",
"load-grunt-tasks": "^3.4.1",
"scss-loader": "0.0.1",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.0",
"vue-loader": "^8.2.1",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.5.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.10.0"
}
}