-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.44 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.44 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
{
"name": "react-native-analytics-debugger",
"version": "2.1.2",
"description": "The Avo react-native debugger",
"author": "Avo (https://www.avo.app)",
"repository": {
"type": "git",
"url": "https://github.com/avohq/react-native-analytics-debugger.git"
},
"license": "MIT",
"homepage": "https://github.com/avohq/react-native-analytics-debugger",
"keywords": [
"android",
"analytics",
"avo",
"ios",
"mobile",
"react",
"react-native"
],
"main": "src/AvoDebugger.js",
"types": "src/AvoDebugger.d.ts",
"engines": {
"node": ">=14"
},
"scripts": {
"commit": "git-cz",
"test": "jest",
"release": "release-it"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.19.3",
"react-native-root-siblings": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/preset-env": "^7.1.6",
"babel-eslint": "^10.0.3",
"babel-jest": "^29.2.1",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.8",
"prettier-eslint": "^12.0.0",
"react": "18.2.0",
"react-native": "^0.72.6",
"react-test-renderer": "18.2.0"
},
"peerDependencies": {
"react-native": ">= 0.69"
},
"resolutions": {
"cross-spawn": "^7.0.5",
"on-headers": "^1.1.0",
"tmp": "^0.2.4",
"flatted": "^3.4.2"
}
}