-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·49 lines (49 loc) · 1.29 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
46
47
48
49
{
"private": true,
"scripts": {},
"dependencies": {
"del": "^2.2.2",
"vue": "^2.*",
"vue-router": "^2.3.*"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"chunk-manifest-webpack-plugin": "^1.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-buster": "^1.1.0",
"gulp-clean-css": "^3.0.3",
"gulp-combine-mq": "^0.4.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.0",
"gulp-filesize": "0.0.6",
"gulp-if": "^2.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-phpcs": "1.1.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-sass": "^2.3.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.8",
"html-webpack-plugin": "^2.28.0",
"jquery": "^3.1.0",
"materialize-css": "^0.98.*",
"normalize-scss": "^6.0.0",
"run-sequence": "1.1.2",
"vue-loader": "^9.7.0",
"vue-resource": "^1.2.1",
"webpack": "^2.*",
"webpack-manifest-plugin": "^1.1.0",
"webpack-md5-hash": "0.0.5",
"webpack-stream": "^3.2.0",
"yargs": "^6.*"
}
}