forked from visiblevc/wordpress-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 935 Bytes
/
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
{
"name": "visible-wordpress",
"version": "0.5.0",
"scripts": {
"wp": "wpcmd() { docker exec $(docker ps -lq) /bin/bash -c \"sudo -u www-data wp $(echo $@)\"; };wpcmd "
},
"dependencies": {},
"devDependencies": {
"chalk": "^1.1.0",
"dateformat": "^1.0.11",
"gulp": "^3.9.0",
"gulp-autoprefixer": "~2.3.1",
"gulp-awspublish": "^2.0.2",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.3.0",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-replace-task": "^0.2.3",
"gulp-rev": "^5.1.0",
"gulp-rev-collector": "^1.0.0",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"imagemin-pngquant": "^4.1.2",
"lodash.template": "^3.6.2",
"path": "^0.11.14",
"replace-ext": "0.0.1",
"run-sequence": "^1.1.2",
"through2": "^2.0.0",
"vinyl": "^0.5.1"
}
}