-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.76 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
62
{
"name": "@yakamara/gulp-tasks",
"version": "1.20.0",
"description": "Gulp tasks by Yakamara",
"license": "MIT",
"keywords": [
"gulp",
"tasks"
],
"author": {
"name": "Gregor Harlan",
"url": "https://github.com/gharlan"
},
"repository": {
"type": "git",
"url": "https://github.com/yakamara/gulp-tasks.git"
},
"bugs": {
"url": "https://github.com/yakamara/gulp-tasks/issues"
},
"homepage": "https://github.com/yakamara/gulp-tasks",
"main": "src/index.js",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"ansi-colors": "^4.1.1",
"autoprefixer": "^10.0.1",
"babelify": "^10.0.0",
"browser-sync": "^3.0.2",
"browserify": "^17.0.0",
"core-js": "^3.1.3",
"cpy": "^8.0.0",
"cssnano": "^6.0.0",
"del": "^6.0.0",
"fancy-log": "^2.0.0",
"gulp": "^4.0.0",
"gulp-count": "^1.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^5.0.0",
"gulp-sass-glob": "^1.0.9",
"gulp-sass-variables": "^1.1.1",
"gulp-size": "^4.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svgmin": "^4.1.0",
"gulp-svgstore": "^8.0.0",
"gulp-uglify-es": "^3.0.0",
"human-size": "^1.1.0",
"modernizr": "^3.6.0",
"node-notifier": "^10.0.0",
"postcss": "^8.1.2",
"postcss-import": "^16.0.0",
"sass": "^1.35.1",
"terser": "^5.0.0",
"through": "^2.3.8",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0",
"writefile": "^0.2.8"
}
}