forked from JeffreyWay/laravel-elixir-vueify
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 882 Bytes
/
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
{
"name": "laravel-elixir-vueify-2.0",
"version": "1.0.3",
"description": "Laravel Elixir Vueify Support (for Vue 2.0)",
"main": "index.js",
"keywords": [
"laravel",
"elixir",
"vueify",
"vue",
"vue 2.0"
],
"repository": {
"type": "git",
"url": "https://github.com/andreasindal/laravel-elixir-vueify"
},
"authors": [
"Jeffrey Way",
"Andreas Indal"
],
"license": "MIT",
"homepage": "https://github.com/andreasindal/laravel-elixir-vueify",
"bugs": {
"url": "https://github.com/andreasindal/laravel-elixir-vueify/issues"
},
"dependencies": {
"babel-core": "^6.3.26",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^6.0.0",
"vue": "^2.0.0-beta.5",
"vueify": "^9.2.4",
"vue-hot-reload-api": "2.0.5",
"vueify-insert-css": "^1.0.0"
}
}