-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
29 lines (29 loc) · 952 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
{
"name": "react-native-in-app-notification",
"version": "3.2.0",
"description": "Customisable in-app notification component for React Native",
"main": "src/index.js",
"repository": "https://github.com/robcalcroft/react-native-in-app-notification.git",
"author": "Rob Calcroft <[email protected]>",
"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"
}
}