-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.27 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "gulp-2022",
"version": "1.6.1",
"description": "Сборка Gulp+Webpack+Babel",
"main": "gulpfile.js",
"type": "module",
"scripts": {
"dev": "gulp",
"build": "gulp build --build",
"zip": "gulp deployZIP --build",
"deployFTP": "gulp deployFTP --build",
"createSvgSprite": "gulp createSvgSprite",
"deploy": "gh-pages -d dist",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,json,html,css,md,yaml,yml}\"",
"predeploy": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StarkElessar/gulp-2022.git"
},
"keywords": [
"gulp",
"webpack",
"js",
"css",
"scss",
"html"
],
"author": "Sergei Chevdar <serj.elessar@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/StarkElessar/gulp-2022/issues"
},
"homepage": "https://github.com/StarkElessar/gulp-2022#readme",
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.19.1",
"babel-loader": "^8.2.5",
"browser-sync": "^2.27.7",
"chalk": "^5.2.0",
"del": "^6.0.0",
"fs": "^0.0.1-security",
"gh-pages": "^4.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-file-include": "^2.3.0",
"gulp-fonter-fix": "^0.0.1",
"gulp-ftp": "^1.1.0",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^8.0.0",
"gulp-newer": "^1.4.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.0.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-ttf2woff": "^1.1.1",
"gulp-ttf2woff2": "^4.0.1",
"gulp-util": "^3.0.8",
"gulp-version-number": "^0.2.4",
"gulp-webp": "^4.0.1",
"gulp-webp-html-nosvg": "^1.0.1",
"gulp-webpcss": "^1.1.1",
"gulp-zip": "^5.1.0",
"prettier": "2.8.8",
"sass": "*1.62.1",
"vinyl-ftp": "^0.6.1",
"webp-converter": "*2.2.3",
"webpack": "^5.65.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"aos": "^2.3.4",
"dev-ip": "^1.0.1",
"gulp-beautify": "^3.0.0",
"gulp-cheerio": "^1.0.0",
"gulp-svgmin": "^4.1.0"
}
}