-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
152 lines (152 loc) · 4.19 KB
/
Copy pathpackage.json
File metadata and controls
152 lines (152 loc) · 4.19 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "gulp4js-builder",
"version": "1.2.5",
"description": "gulp4js-builder for weblayout",
"main": "gulpfile.js",
"type": "module",
"scripts": {
"[ .git commite ]": "git config --global core.autocrlf true && git add . && git commit -m 'npm run update all' && git push -u origin main",
"|0.-------------------|": "",
"g-watch": "gulp watch",
"[ g-development ]": "gulp default",
"[ g-production ]": "gulp --production",
"|1.-------------------|": "",
"g-font": "gulp fontTask --production",
"g-fontgen": "gulp fontGenTask",
"g-img": "gulp imgTask --production",
"g-svg-spt": "gulp svgSptTask",
"g-html": "gulp htmlTask --production",
"g-css": "gulp cssTask --production",
"g-js": "gulp jsTask",
"g-clean": "gulp delTask --production",
"|2.-------------------|": "",
"<[ stylelint ]>": "stylelint \"src/**/*.{css,scss}\" --ignore-path .stylelintignore --ignore-pattern \"src/scss/libs/*\" --fix",
"<[ eslint ]>": "eslint \"src/**/*.{js,ts}\" --ignore-path .eslintignore --ignore-pattern \"src/js/libs/*\" --fix",
"|3.-------------------|": "",
"!!![ delete gulp ]!!!": "rm -rf node_modules",
"!!![ install gulp ]!!!": "npm install",
"|4.-------------------|": "",
"check outdated": "npm outdated",
"update dep": "npm update --save-dev && npm update --save",
"update all": "npm update",
"audit fix": "npm audit fix",
"check global": "npm ls -g --depth=0",
"check node": "node -v",
"check npm": "npm -v"
},
"browserslist": [
"> 0.3%",
"last 2 version",
"defaults",
"not dead",
"not op_mini all"
],
"babel": {
"presets": [
"@babel/preset-env"
],
"targets": "defaults"
},
"repository": {
"type": "git",
"url": "https://github.com/arntmk/Gulp4js-builder_Starter.git"
},
"keywords": [
"gulp",
"webpack",
"linters",
"html/twig",
"css/scss",
"js/ts",
"font",
"img/svg",
"svg-sprite"
],
"ignore": [
"node_modules",
"bower_components",
"src_components"
],
"homepage": "https://github.com/arntmk",
"private": "true",
"author": "OLEH SEMCHUK",
"license": "WTFPL",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^6.0.0",
"browser-sync": "^3.0.2",
"css-loader": "^7.1.2",
"del": "^7.1.0",
"esbuild-loader": "^4.2.2",
"gulp": "^4.0.2",
"gulp-cached": "^1.1.1",
"gulp-changed": "^5.0.2",
"gulp-cheerio": "^1.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-data": "^1.3.1",
"gulp-dependents": "^1.2.5",
"gulp-fonter-2": "^0.3.0",
"gulp-fontfacegen": "^1.0.7",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^9.1.0",
"gulp-newer": "^1.4.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-shorthand": "^1.1.0",
"gulp-size": "^5.0.0",
"gulp-svg-sprite": "^2.0.3",
"gulp-svgmin": "^4.1.0",
"gulp-terser": "^2.1.0",
"gulp-ttf2woff2": "^5.0.0",
"gulp-twig": "^1.2.0",
"gulp-typograf": "^4.1.0",
"gulp-version-number": "^0.2.4",
"imagemin-pngquant": "^10.0.0",
"imagemin-webp": "^8.0.0",
"postcss": "^8.4.40",
"postcss-merge-idents": "^7.0.0",
"postcss-merge-longhand": "^7.0.2",
"postcss-merge-rules": "^7.0.2",
"postcss-preset-env": "^10.0.0",
"postcss-pxtorem": "^6.1.0",
"postcss-sort-media-queries": "^5.2.0",
"postcss-svgo": "^7.0.1",
"sass": "^1.77.8",
"style-loader": "^4.0.0",
"webpack": "^5.93.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"bootstrap": "^5.3.3",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"npm": "^10.8.2",
"stylelint": "^16.8.1",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.5.0"
},
"overrides": {
"chokidar": "3.6.0",
"glob-parent": "6.0.2",
"nth-check": "2.1.1",
"fs-path": "0.0.25",
"lodash.template": "4.5.0",
"trim-newlines": "3.0.1",
"semver-regex": "3.1.4",
"semver": "7.5.3",
"fonteditor-core": "2.1.10",
"http-cache-semantics": "4.1.1",
"clean-css": "5.3.3",
"cheerio": "1.0.0-rc.12"
}
}