-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "woongkir",
"title": "Woongkir",
"version": "1.3.12",
"homepage": "https://github.com/sofyansitorus/",
"repository": {
"type": "git",
"url": "https://github.com/sofyansitorus/Woongkir.git"
},
"author": "Sofyan Sitorus",
"engines": {
"node": ">=8.0.0 =<10"
},
"engineStrict": true,
"devDependencies": {
"browser-sync": "^2.24.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-bump": "^3.1.1",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-iife": "^0.3.0",
"gulp-notify": "^3.2.0",
"gulp-phpcs": "^2.1.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "3.0.0",
"gulp-wp-pot": "^2.2.0",
"gulp-zip": "^4.1.0",
"semver": "^6.3.0",
"yargs": "^11.0.0"
},
"scripts": {
"start": "./node_modules/.bin/gulp",
"build": "./node_modules/.bin/gulp build",
"bump": "./node_modules/.bin/gulp bump",
"dist": "./node_modules/.bin/gulp dist",
"deploy": "yarn dist && ./deploy-wp.sh"
}
}