-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
100 lines (100 loc) · 2.4 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
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
{
"name": "gulp-wp",
"version": "0.6.10",
"description": "A reusable, extendable, updatable Gulp workflow for WordPress themes & plugins",
"author": {
"name": "Blackbird Digital",
"url": "https://blackbird.digital"
},
"contributors": [
{
"name": "Cory Hughart",
"url": "https://coryhughart.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/BlackbirdDigital/gulp-wp/issues"
},
"homepage": "https://github.com/BlackbirdDigital/gulp-wp#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/BlackbirdDigital/gulp-wp.git"
},
"keywords": [
"wordpress",
"theme",
"gulp",
"workflow",
"webpack",
"babel",
"es6",
"sass",
"postcss",
"browsersync"
],
"engines": {
"node": ">=14.6.0",
"npm": ">=7.0.0"
},
"main": "index.js",
"bin": {
"gulp-wp": "./bin/gulp-wp.js"
},
"scripts": {},
"dependencies": {
"@aptuitiv/gulp-clean-css": "^4.4.3",
"@martin-pettersson/wp-get-file-data": "^0.1.1",
"@wordpress/scripts": "^26.4.0",
"ansi-colors": "^4.1.3",
"autoprefixer": "^10.4.14",
"browser-sync": "^2.29.1",
"color-support": "^1.1.3",
"cross-spawn": "^7.0.3",
"deepmerge": "^4.3.1",
"del": "^6.1.1",
"dependency-graph": "^0.11.0",
"dotenv": "^16.0.3",
"glob": "^10.2.3",
"gulp": "^4.0.2",
"gulp-debug": "^4.0.0",
"gulp-dedupe": "github:hoho/gulp-dedupe#468dabc327b8f450cdafe5f2cab457a1293b9057",
"gulp-dependents": "^1.2.5",
"gulp-filter": "^7.0.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.0.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sass-glob-use-forward": "^0.1.3",
"gulp-sort": "^2.0.0",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.1.0",
"gulplog": "^1.0.0",
"merge-stream": "^2.0.0",
"micromatch": "^4.0.5",
"node-sass-json-importer": "^4.3.0",
"resolve-bin": "^1.0.1",
"sass": "^1.62.1",
"through2": "^4.0.2",
"to-absolute-glob": "^3.0.0",
"undertaker-registry": "^2.0.0",
"vinyl": "^3.0.0",
"vinyl-named": "^1.1.0",
"vinyl-read": "^1.0.0",
"webpack-remove-empty-scripts": "^1.0.3",
"webpack-stream": "^7.0.0"
},
"devDependencies": {
"@wordpress/eslint-plugin": "^14.6.0",
"@wordpress/prettier-config": "^2.16.0",
"eslint": "^8.40.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"prettier": "npm:wp-prettier@^2.8.5"
},
"peerDependencies": {
"webpack": "^5.68.0",
"copy-webpack-plugin": "^10.2.4"
}
}