-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.58 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
{
"name": "wfl",
"private": true,
"type": "module",
"scripts": {
"dev": "cross-env NODE_ENV=development gulp",
"build": "cross-env NODE_ENV=production gulp build",
"test": "gulp test"
},
"browserslist": [
"last 6 version",
"not dead",
"not IE 11"
],
"pre-commit": "test",
"devDependencies": {
"@allmarkedup/nunjucks-with": "0.1.2",
"autoprefixer": "10.4.2",
"browser-sync": "2.27.7",
"cross-env": "7.0.3",
"cssnano": "5.0.15",
"dayjs": "1.10.7",
"del": "6.0.0",
"eslint": "8.6.0",
"eslint-config-htmlacademy": "5.0.0",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-eslint": "6.0.0",
"gulp-html-bem-validator": "1.0.5",
"gulp-htmlhint": "4.0.1",
"gulp-imagemin": "8.0.0",
"gulp-lintspaces": "1.0.1",
"gulp-postcss": "9.0.1",
"gulp-posthtml": "3.0.5",
"gulp-rename": "2.0.0",
"gulp-svg-sprite": "1.5.0",
"gulp-webp": "4.0.1",
"htmlnano": "1.1.1",
"imagemin-mozjpeg": "10.0.0",
"imagemin-pngquant": "9.0.2",
"imagemin-svgo": "10.0.1",
"nunjucks": "3.2.3",
"postcss-base64": "0.7.1",
"postcss-bem-linter": "3.3.0",
"postcss-custom-media": "8.0.0",
"postcss-easy-import": "3.0.0",
"postcss-nested": "5.0.6",
"postcss-reporter": "7.0.5",
"postcss-sort-media-queries": "4.2.1",
"pre-commit": "1.2.2",
"stylelint": "13.13.1",
"stylelint-config-htmlacademy": "0.1.12",
"stylelint-order-htmlacademy": "2.0.3",
"terser-webpack-plugin": "5.3.0",
"vinyl-named": "1.1.0",
"webpack": "5.66.0",
"webpack-stream": "7.0.0"
}
}