-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 907 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",
"buble": "^0.14.0",
"buble-loader": "^0.3.1",
"css-loader": "^0.25.0",
"gulp": "^3.9.1",
"jquery": "^3.1.0",
"laravel-elixir": "^6.0.0-11",
"laravel-elixir-livereload": "^1.1.6",
"laravel-elixir-vue-2": "^0.2.0",
"laravel-elixir-webpack-official": "^1.0.2",
"less-loader": "^2.2.3",
"lodash": "^4.16.2",
"moment": "^2.15.1",
"normalize.css": "^5.0.0",
"nprogress": "^0.2.0",
"semantic-ui": "^2.2.4",
"store2": "^2.3.2",
"stylus": "^0.54.5",
"sweetalert": "^1.1.3",
"vue": "^2.0.1",
"vue-loader": "^9.8.1",
"vue-pagenav": "^1.5.0",
"vue-resource": "^1.0.3",
"vue-router": "^2.0.1",
"vuex": "^2.0.0",
"vuex-router-sync": "^3.0.0",
"vux": "^0.1.3"
}
}