-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.85 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "gulp-config",
"main": "index.js",
"people fields": {
"name": "Moshkin Denis",
"url": "https://vk.com/moshkin_denis"
},
"repository": {
"type": "git",
"url": "https://github.com/VisualYuki/Gulp-config"
},
"homepage": "https://visualyuki.github.io/portfolio/dist/pages/index.html",
"scripts": {
"start": "npm update --save && npm install && npm run getLibs && npm run dev",
"dev": "cross-env NODE_ENV=development gulp dev",
"dev:build": "cross-env NODE_ENV=development gulp build",
"prod:dev": "cross-env NODE_ENV=production gulp build",
"prod:build": "cross-env NODE_ENV=production gulp build",
"script": "gulp script",
"pug2html": "gulp pug2html",
"style": "gulp style",
"minJpg": "gulp minJpg",
"minPng": "gulp minPng",
"serve": "gulp serve",
"webp": "gulp webp",
"favicons": "gulp favicons",
"cache": "gulp cache",
"svgSprite": "gulp svgSprite",
"font": "gulp font",
"clean": "gulp clean",
"svg": "gulp svg",
"getLibs": "gulp getLibs",
"img": "gulp svg && gulp minJpg && gulp minPng && gulp webp",
"includeLibs": "gulp includeLibs"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.14",
"cross-env": "^7.0.3",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.1.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-eslint": "^6.0.0",
"gulp-format-html": "^1.2.5",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-html-validator": "0.0.5",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-less": "^4.0.1",
"gulp-less-glob": "^1.0.0",
"gulp-newer": "^1.4.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-pngquant": "^1.0.13",
"gulp-prettier": "^3.0.0",
"gulp-pug": "^4.0.1",
"gulp-pug-linter": "^1.4.0",
"gulp-rename": "^2.0.0",
"gulp-shorthand": "^1.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^13.0.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-svgmin": "^2.2.0",
"gulp-terser": "^1.4.1",
"gulp-uglify": "^3.0.2",
"gulp-w3c-html-validator": "^2.0.1",
"gulp-webp": "^4.0.1",
"imagemin": "^7.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-pngquant": "^8.0.0",
"imagemin-webp": "^5.1.0",
"less-plugin-autoprefix": "^2.0.0",
"puglint-stylish": "^1.1.0",
"stylelint": "^13.9.0",
"stylelint-config-recess-order": "^2.3.0",
"stylelint-config-standard": "^20.0.0"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"input-validation-next": "^0.0.3",
"jquery": "^3.5.1",
"lazysizes": "^5.3.2",
"slick-carousel": "^1.8.1"
},
"extends": "pug-lint.json"
}