forked from zahidalidev/toastify-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.33 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@zahidalidev/toastify-react-native",
"publishConfig": {
"registry": "https://npm.pkg.github.com/@zahidalidev"
},
"version": "3.1.1",
"description": "🎉 toastify-react-native allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-component",
"pushalert",
"toast",
"popup",
"react-native toast",
"react-native-toastify",
"react-native",
"react-toastify",
"toastify",
"react-native-notification",
"toastify-react-native",
"notification",
"picker",
"expo",
"cli",
"mobile",
"ios",
"android",
"web"
],
"bugs": {
"url": "https://github.com/zahidalidev/toastify-react-native/issues"
},
"homepage": "https://github.com/zahidalidev/toastify-react-native/blob/master/README.md",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-modal": "*",
"react-native-responsive-fontsize": "*"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"metro-react-native-babel-preset": "^0.71.0"
},
"repository": "git://github.com/zahidalidev/toastify-react-native.git",
"author": "Zahid Ali <[email protected]>",
"license": "MIT"
}