-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
32 lines (32 loc) · 863 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "react-native-expo-fancy-alerts",
"version": "2.1.1",
"description": "Inspired on nativescript-fancyalert by Nathan Walker - A simple, basic implementation of the beautiful alerts that lib brings to the table",
"main": "index.js",
"typings": "typings.d.ts",
"dependencies": {
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-native": "^0.70.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrnkr/react-native-expo-fancy-alerts.git"
},
"keywords": [
"javascript",
"react",
"react-native",
"alerts",
"dialogs",
"modals"
],
"author": "Mr.NKR",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrnkr/react-native-expo-fancy-alerts/issues"
},
"homepage": "https://github.com/mrnkr/react-native-expo-fancy-alerts#readme"
}