-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.76 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.76 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "rn-toastify",
"version": "1.0.12",
"description": "A customizable and performant toast notification library for React Native, featuring smooth animations, swipe gestures, and flexible styling options.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/muku534/react-native-toast"
},
"homepage": "https://github.com/muku534/react-native-toast#readme",
"scripts": {
"test": "jest"
},
"keywords": [
"react-native",
"react native",
"toast",
"toastify",
"notification",
"alert",
"snackbar",
"message",
"popup",
"react-native-toast",
"react-native-toastify",
"react-native-toast-message",
"react-native-notifications",
"rn-toast",
"rn-toastify",
"animated-toast",
"swipe-toast",
"promise-toast",
"success-toast",
"error-toast",
"loading-toast",
"custom-toast",
"ios",
"android",
"cross-platform",
"reanimated",
"lottie",
"gesture",
"animation",
"dark-mode",
"theme",
"typescript",
"mobile",
"notification-library",
"alert-library",
"toast-notification",
"react-native-component"
],
"author": {
"name": "Mukesh Prajapati",
"url": "https://github.com/muku534"
},
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0 <20.0.0",
"react-native": ">=0.60.0 <1.0.0",
"react-native-reanimated": ">=2.0.0 <5.0.0",
"lottie-react-native": ">=3.0.0 <9.0.0"
},
"dependencies": {
"events": "^3.3.0"
},
"devDependencies": {
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.5.2",
"@types/jest": "^28.1.0",
"@types/react-native": "^0.67.3",
"jest": "^28.1.0",
"react-test-renderer": "^17.0.2"
}
}