-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 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
45
{
"name": "laravel-elixir-vue-loader",
"version": "1.0.1",
"description": "Laravel Elixir Vue-loader Extension",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"laravel",
"elixir",
"vue",
"vue-loader",
"webpack",
"gulp"
],
"author": {
"name": "young",
"homepage": "http://xiayang.me"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/binaryoung/laravel-elixir-vue-loader"
},
"bugs": {
"url": "https://github.com/binaryoung/laravel-elixir-vue-loader/issues"
},
"homepage": "https://github.com/binaryoung/laravel-elixir-vue-loader",
"dependencies": {
"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",
"css-loader": "^0.23.1",
"underscore": "^1.8.3",
"vinyl-named": "^1.1.0",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.2",
"vue-loader": "^8.3.1",
"vue-style-loader": "^1.0.0",
"webpack-stream": "^3.2.0"
}
}