-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.37 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
53
54
55
{
"name": "pcfe-cli",
"version": "0.1.3",
"description": "A CLI for pcgroup front-end developer to scaffolding a project.",
"author": "vdorchan <[email protected]>",
"bin": {
"pcfe": "bin/pcfe"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vdorchan/pcfe-cli"
},
"bugs": {
"url": "https://github.com/vdorchan/pcfe-cli/issues"
},
"dependencies": {
"archiver": "^3.0.0",
"browser-sync": "^2.26.3",
"cfonts": "^2.3.0",
"chalk": "^2.4.1",
"command-exists": "^1.2.8",
"commander": "^2.19.0",
"cross-spawn": "^6.0.5",
"figures": "^2.0.0",
"fuzzy": "^0.1.3",
"grouped-queue": "^0.3.3",
"gulp-cache": "^1.1.0",
"gulp-clean-css": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-rev": "^9.0.0",
"gulp-rev-collector": "^1.3.1",
"gulp-terser": "^1.1.7",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^6.0.1",
"inquirer": "^6.2.1",
"inquirer-autocomplete-prompt": "^1.0.1",
"mem-fs": "^1.1.3",
"mem-fs-editor": "^5.1.0",
"mkdirp": "^0.5.1",
"node-svn-ultimate": "^1.1.0",
"ora": "^3.0.0",
"pc-www1": "^0.1.2",
"recursive-readdir": "^2.2.2",
"rimraf": "^2.6.2",
"run-async": "^2.3.0",
"semver": "^5.6.0",
"time-stamp": "^2.2.0",
"vinyl-fs": "^3.0.3"
},
"engines": {
"node": ">=8"
}
}