1 | {
|
2 | "name": "@react-navigation/bottom-tabs",
|
3 | "description": "Bottom tab navigator following iOS design guidelines",
|
4 | "version": "6.6.1",
|
5 | "keywords": [
|
6 | "react-native-component",
|
7 | "react-component",
|
8 | "react-native",
|
9 | "react-navigation",
|
10 | "ios",
|
11 | "android",
|
12 | "tab"
|
13 | ],
|
14 | "license": "MIT",
|
15 | "repository": {
|
16 | "type": "git",
|
17 | "url": "https://github.com/react-navigation/react-navigation.git",
|
18 | "directory": "packages/bottom-tabs"
|
19 | },
|
20 | "main": "lib/commonjs/index.js",
|
21 | "react-native": "src/index.tsx",
|
22 | "source": "src/index.tsx",
|
23 | "module": "lib/module/index.js",
|
24 | "types": "lib/typescript/src/index.d.ts",
|
25 | "files": [
|
26 | "src",
|
27 | "lib",
|
28 | "!**/__tests__"
|
29 | ],
|
30 | "sideEffects": false,
|
31 | "publishConfig": {
|
32 | "access": "public"
|
33 | },
|
34 | "scripts": {
|
35 | "prepack": "bob build",
|
36 | "clean": "del lib"
|
37 | },
|
38 | "dependencies": {
|
39 | "@react-navigation/elements": "^1.3.31",
|
40 | "color": "^4.2.3",
|
41 | "warn-once": "^0.1.0"
|
42 | },
|
43 | "devDependencies": {
|
44 | "@react-navigation/native": "^6.1.18",
|
45 | "@testing-library/react-native": "^11.5.0",
|
46 | "@types/color": "^3.0.1",
|
47 | "@types/react": "~18.0.27",
|
48 | "@types/react-native": "~0.71.3",
|
49 | "del-cli": "^5.0.0",
|
50 | "react": "18.2.0",
|
51 | "react-native": "0.71.8",
|
52 | "react-native-builder-bob": "^0.20.4",
|
53 | "react-native-safe-area-context": "4.5.0",
|
54 | "react-native-screens": "~3.29.0",
|
55 | "typescript": "^4.9.4"
|
56 | },
|
57 | "peerDependencies": {
|
58 | "@react-navigation/native": "^6.0.0",
|
59 | "react": "*",
|
60 | "react-native": "*",
|
61 | "react-native-safe-area-context": ">= 3.0.0",
|
62 | "react-native-screens": ">= 3.0.0"
|
63 | },
|
64 | "react-native-builder-bob": {
|
65 | "source": "src",
|
66 | "output": "lib",
|
67 | "targets": [
|
68 | "commonjs",
|
69 | "module",
|
70 | [
|
71 | "typescript",
|
72 | {
|
73 | "project": "tsconfig.build.json"
|
74 | }
|
75 | ]
|
76 | ]
|
77 | },
|
78 | "gitHead": "a2269aa24bc0c2ceec227dbdcc4fa4c38902396a"
|
79 | }
|