This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.59 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
{
"type": "module",
"scripts": {
"start": "npm i",
"dev": "stylelint src/scss/**/*.scss --fix && gulp && webpack serve --progress -c config/webpack/webpack.dev.js",
"fonts": "gulp fonts",
"sprite": "gulp sprite",
"build": "stylelint src/scss/**/*.scss --fix && eslint src/js/**/*.js || gulp build --build",
"devbuild": "stylelint src/scss/**/*.scss --fix && eslint src/js/**/*.js && gulp build --build --nowebp",
"ftp": "gulp runFTP --build"
},
"dependencies": {
"simplebar": "latest"
},
"devDependencies": {
"file-include-webpack-plugin-replace": "latest",
"stylelint-config-standard-scss": "latest",
"gulp-group-css-media-queries": "latest",
"gulp-w3c-html-validator": "latest",
"gulp-wcag-accessibility": "latest",
"mini-css-extract-plugin": "latest",
"string-replace-loader": "latest",
"terser-webpack-plugin": "latest",
"gulp-webp-html-nosvg": "latest",
"copy-webpack-plugin": "latest",
"gulp-version-number": "latest",
"html-webpack-plugin": "latest",
"webpack-dev-server": "latest",
"gulp-autoprefixer": "latest",
"vanilla-lazyload": "latest",
"gulp-json-minify": "latest",
"vanilla-marquee": "latest",
"stylelint-order": "latest",
"gulp-clean-css": "latest",
"gulp-svg-sprite": "1.3.7",
"gulp-ttf2woff2": "latest",
"isotope-layout": "latest",
"webpack-stream": "latest",
"webp-converter": "2.2.3",
"gulp-imagemin": "latest",
"js-datepicker": "latest",
"smooth-scroll": "latest",
"lightgallery": "latest",
"gulp-csscomb": "latest",
"gulp-htmlmin": "latest",
"gulp-plumber": "latest",
"gulp-webpcss": "latest",
"style-loader": "latest",
"gulp-fonter": "latest",
"gulp-notify": "latest",
"gulp-rename": "latest",
"sass-loader": "latest",
"webpack-cli": "latest",
"css-loader": "latest",
"nouislider": "latest",
"pug-loader": "latest",
"gulp-newer": "latest",
"gulp-util": "latest",
"gulp-webp": "latest",
"inputmask": "latest",
"vinyl-ftp": "latest",
"stylelint": "latest",
"gulp-zip": "latest",
"tippy.js": "latest",
"typed.js": "latest",
"gulp-if": "latest",
"webpack": "latest",
"eslint": "latest",
"swiper": "latest",
"sass": "latest",
"gulp": "latest",
"del": "latest",
"pug": "latest"
}
}