-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.36 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
{
"name": "x4egulp",
"description": "4eyes project",
"version": "2.0.0",
"author": "Alessandro Bellafronte",
"private": true,
"keywords": [
"4eyes, gulp"
],
"licenses": [
{
"type": "LGPL",
"url": "http://www.gnu.org/copyleft/lesser.html"
}
],
"directories": {
"doc": "docs"
},
"dependencies": {
"autoprefixer": "^9.0.0",
"cssnano": "^4.1.10",
"extend": "^3.0.2",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-changed": "^3.2.0",
"gulp-clone": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-hb": "^7.1.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-initial-cleaning": "^0.0.1",
"gulp-inject": "^5.0.5",
"gulp-jshint": "^2.1.0",
"gulp-minify": "~3.1.0",
"gulp-notify": "^3.2.0",
"gulp-order": "^1.2.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svgmin": "^2.2.0",
"gulp-svgstore": "^7.0.1",
"gulp-tap": "^1.0.1",
"gulp-w3cjs": "^1.3.2",
"handlebars-helpers": "0.10.0",
"import-fresh": "^2.0.0",
"jshint": "^2.12.0",
"lodash": "^4.17.20",
"postcss-svg": "^3.0.0",
"replace-ext": "^1.0.1",
"require-dir": "^1.1.0",
"through2": "^3.0.2"
},
"peerDependencies": {
"postcss": "^8.1.0"
},
"scripts": {}
}