@novodip/expo-router-devtools 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +20 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@novodip/expo-router-devtools",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Development tools for Expo Router - visualize routes, save navigation states, and debug your app's navigation flow",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -40,7 +40,11 @@
40
40
  "expo-router": ">=3.0.0",
41
41
  "react": ">=17.0.0",
42
42
  "react-native": ">=0.70.0",
43
- "expo-secure-store": ">=12.0.0"
43
+ "expo-secure-store": ">=12.0.0",
44
+ "react-native-screens": ">=3.0.0",
45
+ "react-native-safe-area-context": ">=4.0.0",
46
+ "react-native-gesture-handler": ">=2.0.0",
47
+ "react-native-reanimated": ">=3.10.0"
44
48
  },
45
49
  "devDependencies": {
46
50
  "@rollup/plugin-commonjs": "^29.0.0",
@@ -50,5 +54,19 @@
50
54
  "rollup": "^3.29.0",
51
55
  "rollup-plugin-typescript2": "^0.36.0",
52
56
  "typescript": "^5.2.0"
57
+ },
58
+ "peerDependenciesMeta": {
59
+ "react-native-screens": {
60
+ "optional": true
61
+ },
62
+ "react-native-safe-area-context": {
63
+ "optional": true
64
+ },
65
+ "react-native-gesture-handler": {
66
+ "optional": true
67
+ },
68
+ "react-native-reanimated": {
69
+ "optional": true
70
+ }
53
71
  }
54
72
  }