Files
pezkuwi-ui/packages/exampleReactNative/package.json
T
Github Actions 1d66e071e9 [CI Skip] 0.52.0-beta.28
skip-checks: true
2020-04-06 10:31:46 +00:00

69 lines
2.1 KiB
JSON

{
"name": "exampleReactNative",
"version": "0.52.0-beta.28",
"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.52.0-beta.28",
"@polkadot/ui-keyring": "0.52.0-beta.28",
"@polkadot/ui-settings": "0.52.0-beta.28",
"@react-native-community/async-storage": "^1.9.0",
"fast-text-encoding": "^1.0.1",
"get-yarn-workspaces": "^1.0.2",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "16.13.1",
"react-native": "^0.62.1",
"react-native-crypto": "^2.2.0",
"react-native-randombytes": "^3.5.3",
"stream-http": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@polkadot/keyring": "^2.7.1",
"@polkadot/util": "^2.7.1",
"@polkadot/util-crypto": "^2.7.1",
"@react-native-community/cli-platform-ios": "^4.5.0",
"@types/react-test-renderer": "16.9.2",
"babel-jest": "^25.2.6",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.13.1"
},
"peerDependencies": {
"@polkadot/keyring": "*",
"@polkadot/util": "*",
"@polkadot/util-crypto": "*"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}