-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.09 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.09 KB
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
{
"name": "gulp-2022",
"version": "1.3.3",
"description": "Сборка Gulp+Webpack+Babel",
"main": "gulpfile.js",
"type": "module",
"scripts": {
"dev": "gulp",
"build": "gulp build --build",
"zip": "gulp deployZIP --build",
"deployFTP": "gulp deployFTP --build",
"svgSprive": "gulp svgSprive",
"deploy": "gh-pages -d dist",
"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",
"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",
"sass": "^1.45.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",
"jquery": "^3.7.0",
"slick-carousel": "^1.8.1",
"swiper": "^8.4.5"
}
}