mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
Updated dependencies in preperation for v2
This commit is contained in:
@@ -1,30 +1,29 @@
|
||||
{
|
||||
"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",
|
||||
"name": "react-native-debug-console-demo",
|
||||
"version": "2.0.0-alpha.1",
|
||||
"main": "./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"
|
||||
"start": "expo start",
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"web": "expo start --web",
|
||||
"eject": "expo eject",
|
||||
"postinstall": "expo-yarn-workspaces postinstall"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
"expo": "^33.0.0",
|
||||
"react": "16.8.3",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
|
||||
"react-native-debug-console": "2.0.0-alpha.1",
|
||||
"react-native-web": "^0.11.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "^7.5.0",
|
||||
"babel-preset-expo": "^5.1.1",
|
||||
"expo-cli": "^2.21.2",
|
||||
"expo-yarn-workspaces": "^1.2.0",
|
||||
"module-resolver": "^1.0.0"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user