This commit is contained in:
Morten
2018-08-14 10:24:19 +02:00
commit 38b440e2f6
33 changed files with 12188 additions and 0 deletions

16
lib/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "react-native-debug-console",
"version": "1.0.0",
"main": "src/index.js",
"license": "MIT",
"dependencies": {
"react-native-json-tree": "^1.2.0",
"styled-components": "^3.4.2"
},
"peerDependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-native": "^0.56.0"
},
"devDependencies": {}
}