UNPKG

2.24 kBJSONView Raw
1{
2 "name": "react-navigation-tabs",
3 "version": "2.8.11",
4 "description": "Tab Navigation components for React Navigation",
5 "main": "lib/commonjs/index.js",
6 "module": "lib/module/index.js",
7 "react-native": "lib/module/index.js",
8 "types": "lib/typescript/src/index.d.ts",
9 "files": [
10 "src",
11 "lib"
12 ],
13 "scripts": {
14 "prepare": "bob build",
15 "clean": "del lib"
16 },
17 "sideEffects": false,
18 "publishConfig": {
19 "access": "public"
20 },
21 "keywords": [
22 "react-native-component",
23 "react-component",
24 "react-native",
25 "ios",
26 "android",
27 "tab",
28 "swipe",
29 "scrollable",
30 "coverflow"
31 ],
32 "repository": {
33 "type": "git",
34 "url": "git+https://github.com/react-navigation/tabs.git"
35 },
36 "author": "Satyajit Sahoo <satyajit.happy@gmail.com> (https://github.com/satya164/)",
37 "license": "MIT",
38 "bugs": {
39 "url": "https://github.com/react-navigation/tabs/issues"
40 },
41 "homepage": "https://github.com/react-navigation/tabs#readme",
42 "dependencies": {
43 "hoist-non-react-statics": "^3.3.2",
44 "react-lifecycles-compat": "^3.0.4",
45 "react-native-safe-area-view": "^0.14.8",
46 "react-native-tab-view": "^2.11.0"
47 },
48 "devDependencies": {
49 "@react-native-community/bob": "^0.10.0",
50 "@types/hoist-non-react-statics": "^3.3.1",
51 "@types/react": "^16.9.23",
52 "@types/react-native": "^0.61.22",
53 "del-cli": "^3.0.0",
54 "react": "~16.9.0",
55 "react-native": "~0.61.5",
56 "react-native-gesture-handler": "^1.6.0",
57 "react-native-reanimated": "^1.2.0",
58 "react-native-tab-view": "^2.13.0",
59 "react-navigation": "^4.3.7",
60 "typescript": "~3.8.3"
61 },
62 "peerDependencies": {
63 "react": "*",
64 "react-native": "*",
65 "react-native-gesture-handler": "^1.0.0",
66 "react-native-reanimated": "^1.0.0-alpha",
67 "react-native-screens": ">=1.0.0 || >= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0",
68 "react-navigation": "^4.1.1"
69 },
70 "@react-native-community/bob": {
71 "source": "src",
72 "output": "lib",
73 "targets": [
74 "commonjs",
75 "module",
76 [
77 "typescript",
78 {
79 "project": "tsconfig.build.json"
80 }
81 ]
82 ]
83 },
84 "gitHead": "720d1f970d81f291260873c4cc5c1ac8bbaaa1e1"
85}