-
-
Notifications
You must be signed in to change notification settings - Fork 153
/
Copy pathpackage.json
48 lines (48 loc) · 1.02 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
{
"name": "react-native-flash-message",
"version": "0.4.2",
"description": "React Native flashbar and top notification alert utility",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"upd": "yarn upgrade-interactive --latest"
},
"repository": "https://github.com/lucasferreira/react-native-flash-message.git",
"keywords": [
"react",
"react-native",
"react-component",
"native",
"component",
"flash",
"flashbar",
"flashmessage",
"message",
"alert",
"notification",
"topbar",
"iphonex",
"ipad",
"android",
"utility"
],
"author": "Lucas Ferreira <[email protected]>",
"license": "MIT",
"files": [
"src"
],
"peerDependencies": {
"prop-types": "^15.0 || ^16.0",
"react": "*",
"react-native": "*"
},
"dependencies": {
"prop-types": "^15.8.1",
"react-native-iphone-screen-helper": "^2.1.2"
},
"devDependencies": {
"prettier": "^2.5.1",
"react": "17.0.1",
"react-native": "0.64.3"
}
}