{ "name": "exampleReactNative", "version": "0.46.0", "private": true, "workspaces": { "nohoist": [ "react-native", "react-native/**", "react-native-randombytes", "react-native-randombytes/**", "@react-native-community/**", "react-native-svg", "react-native-svg/**" ] }, "scripts": { "copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared", "copy-identicon": "mkdir -p node_modules/@polkadot/reactnative-identicon && cp -r ../reactnative-identicon/build/* ./node_modules/@polkadot/reactnative-identicon", "copy-ui-shared": "mkdir -p node_modules/@polkadot/ui-shared && cp -r ../ui-shared/build/* ./node_modules/@polkadot/ui-shared", "android": "react-native run-android --no-packager", "ios": "react-native run-ios --no-packager", "start": "NODE_OPTIONS=--max_old_space_size=8192 react-native start", "test": "jest" }, "dependencies": { "@polkadot/reactnative-identicon": "^0.46.0", "@polkadot/ui-keyring": "^0.46.0", "@polkadot/ui-settings": "^0.46.0", "@react-native-community/async-storage": "^1.6.2", "get-yarn-workspaces": "^1.0.2", "os-browserify": "^0.3.0", "process": "^0.11.10", "react": "16.10.2", "react-native": "^0.61.2", "react-native-crypto": "^2.2.0", "react-native-randombytes": "^3.5.3", "react-native-svg": "^9.12.0", "stream-http": "^3.1.0" }, "devDependencies": { "@babel/core": "^7.6.4", "@babel/runtime": "^7.6.3", "@react-native-community/cli-platform-ios": "^2.9.0", "@types/react-test-renderer": "16.9.1", "babel-jest": "^24.9.0", "metro-react-native-babel-preset": "^0.56.0", "react-test-renderer": "16.10.2" }, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] } }