-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.15 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
{
"name": "webfactory-gulp-preset",
"version": "3.3.4",
"dependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.13.8",
"@fullhuman/postcss-purgecss": "^4.0.3",
"babel-loader": "^8.2.2",
"browser-sync": "^2.26.7",
"browserslist-config-webfactory": "^1.0.0",
"dotenv": "^10.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "github:webfactory/gulp-clean-css",
"gulp-concat": "^2.3.3",
"gulp-load-plugins": "^2.0.1",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-svgmin": "^4.1.0",
"gulp-terser": "^2.0.1",
"minimist": "^1.2.0",
"postcss": "^8.0.9",
"postcss-preset-env": "^9.3.0",
"postcss-url": "^10.1.3",
"stylelint": "^14.1.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-order": "^5.0.0",
"terser": "^5.3.8",
"through2": "^4.0.2",
"webpack": "^5.47.0",
"webpack-stream": "^7.0.0"
},
"browserslist": [
"extends browserslist-config-webfactory/default"
]
}