UNPKG

1.78 kBJSONView Raw
1{
2 "name": "@react-navigation/native",
3 "description": "React Native integration for React Navigation",
4 "version": "6.0.16",
5 "keywords": [
6 "react-native",
7 "react-navigation",
8 "ios",
9 "android"
10 ],
11 "license": "MIT",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/react-navigation/react-navigation.git",
15 "directory": "packages/native"
16 },
17 "bugs": {
18 "url": "https://github.com/react-navigation/react-navigation/issues"
19 },
20 "homepage": "https://reactnavigation.org",
21 "main": "lib/commonjs/index.js",
22 "react-native": "src/index.tsx",
23 "source": "src/index.tsx",
24 "module": "lib/module/index.js",
25 "types": "lib/typescript/src/index.d.ts",
26 "files": [
27 "src",
28 "lib",
29 "!**/__tests__"
30 ],
31 "sideEffects": false,
32 "publishConfig": {
33 "access": "public"
34 },
35 "scripts": {
36 "prepack": "bob build",
37 "clean": "del lib"
38 },
39 "dependencies": {
40 "@react-navigation/core": "^6.4.3",
41 "escape-string-regexp": "^4.0.0",
42 "fast-deep-equal": "^3.1.3",
43 "nanoid": "^3.1.23"
44 },
45 "devDependencies": {
46 "@testing-library/react-native": "^11.5.0",
47 "@types/react": "~18.0.0",
48 "@types/react-dom": "~18.0.0",
49 "@types/react-native": "~0.69.1",
50 "del-cli": "^3.0.1",
51 "react": "18.0.0",
52 "react-dom": "18.0.0",
53 "react-native": "0.69.5",
54 "react-native-builder-bob": "^0.18.1",
55 "typescript": "^4.7.4"
56 },
57 "peerDependencies": {
58 "react": "*",
59 "react-native": "*"
60 },
61 "react-native-builder-bob": {
62 "source": "src",
63 "output": "lib",
64 "targets": [
65 "commonjs",
66 "module",
67 [
68 "typescript",
69 {
70 "project": "tsconfig.build.json"
71 }
72 ]
73 ]
74 },
75 "gitHead": "4e29403ec63d9304561e296667f6cf15806c316b"
76}