-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.66 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
{
"name": "template_build_markup",
"description": "Template of a markup projects build system",
"version": "1.0.0",
"author": "Latushko Igor <latushko.igor@gmail.com>",
"license": "MIT",
"repository": "https://github.com/latushko-igor/template_build_markup.git",
"main": "index.js",
"devDependencies": {
"browser-sync": "^2.26.14",
"del": "^6.0.0",
"gh-pages": "^3.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-beml": "^1.0.0",
"gulp-cheerio": "^1.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-csscomb": "^3.1.0",
"gulp-flatten": "^0.4.0",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-load-plugins": "^2.0.6",
"gulp-notify": "^3.2.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-svgmin": "^3.0.0",
"gulp-tinypng": "^1.0.2",
"gulp-uglifyes": "^0.2.1",
"gulp.spritesmith": "^6.11.0",
"merge-stream": "^2.0.0",
"smart-grid": "^2.1.2",
"vinyl-buffer": "^1.0.1"
},
"browserslist": [
"last 2 major version, not IE 11, not OperaMini all, not dead"
],
"dependencies": {
"bootstrap": "^3.3.7",
"bxslider": "^4.2.13",
"fancybox": "^3.0.0",
"jquery": "^3.6.0",
"svg4everybody": "^2.1.9",
"jquery-nice-select": "^1.1.0",
"jquery.maskedinput": "^1.4.1",
"slick-carousel": "^1.8.1",
"owl.carousel": "^2.3.3"
}
}