UNPKG

2.48 kBJSONView Raw
1{
2 "name": "react-navigation-stack",
3 "version": "2.10.4",
4 "description": "Stack navigator component 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 "patch:apply": "bash scripts/sync-stack.sh",
17 "patch:create": "diff -Naur ../../node_modules/@react-navigation/stack/src src/vendor > scripts/stack.patch; printf ''"
18 },
19 "sideEffects": false,
20 "publishConfig": {
21 "access": "public"
22 },
23 "keywords": [
24 "react-native-component",
25 "react-component",
26 "react-native",
27 "ios",
28 "android",
29 "stack"
30 ],
31 "repository": {
32 "type": "git",
33 "url": "git+https://github.com/react-navigation/react-navigation-stack.git"
34 },
35 "author": "",
36 "license": "MIT",
37 "bugs": {
38 "url": "https://github.com/react-navigation/react-navigation-stack/issues"
39 },
40 "homepage": "https://github.com/react-navigation/react-navigation-stack#readme",
41 "dependencies": {
42 "color": "^3.1.3",
43 "react-native-iphone-x-helper": "^1.3.0"
44 },
45 "devDependencies": {
46 "@react-native-community/bob": "^0.16.2",
47 "@react-native-community/masked-view": "0.1.10",
48 "@react-navigation/stack": "^5.14.3",
49 "@types/color": "^3.0.1",
50 "@types/react": "^16.9.53",
51 "@types/react-native": "^0.63.30",
52 "@types/react-test-renderer": "^16.9.3",
53 "del-cli": "^3.0.1",
54 "react": "~16.13.1",
55 "react-native": "~0.63.2",
56 "react-native-gesture-handler": "~1.7.0",
57 "react-native-safe-area-context": "3.1.4",
58 "react-native-screens": "~2.10.1",
59 "react-navigation": "^4.4.4",
60 "react-test-renderer": "~16.13.1",
61 "typescript": "^4.0.3"
62 },
63 "peerDependencies": {
64 "@react-native-community/masked-view": ">=0.1.0",
65 "react": "*",
66 "react-native": "*",
67 "react-native-gesture-handler": ">= 1.5.0",
68 "react-native-safe-area-context": ">= 0.6.0",
69 "react-native-screens": ">=1.0.0 || >= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0",
70 "react-navigation": "^4.1.1"
71 },
72 "@react-native-community/bob": {
73 "source": "src",
74 "output": "lib",
75 "targets": [
76 "commonjs",
77 "module",
78 [
79 "typescript",
80 {
81 "project": "tsconfig.build.json"
82 }
83 ]
84 ]
85 },
86 "gitHead": "a508ba2f5d7c3c8dd0c08157df10368f85b5710d"
87}