forked from kirgudkov/react-native-in-app-message
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.39 KB
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
49
50
51
{
"name": "react-native-in-app-message",
"version": "1.0.34",
"description": "React Native in-app native-like notifications.",
"files": [
"src",
"index.d.ts",
"react-native-in-app-message.podspec"
],
"keywords": [
"react-native",
"ui",
"in-app notifications",
"noificaions",
"in-app",
"popup"
],
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KirillGudkov/react-native-in-app-message.git"
},
"author": "Kirill Gudkov",
"license": "ISC",
"bugs": {
"url": "https://github.com/KirillGudkov/react-native-in-app-message/issues"
},
"homepage": "https://github.com/KirillGudkov/react-native-in-app-message#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"eslint": "^7.5.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-native": "^3.8.1",
"prettier": "^2.0.5",
"typescript": "^3.9.7"
},
"dependencies": {
"react-native-safe-area-view": "0.14.7",
"react-native-status-bar-height": "2.4.0"
}
}