-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 935 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
37
{
"private": true,
"scripts": {
"prod": "gulp --production",
"dev": "gulp watch"
},
"dependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"bootstrap-sass": "^3.3.7",
"buble": "^0.13.2",
"duplexify": "^3.4.5",
"fill-range": "^2.2.3",
"for-in": "^0.1.5",
"fork-stream": "0.0.4",
"glob-parent": "^3.0.0",
"global-prefix": "^0.1.4",
"gulp": "^3.9.1",
"is-windows": "^0.2.0",
"jquery": "^3.1.0",
"laravel-echo": "^1.0.1",
"laravel-elixir": "^6.0.0-9",
"laravel-elixir-vue": "^0.1.4",
"laravel-elixir-webpack-official": "^1.0.2",
"lodash": "^4.14.0",
"lodash.template": "^4.4.0",
"merge-stream": "^1.0.0",
"node-notifier": "^4.6.1",
"node.extend": "^1.1.6",
"os-homedir": "^1.0.1",
"pusher-js": "^3.2.1",
"through2": "^2.0.1",
"vue": "^1.0.26",
"vue-resource": "^0.9.3",
"webpack": "^1.13.2"
}
}