UNPKG

1.92 kBJSONView Raw
1{
2 "name": "@react-navigation/bottom-tabs",
3 "description": "Bottom tab navigator following iOS design guidelines",
4 "version": "6.4.3",
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.9",
40 "color": "^4.2.3",
41 "warn-once": "^0.1.0"
42 },
43 "devDependencies": {
44 "@react-navigation/native": "^6.0.16",
45 "@testing-library/react-native": "^11.5.0",
46 "@types/color": "^3.0.1",
47 "@types/react": "~18.0.0",
48 "@types/react-native": "~0.69.1",
49 "del-cli": "^3.0.1",
50 "react": "18.0.0",
51 "react-native": "0.69.5",
52 "react-native-builder-bob": "^0.18.1",
53 "react-native-safe-area-context": "4.3.1",
54 "react-native-screens": "~3.15.0",
55 "typescript": "^4.7.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": "4e29403ec63d9304561e296667f6cf15806c316b"
79}