-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.92 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
{
"name": "gulp-builder",
"version": "2.0.4",
"description": "gulp-builder for weblayout",
"main": "gulpfile.js",
"scripts": {
"html": "node-w3c-validator -f lint -evH -i app/**/*.html",
"dev": "gulp",
"build": "gulp build",
"cache": "gulp cache",
"backend": "gulp backend",
"zip": "gulp zip",
"code": "editorconfig-checker"
},
"author": "Mykola Mud",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"babel-loader": "^8.2.3",
"browser-sync": "^2.26.14",
"del": "^6.0.0",
"editorconfig-checker": "^4.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-avif": "^1.0.1",
"gulp-cheerio": "^1.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-file-include": "^2.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-replace": "^1.1.3",
"gulp-rev": "^9.0.0",
"gulp-rev-delete-original": "^0.2.3",
"gulp-rev-rewrite": "^4.0.0",
"gulp-sass": "^5.0.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-svgmin": "^4.1.0",
"gulp-typograf": "^4.0.3",
"gulp-webp": "^4.0.1",
"gulp-zip": "^5.1.0",
"node-w3c-validator": "^2.0.1",
"postcss": "^8.4.21",
"postcss-scss": "^4.0.2",
"sass": "^1.45.1",
"stylelint": "^14.2.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-order": "^5.0.0",
"webpack": "^5.65.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"@popperjs/core": "^2.11.2",
"aos": "^2.3.4",
"caniuse-lite": "^1.0.30001456",
"graph-modal": "^1.0.4",
"graph-tabs": "^1.0.0",
"inputmask": "^5.0.7",
"just-validate": "^3.3.3",
"rellax": "^1.12.1",
"simplebar": "^5.3.6",
"smooth-scroll": "^16.1.3",
"swiped-events": "^1.1.6",
"swiper": "^7.4.1"
}
}