-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.82 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
{
"name": "mega-front-starter",
"version": "5.0.0",
"description": "Gulp Bootstrap5 scss Pug",
"main": "block.js",
"scripts": {
"gulp": "gulp"
},
"author": "Khalunin Pavel",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/preset-env": "^7.15.0",
"@tigersway/gulp-responsive": "^1.5.0",
"animate.css": "^4.1.1",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-root-import": "^6.6.0",
"bootstrap": "^5.1.0",
"browser-sync": "^2.27.5",
"browserslist": "^4.16.8",
"colors": "^1.4.0",
"cssnano": "^5.0.8",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-cheerio": "^1.0.0",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-if": "^3.0.0",
"gulp-images-resizer": "0.0.8",
"gulp-load-plugins": "^2.0.7",
"gulp-newer": "^1.4.0",
"gulp-notify": "^4.0.0",
"gulp-npm-dist": "^1.0.3",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-pug": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.0.0",
"gulp-sass-glob": "^1.1.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-svgmin": "^4.0.1",
"gulp-tabify": "0.0.2",
"gulp-vinyl-flow": "^1.1.0",
"postcss": "^8.3.6",
"postcss-inline-svg": "^5.0.0",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^6.7.0",
"sass": "^1.38.1",
"webpack-stream": "^6.1.2",
"gulp-react": "^4.0.0",
"wowjs": "^1.1.3"
},
"dependencies": {
"@fancyapps/ui": "^4.0.0-beta.2",
"inputmask": "^5.0.6",
"jquery": "^3.5.1",
"loading-attribute-polyfill": "^1.5.4",
"nanogram.js": "^3.2.0",
"swiper": "^6.8.4"
}
}