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.2.1",
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 "prepare": "bob build",
40 "clean": "del lib"
41 },
42 "dependencies": {
43 "@react-navigation/elements": "^1.3.3",
44 "color": "^3.1.3",
45 "warn-once": "^0.1.0"
46 },
47 "devDependencies": {
48 "@react-navigation/native": "^6.0.10",
49 "@testing-library/react-native": "^7.2.0",
50 "@types/color": "^3.0.1",
51 "@types/react": "^17.0.9",
52 "@types/react-native": "~0.64.9",
53 "del-cli": "^3.0.1",
54 "react": "17.0.1",
55 "react-native": "~0.64.3",
56 "react-native-builder-bob": "^0.18.1",
57 "react-native-gesture-handler": "~2.2.0",
58 "react-native-safe-area-context": "3.3.2",
59 "react-native-screens": "~3.10.1",
60 "typescript": "^4.3.2"
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": "b1c421445ecb75d514ce27791433b12f9a7e75b7"
85}