-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 929 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
35
36
37
38
39
{
"name": "zuix",
"version": "0.4.3",
"description": "zUIx.js command line tool",
"bin": {
"zuix": "zuix.js"
},
"keywords": [],
"license": "ISC",
"author": {
"name": "G-Labs",
"email": "[email protected]",
"url": "https://glabs.it/"
},
"homepage": "https://github.com/zuixjs",
"repository": {
"type": "git",
"url": "git://github.com/zuixjs/zuix-cli.git"
},
"bugs": "https://github.com/zuixjs/zuix-cli/issues",
"dependencies": {
"chalk": "^4.1.2",
"cli-highlight": "^2.1.11",
"commander": "^9.0.0",
"config": "^3.3.7",
"console-control-strings": "^1.1.0",
"deepmerge": "^4.2.2",
"extract-zip": "^2.0.1",
"html-minifier": "^4.0.0",
"jsdom": "^19.0.0",
"json-stringify": "^1.0.0",
"mkdirp": "^1.0.4",
"ncp": "^2.0.0",
"nunjucks": "^3.2.3",
"sync-fetch": "^0.3.1",
"uglify-js": "^3.15.3",
"workbox-build": "^6.5.3"
}
}