mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
31 lines
770 B
JSON
31 lines
770 B
JSON
{
|
|
"name": "demo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"babel-plugin-module-resolver": "^3.1.1",
|
|
"jest-expo": "~27.0.0",
|
|
"react-native-scripts": "1.14.0",
|
|
"react-test-renderer": "16.3.1"
|
|
},
|
|
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
|
|
"scripts": {
|
|
"start": "react-native-scripts start",
|
|
"eject": "react-native-scripts eject",
|
|
"android": "react-native-scripts android",
|
|
"ios": "react-native-scripts ios",
|
|
"test": "jest"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"expo": "^27.0.1",
|
|
"prop-types": "^15.6.2",
|
|
"react": "16.3.1",
|
|
"react-native": "~0.55.2",
|
|
"react-native-json-tree": "^1.2.0",
|
|
"styled-components": "^3.4.2"
|
|
}
|
|
}
|