-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 968 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
{
"private": true,
"scripts": {
"prod": "gulp --production",
"dev": "gulp watch"
},
"devDependencies": {
"bootstrap-sass": "^3.3.7",
"gulp": "^3.9.1",
"gulp-pxtorem": "^2.0.0",
"jquery": "^3.1.0",
"laravel-elixir": "^6.0.0-9",
"laravel-elixir-browsersync-official": "^1.0.0",
"laravel-elixir-livereload": "^1.1.6",
"laravel-elixir-vue-2": "^0.2.0",
"laravel-elixir-webpack-official": "^1.0.2",
"lodash": "^4.16.2",
"vue": "^2.0.4",
"vue-resource": "^1.0.3",
"vue-strap": "github:wffranco/vue-strap.git"
},
"dependencies": {
"babel-runtime": "^6.20.0",
"bourbon": "^4.2.7",
"dropzone": "^4.3.0",
"font-awesome": "^4.6.3",
"jquery.scrollex": "^0.2.1",
"jquery.scrolly": "0.0.1",
"marker-clusterer-plus": "^2.1.4",
"sweetalert": "^1.1.3",
"vue": "^2.1.4",
"vue-loader": "^10.0.0",
"vue-template-compiler": "^2.1.4",
"vue2-google-maps": "^0.5.3"
}
}