-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·52 lines (52 loc) · 1.31 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
{
"name": "WP-Gulp",
"author": "wp-gulp",
"description": "Gulp script for Developing WordPress Plugins & Themes",
"version": "3.0.14",
"gulpScriptVersion": "1.1.1",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/wp-gulp/wp-gulp"
},
"scripts": {
"env": "env",
"install": "imforza gulp config && gulp init",
"config": "imforza gulp config",
"release": "release-it"
},
"dependencies": {},
"devDependencies": {
"async": "^2.5.0",
"autoprefixer": "^7.2.5",
"browser-sync": "^2.23.6",
"colors": "^1.1.2",
"fancy-log": "^1.3.2",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.9.2",
"gulp-git": "^2.5.1",
"gulp-imagemin": "^4.1.0",
"gulp-minify": "^2.1.0",
"gulp-phpcbf": "^0.1.2",
"gulp-phpcs": "^2.1.0",
"gulp-postcss": "^7.0.1",
"gulp-prompt": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-util": "^3.0.7",
"gulp-watch": "^5.0.0",
"gulp-wp-pot": "^2.0.7",
"gulp-zip": "^4.1.0",
"imforza-cli": "^1.0.20",
"release-it": "^6.2.0",
"request": "^2.81.0",
"semver": "^5.5.0",
"shelljs": "^0.8.1",
"spawn-shell": "^2.0.1",
"yargs": "^11.0.0"
}
}