-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"name": "rn-toastify",
"version": "1.0.8",
"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",
"toast",
"react-native-toastify",
"react-native-toast",
"react-native-toast-message",
"rn-toastify",
"alert",
"notification",
"library"
],
"author": "Mukesh Prajapati",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0 <19.0.0",
"react-native": ">=0.60.0 <1.0.0",
"react-native-reanimated": ">=2.0.0 <4.0.0",
"lottie-react-native": ">=3.0.0 <7.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"
}
}