forked from mnmxmx/rough-drawing-effect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.64 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "rough-drawing-effect",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"start": "cross-env gulp"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-core": "^5.5.8",
"babel-loader": "^5.1.4",
"browser-sync": "^2.13.0",
"cross-env": "^2.0.0",
"css-loader": "^0.25.0",
"css-mqpacker": "^5.0.1",
"csswring": "^5.1.0",
"del": "^2.2.2",
"ejs": "^2.5.1",
"fs": "0.0.1-security",
"glslify": "^6.0.2",
"glslify-hex": "^2.1.1",
"glslify-import": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^5.1.0",
"gulp-changed": "^1.3.2",
"gulp-concat": "^2.6.0",
"gulp-ejs": "^2.3.0",
"gulp-glslify": "git+https://github.com/yuichiroharai/gulp-glslify.git",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.2",
"gulp-load-plugins": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-sass": "^2.3.2",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.9",
"gulp-webpack": "^1.5.0",
"gulp.spritesmith": "^6.2.1",
"html-loader": "^0.4.4",
"imagemin": "^5.2.2",
"imagemin-pngquant": "^5.0.0",
"postcss-flexbugs-fixes": "^2.0.0",
"postcss-mixins": "^5.2.0",
"postcss-partial-import": "^2.0.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"sass-variables-loader": "^0.1.3",
"strip-loader": "^0.1.2",
"style-loader": "^0.13.1",
"through2": "^2.0.3",
"vue-loader": "^9.7.0",
"vue-style-loader": "^1.0.0",
"webpack": "^2.2.1"
},
"author": ""
}