UNPKG

1.75 kBJSONView Raw
1{
2 "name": "@react-navigation/native",
3 "description": "React Native integration for React Navigation",
4 "version": "6.0.2",
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 "prepare": "bob build",
37 "clean": "del lib"
38 },
39 "dependencies": {
40 "@react-navigation/core": "^6.0.1",
41 "escape-string-regexp": "^4.0.0",
42 "nanoid": "^3.1.23"
43 },
44 "devDependencies": {
45 "@testing-library/react-native": "^7.2.0",
46 "@types/react": "^17.0.9",
47 "@types/react-dom": "^17.0.6",
48 "@types/react-native": "~0.64.9",
49 "del-cli": "^3.0.1",
50 "react": "~16.13.1",
51 "react-dom": "^16.13.1",
52 "react-native": "~0.63.4",
53 "react-native-builder-bob": "^0.18.1",
54 "typescript": "^4.3.2"
55 },
56 "peerDependencies": {
57 "react": "*",
58 "react-native": "*"
59 },
60 "react-native-builder-bob": {
61 "source": "src",
62 "output": "lib",
63 "targets": [
64 "commonjs",
65 "module",
66 [
67 "typescript",
68 {
69 "project": "tsconfig.build.json"
70 }
71 ]
72 ]
73 },
74 "gitHead": "d17bf146ee6059d7c21aa92e7ec1ad38c809d77a"
75}