-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.02 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.02 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
{
"name": "@farfetch/blackout-react-native-analytics",
"version": "0.11.1",
"description": "Analytics solution for react-native apps",
"main": "src/index.js",
"files": [
"src"
],
"license": "MIT",
"dependencies": {
"uuid": "^3.3.2"
},
"devDependencies": {
"@castleio/react-native-castle": "^1.1.5",
"@farfetch/blackout-core": "^1.79.0",
"@react-native-async-storage/async-storage": "^1.16.0",
"@react-native-firebase/analytics": "^18.9.0",
"@react-native-firebase/app": "^18.9.0",
"axios": "^0.21.4",
"react": "^16.8.1",
"react-native": "^0.62.3",
"react-native-device-info": "^5.5.8"
},
"peerDependencies": {
"@castleio/react-native-castle": "^1.1.5",
"@farfetch/blackout-core": "^1.79.0",
"@react-native-async-storage/async-storage": "^1.6.1",
"@react-native-firebase/analytics": "^18.9.0",
"react-native": "^0.62.3",
"react-native-device-info": "^5.5.8",
"react-native-forter": "^0.1.10"
},
"publishConfig": {
"access": "public"
}
}