-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.07 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
{
"name": "gulp-boilerplate",
"version": "2.9.0",
"main": "gulpfile.js",
"author": "Iret Design",
"license": "ISC",
"description": "frontend develop gulp modules",
"repository": {
"type": "git",
"url": ""
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 ChromeAndroid versions",
"last 2 iOS versions",
"last 2 Edge versions",
"ie 11"
],
"devDependencies": {
"@babel/preset-env": "7.24.7",
"@babel/core": "7.24.7",
"autoprefixer": "10.4.19",
"ajv": "8.16.0",
"@babel/eslint-parser": "7.24.7",
"browser-sync": "3.0.2",
"del": "7.1.0",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-jsx-a11y": "6.8.0",
"gulp": "5.0.0",
"gulp-babel": "8.0.0",
"gulp-concat": "2.6.1",
"gulp-eslint": "6.0.0",
"gulp-header": "2.0.9",
"gulp-htmlhint": "4.0.2",
"gulp-imagemin": "9.1.0",
"gulp-notify": "4.0.0",
"gulp-order": "1.2.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "10.0.0",
"gulp-prettify": "0.5.0",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.4",
"gulp-reporter": "2.10.0",
"gulp-sass": "5.1.0",
"gulp-uglify": "3.0.2",
"imagemin": "9.0.0",
"imagemin-gifsicle": "7.0.0",
"imagemin-jpegtran": "7.0.0",
"imagemin-mozjpeg": "10.0.0",
"imagemin-pngquant": "10.0.0",
"imagemin-svgo": "11.0.0",
"minimatch": "9.0.4",
"postcss-assets": "6.0.0",
"postcss-clean": "1.2.2",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-sorting": "8.0.2",
"stylelint": "16.6.1",
"stylelint-config-recess-order": "5.0.1",
"stylelint-config-standard": "36.0.0",
"stylelint-scss": "6.3.1",
"tunnel-agent": "0.6.0"
},
"scripts": {
"build": "gulp build",
"sass-lint": "stylelint --config stylelintrc.yml './src/**/*.scss'",
"sass-lint:fix": "stylelint --config stylelintrc.yml './src/**/*.scss' --fix",
"start": "gulp",
"test": "stylelint --config stylelintrc.yml './src/**/*.scss' & gulp test",
"watch": "gulp watch"
},
"dependencies": {}
}