-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.02 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
{
"name": "vue-iconfonts-cli",
"version": "1.1.0",
"main": "index.js",
"keywords": [
"iconfont",
"vue",
"vue-iconfont",
"icon",
"icons",
"iconfont.cn"
],
"repository": "git@github.com:Zanel1u/vue-iconfont-cli.git",
"author": "Zane liu <hi@zaneliu.me>",
"license": "MIT",
"bin": {
"iconfont": "./commands/help.js",
"iconfont-init": "./commands/createJson.js",
"iconfont-h5": "./commands/createIcon.js"
},
"peerDependencies": {
"vue": "*"
},
"dependencies": {
"colors": "1.3.3",
"glob": "7.1.4",
"iconfont-parser": "1.0.0",
"lodash": "4.17.15",
"minimist": "1.2.5",
"mkdirp": "0.5.1",
"tslib": "1.10.0"
},
"devDependencies": {
"@types/http-proxy": "^1.17.7",
"@types/fs-extra": "8.0.0",
"@types/glob": "7.1.1",
"@types/lodash": "4.14.137",
"@types/minimist": "1.2.0",
"@types/mkdirp": "0.5.2",
"@types/node": "12.7.2",
"@types/vue": "2.0.0",
"ts-node": "8.3.0",
"typescript": "3.5.3",
"vue": "2.5.17"
}
}