-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"name": "react-native-bottom-bar",
"version": "0.3.3",
"description": "Fully customizable BottomBar for React Native.",
"keywords": [
"react-native",
"gradient",
"button",
"buttons",
"bottom-bar",
"bar",
"javascript",
"ui-lib",
"rn"
],
"homepage": "https://www.freakycoder.com",
"bugs": "https://github.com/WrathChaos/react-native-bottom-bar/issues",
"main": "./lib/src/BottomBar.js",
"repository": "git@github.com:WrathChaos/react-native-bottom-bar.git",
"author": "Kuray (FreakyCoder) <kurayogun@gmail.com>",
"license": "MIT",
"scripts": {
"start": "react-native start",
"android": "react-native start --android",
"ios": "react-native start --ios",
"eject": "react-native eject"
},
"peerDependencies": {
"@freakycoder/react-native-helpers": ">= 1.0.0",
"react": ">= 16.x",
"react-native": ">= 0.55.x",
"react-native-androw": ">= 0.0.31",
"react-native-vector-icons": ">= 6.0",
"react-native-linear-gradient": ">= 2.4.x",
"react-native-dynamic-vector-icons": ">= x.x.x"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-native": "^0.72.0"
}
}