-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "@iconscout/react-native-unicons",
"description": "Unicons - 4,500+ vector icons as easy to use vector React Native Components",
"version": "2.2.0",
"main": "index.js",
"scripts": {
"generate": "node ./build/generate.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Iconscout/react-native-unicons.git",
"baseUrl": "https://github.com/Iconscout/react-native-unicons"
},
"keywords": [
"react-native",
"unicons",
"react-native-unicons",
"react-native-icons",
"icons",
"iconscout",
"vector"
],
"author": {
"name": "IconScout",
"email": "[email protected]"
},
"license": "IconScout Simple License",
"bugs": {
"url": "https://github.com/Iconscout/react-native-unicons/issues"
},
"homepage": "https://iconscout.com/unicons",
"peerDependencies": {
"react": ">=16.8.0 <19.0.0",
"react-native": ">=0.57.0-rc.0 <1.0.x",
"react-native-svg": "^9.5.3"
},
"devDependencies": {
"@iconscout/unicons": "^4.0.7",
"cheerio": "^1.0.0-rc.3",
"fs-plus": "^3.1.1",
"uppercamelcase": "^3.0.0"
}
}