-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "taro-iconfont-cli",
"version": "3.3.0",
"main": "index.js",
"repository": "git@github.com:iconfont-cli/taro-iconfont-cli.git",
"author": "范文华 <531362022@qq.com>",
"license": "MIT",
"bin": {
"iconfont": "./commands/help.js",
"iconfont-init": "./commands/createJson.js",
"iconfont-taro": "./commands/index.js"
},
"peerDependencies": {
"@tarojs/taro": "^3.0.8"
},
"dependencies": {
"colors": "^1.4.0",
"fs-extra": "^8.1.0",
"iconfont-parser": "^1.0.0",
"mini-program-iconfont-cli": "0.6.1",
"minimist": "^1.2.5",
"mkdirp": "^0.5.1",
"react-iconfont-cli": "2.0.2",
"react-native-iconfont-cli": "2.2.4",
"tslib": "^2.3.1"
},
"devDependencies": {
"@tarojs/taro": "^3.0.5",
"@types/fs-extra": "^8.0.0",
"@types/glob": "^7.1.1",
"@types/minimist": "^1.2.0",
"@types/mkdirp": "^0.5.2",
"@types/node": "^12.7.7",
"@types/react": "^16.9.3",
"@types/react-native": "^0.60.15",
"react": "^16.14.0",
"react-native": "^0.65.1",
"react-native-svg": "^9.9.4",
"ts-node": "^8.4.1",
"typescript": "^3.6.3"
}
}