aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1c2e075..d65a1bf 100644
--- a/package.json
+++ b/package.json
@@ -17,5 +17,10 @@
"osm"
],
"author": "Alexander NeonXP Kiryukhin",
- "license": "MIT"
+ "license": "MIT",
+ "peerDependencies": {
+ "react": "^16.8.6",
+ "react-native": "^0.59.9",
+ "react-native-svg": "^9.5.0"
+ }
}