forked from Iterable/react-native-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.9 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.9 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@iterable/react-native-sdk",
"version": "1.3.15",
"description": "Iterable SDK for React Native.",
"main": "./js/index.js",
"types": "./js/index.d.ts",
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"lint": "eslint . --ext .js,.ts,.jsx,.tsx"
},
"keywords": [
"react-native",
"Iterable"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Iterable/react-native-sdk.git"
},
"author": "Iterable",
"license": "MIT",
"homepage": "https://github.com/Iterable/react-native-sdk",
"dependencies": {
"@react-native-community/hooks": "^2.6.0",
"@react-navigation/native": "^6.0.6",
"eslint": "^8.0.1",
"eslint-config-airbnb": "^19.0.4",
"react-native-safe-area-context": "^4.1.2",
"react-native-vector-icons": "^9.0.0",
"react-native-webview": "^11.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@testing-library/react-native": "^7.2.0",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.23",
"@types/react-native": "^0.62.13",
"@types/react-native-vector-icons": "^6.4.10",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint-config-standard": "^14.0.0",
"eslint-config-standard-jsx": "^8.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"i": "^0.3.5",
"jest": "^26.0.1",
"react": "16.11.0",
"react-native": "^0.62.2",
"ts-jest": "^26.0.0",
"typescript": "^3.9.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}