UNPKG

2.19 kBJSONView Raw
1{
2 "name": "@react-navigation/stack",
3 "description": "Stack navigator component for iOS and Android with animated transitions and gestures",
4 "version": "6.3.7",
5 "keywords": [
6 "react-native-component",
7 "react-component",
8 "react-native",
9 "react-navigation",
10 "ios",
11 "android",
12 "stack"
13 ],
14 "license": "MIT",
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/react-navigation/react-navigation.git",
18 "directory": "packages/stack"
19 },
20 "bugs": {
21 "url": "https://github.com/react-navigation/react-navigation/issues"
22 },
23 "homepage": "https://reactnavigation.org/docs/stack-navigator/",
24 "main": "lib/commonjs/index.js",
25 "react-native": "src/index.tsx",
26 "source": "src/index.tsx",
27 "module": "lib/module/index.js",
28 "types": "lib/typescript/src/index.d.ts",
29 "files": [
30 "src",
31 "lib",
32 "!**/__tests__"
33 ],
34 "sideEffects": false,
35 "publishConfig": {
36 "access": "public"
37 },
38 "scripts": {
39 "prepack": "bob build",
40 "clean": "del lib"
41 },
42 "dependencies": {
43 "@react-navigation/elements": "^1.3.9",
44 "color": "^4.2.3",
45 "warn-once": "^0.1.0"
46 },
47 "devDependencies": {
48 "@react-navigation/native": "^6.0.16",
49 "@testing-library/react-native": "^11.5.0",
50 "@types/color": "^3.0.1",
51 "@types/react": "~18.0.0",
52 "@types/react-native": "~0.69.1",
53 "del-cli": "^3.0.1",
54 "react": "18.0.0",
55 "react-native": "0.69.5",
56 "react-native-builder-bob": "^0.18.1",
57 "react-native-gesture-handler": "~2.5.0",
58 "react-native-safe-area-context": "4.3.1",
59 "react-native-screens": "~3.15.0",
60 "typescript": "^4.7.4"
61 },
62 "peerDependencies": {
63 "@react-navigation/native": "^6.0.0",
64 "react": "*",
65 "react-native": "*",
66 "react-native-gesture-handler": ">= 1.0.0",
67 "react-native-safe-area-context": ">= 3.0.0",
68 "react-native-screens": ">= 3.0.0"
69 },
70 "react-native-builder-bob": {
71 "source": "src",
72 "output": "lib",
73 "targets": [
74 "commonjs",
75 "module",
76 [
77 "typescript",
78 {
79 "project": "tsconfig.build.json"
80 }
81 ]
82 ]
83 },
84 "gitHead": "4e29403ec63d9304561e296667f6cf15806c316b"
85}