-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.5 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
{
"name": "vue-webpack-seed",
"description": "vue webpack seed",
"author": ":FooTearth <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Mooxe000/vue-webpack-seed.git"
},
"bugs": {
"url": "https://github.com/Mooxe000/vue-webpack-seed/issues"
},
"scripts": {
"dev": "webpack-dev-server --inline --hot --content-base dist --config webpack/dev.conf.coffee"
},
"dependencies": {
"vue": "^1.0.24",
"vue-router": "^0.7.13"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-runtime": "^6.9.0",
"build-module-task": "0.0.2",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"cson": "^3.0.2",
"css-loader": "^0.23.1",
"ddeyes": "0.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"html-webpack-plugin": "^2.17.0",
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"json-loader": "^0.5.4",
"lodash": "^4.13.1",
"run-sequence": "^1.2.1",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.0",
"template-html-loader": "0.0.3",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.2",
"vue-loader": "^8.4.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}