forked from benjamarle/react-native-device-log
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 942 Bytes
/
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
{
"name": "react-native-device-log",
"keywords": [
"react-component",
"react-native",
"ios",
"android"
],
"version": "1.0.3",
"description": "A GUI and service for handling development log messages on a device",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/olofd/react-native-device-log.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Olof Dahlbom",
"license": "MIT",
"dependencies": {
"@react-native-community/async-storage": "^1.9.0",
"@react-native-community/netinfo": "^5.7.0",
"debounce": "^1.0.2",
"json-stringify-safe": "^5.0.1",
"moment": "^2.24.0",
"react-native-invertible-scroll-view": "^2.0.0",
"react-native-version-number": "^0.3.4",
"rn-legacy-59": "https://github.com/bright-systems/rn-legacy-59",
"semver": "^7.1.1",
"stacktrace-parser": "^0.1.6"
}
}