-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.96 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
{
"name": "gulp-builder",
"version": "2.1.0",
"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": "MaxGraph",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.0",
"browser-sync": "^2.27.10",
"del": "^6.0.0",
"editorconfig-checker": "^4.0.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"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": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-replace": "^1.1.3",
"gulp-rev": "^9.0.0",
"gulp-rev-delete-original": "^0.2.3",
"gulp-rev-rewrite": "^5.0.0",
"gulp-sass": "^5.1.0",
"gulp-svg-sprite": "^2.0.1",
"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.2",
"postcss": "^8.4.19",
"postcss-scss": "^4.0.5",
"sass": "^1.56.1",
"stylelint": "^14.15.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-order": "^5.0.0",
"typograf": "^6.15.1",
"webpack": "^5.75.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"graph-modal": "^1.0.6",
"graph-tabs": "^1.0.2",
"inputmask": "^5.0.7",
"jquery": "^3.6.1",
"just-validate": "^3.8.1",
"mmenu-js": "^9.2.2",
"rellax": "^1.12.1",
"simplebar": "^5.3.9",
"smooth-scroll": "^16.1.3",
"superfish": "^1.7.10",
"swiped-events": "^1.1.6",
"swiper": "^8.4.4"
}
}