forked from versionpress/versionpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1 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
{
"name": "versionpress-dev-workspace",
"version": "1.0.0",
"description": "VersionPress development workspace",
"main": "gulpfile.js",
"author": "VersionPress",
"license": "GPL",
"scripts": {
"init-dev": "gulp init-dev",
"init-phpstorm": "gulp idea",
"build": "gulp build",
"start": "docker-compose up",
"cleanup-docker-stack": "docker-compose down -v && rm -rf ./dev-env/wp",
"postinstall": "npm run init-dev"
},
"engines": {
"node": ">= 8.1",
"npm": ">= 5"
},
"dependencies": {},
"devDependencies": {
"archiver": "~1.1.0",
"chalk": "^1.1.1",
"del": "^3.0.0",
"gulp": "~3.9.0",
"gulp-composer": "^0.4.0",
"gulp-git": "^2.4.1",
"gulp-help": "^1.6.1",
"gulp-remove-lines": "^0.1.0",
"gulp-rename": "~1.2.0",
"gulp-replace": "^0.6.1",
"gulp-shell": "^0.6.3",
"gulp-zip": "^4.0.0",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.5",
"shelljs": "^0.7.8",
"through2": "~2.0.1",
"yamljs": "^0.2.6"
}
}