-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.04 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
{
"name": "sdc-build-wp",
"version": "3.6.0",
"description": "Custom WordPress build process.",
"engines": {
"node": ">=20"
},
"author": {
"name": "Robert Sefer",
"email": "[email protected]",
"url": "https://seferdesign.com"
},
"repository": {
"type": "git",
"url": "git://github.com/SeferDesign/sdc-build-wp.git"
},
"type": "module",
"scripts": {
"test": "echo \"Skipping tests.\""
},
"bin": {
"sdc-build-wp": "./index.js"
},
"dependencies": {
"@stylistic/stylelint-plugin": "^3.0.1",
"@wordpress/scripts": "^30.4.0",
"autoprefixer": "^10.4.20",
"browser-sync": "^3.0.2",
"chalk": "^5.3.0",
"chokidar": "^3.6.0",
"esbuild": "^0.23.1",
"eslint": "^9.10.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"imagemin": "^9.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-pngquant": "^10.0.0",
"imagemin-svgo": "^11.0.1",
"minimist": "^1.2.8",
"postcss": "^8.4.45",
"postcss-scss": "^4.0.9",
"postcss-sort-media-queries": "^5.2.0",
"sass": "^1.78.0",
"stylelint": "^16.9.0",
"tail": "^2.2.6"
}
}