-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 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
{
"name": "fp-template",
"title": "FooPlugins - WordPress Template Utility",
"version": "0.0.1",
"description": "This package helps to get a basic WordPress plugin up and running.",
"main": "index.js",
"bin": {
"fp-template": "bin/fp-template.js"
},
"scripts": {
"prepare": "node prepare.js"
},
"author": "FooPlugins <info@fooplugins.com>",
"bugs": "https://fooplugins.com",
"license": "GPL-2.0-or-later",
"dependencies": {
"@babel/core": "^7.14.2",
"@wordpress/browserslist-config": "^4.0.0",
"chalk": "^4.1.1",
"del": "^6.0.0",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.0.2",
"gulp-filter": "^7.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-order": "^1.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-string-replace": "^1.1.2",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.1.0",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.1.0",
"lodash": "^4.17.21",
"merge-stream": "^2.0.0"
}
}