-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 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
{
"name": "agulp",
"description": "agulp task runer",
"version": "1.0.0",
"maintainers": [
{
"name": "Alldar",
"email": "[email protected]",
"web": "www.cmscafe.ru"
}
],
"licenses": [
{
"name": "GPL",
"url": "http://www.gnu.org/licenses/quick-guide-gplv3.en.html"
}
],
"dependencies": {
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-cache": "^1.1.0",
"gulp-changed": "^3.2.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.0.1",
"gulp-header": "^2.0.7",
"gulp-imagemin": "^5.0.3",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.5.0",
"gulp-uglify": "^3.0.1",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-font-family-system-ui": "^4.1.0",
"postcss-gradientfixer": "0.0.6",
"postcss-input-style": "^1.0.0",
"require-dir": "^1.2.0",
"undertaker-forward-reference": "^1.0.2",
"vinyl-buffer": "^1.0.1"
},
"devDependencies": {
"browser-sync": "^2.26.3"
}
}