-
Notifications
You must be signed in to change notification settings - Fork 396
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 813 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 813 Bytes
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
{
"version": "4.0.1",
"name": "react-native-root-toast",
"description": "react native toast like component, pure javascript solution",
"repository": {
"type": "git",
"url": "https://github.com/magicismight/react-native-root-toast"
},
"license": "MIT",
"main": "./index.js",
"types": "./index.d.ts",
"files": [
"lib",
"index.js",
"index.d.ts"
],
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"image",
"video",
"focus"
],
"dependencies": {
"react-native-root-siblings": "^5.0.0"
},
"devDependencies": {
"react": "19.0.0",
"react-native": "0.78.1",
"react-native-safe-area-context": "^5.3.0"
},
"peerDependencies": {
"react-native": ">=0.47.0",
"react-native-safe-area-context": "*"
}
}