-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
49 lines (49 loc) · 1.18 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
{
"name": "react-native-iconfont-cli",
"version": "2.2.4",
"main": "index.js",
"keywords": [
"iconfont",
"react-native",
"react-native-iconfont",
"icon",
"icons",
"iconfont.cn"
],
"repository": "git@github.com:iconfont-cli/react-native-iconfont-cli.git",
"author": "范文华 <531362022@qq.com>",
"license": "MIT",
"bin": {
"iconfont": "./commands/help.js",
"iconfont-init": "./commands/createJson.js",
"iconfont-rn": "./commands/createIcon.js"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-svg": ">=9.7.0"
},
"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/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/react": "^16.9.46",
"@types/react-native": "^0.63.8",
"react": "^16.9.0",
"react-native": "^0.63.2",
"react-native-svg": "9.13.0",
"ts-node": "^8.3.0",
"typescript": "^3.9.7"
}
}