forked from robcalcroft/react-native-in-app-notification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 934 Bytes
/
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
{
"name": "@chatkitty/react-native-in-app-notification",
"version": "1.1.2",
"description": "Customisable in-app notification component for React Native",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ChatKitty/react-native-in-app-notification.git"
},
"license": "MIT",
"scripts": {
"lint": "eslint Notification.js DefaultNotificationBody.ios.js DefaultNotificationBody.android.js"
},
"peerDependencies": {
"prop-types": "^15.5.10",
"react": ">=16.3.0",
"react-native": ">=0.54.0"
},
"dependencies": {
"hoist-non-react-statics": "^3.0.1",
"react-native-iphone-x-helper": "^1.2.0",
"react-native-swipe-gestures": "^1.0.2"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3"
}
}