-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "reason-expo-vector-icons",
"version": "36.0.0",
"description": "Bucklescript bindings for @expo/vector-icons, the standard way to use icons with Expo.",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"install::dev": "yarn && install-self-peers -- --ignore-scripts",
"pub": "npx np --yolo"
},
"keywords": [
"BuckleScript",
"Expo",
"React Native",
"React"
],
"author": "Lewis Chung<@_lewisf>",
"repository": "https://github.com/lewisf/reason-expo-vector-icons",
"homepage": "https://github.com/lewisf/reason-expo-vector-icons",
"bugs": "https://github.com/lewisf/reason-expo-vector-icons",
"license": "MIT",
"devDependencies": {
"@team-griffin/install-self-peers": "^1.1.1",
"bs-platform": "^4.0.14",
"common-tags": "^1.8.0",
"isomorphic-fetch": "^2.2.1",
"lodash.camelcase": "^4.3.0",
"lodash.capitalize": "^4.2.1"
},
"dependencies": {
"@expo/vector-icons": "^10.0.6"
},
"peerDependencies": {
"bs-react-native": "^0.10.0",
"expo": "^31.0.6",
"reason-react": "^0.5.3"
}
}