-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
52 lines (52 loc) · 1.24 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
50
51
52
{
"name": "fluidbottomnavigation-rn",
"version": "0.1.1",
"description": "Animated Tab Bar Component for React Native",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/10clouds/FluidBottomNavigation-rn.git"
},
"keywords": [
"react-native",
"tabbar",
"animated",
"navigation",
"react-component",
"ios",
"android"
],
"author": "Patryk Mierzejewski",
"license": "MIT",
"bugs": {
"url": "https://github.com/10clouds/FluidBottomNavigation-rn/issues"
},
"homepage": "https://github.com/10clouds/FluidBottomNavigation-rn#readme",
"dependencies": {
"react-native-view-overflow": "^0.0.3"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-native": ">=0.55.0",
"prop-types": "^15.6.2"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"babel-jest": "23.4.2",
"babel-preset-react-native": "^5",
"eslint": "^5.3.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"jest": "23.4.2",
"react": ">=16.0.0",
"react-native": ">=0.55.0",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
}
}