-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.38 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
{
"name": "@inngageregistry/inngage-react",
"version": "3.3.2",
"description": "Inngage Plugin for React Native applications for marketing campaign optimization using Push Notification.",
"main": "src/index.ts",
"types": "src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc"
},
"author": "Inngage Developer",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/inngage/inngage-react.git"
},
"bugs": {
"url": "https://github.com/inngage/inngage-react/issues"
},
"homepage": "https://github.com/inngage/inngage-react#readme",
"dependencies": {
"@react-native-async-storage/async-storage": "^1.18.1",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-native-firebase/app": "^17.4.2",
"@react-native-firebase/messaging": "^17.4.2",
"react-native-device-info": "^10.6.0",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-localize": "^2.2.6",
"react-native-permissions": "^3.8.0",
"react-native-push-notification": "^8.1.1",
"react-native-snap-carousel": "^3.9.1"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/react": "^18.2.0",
"@types/react-native": "^0.71.6",
"@types/react-native-push-notification": "^8.1.1",
"@types/react-test-renderer": "^18.0.0",
"typescript": "^5.0.4"
}
}