mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
62 lines
2.0 KiB
JSON
62 lines
2.0 KiB
JSON
{
|
|
"name": "exampleReactNative",
|
|
"version": "0.87.2",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"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"
|
|
},
|
|
"bugs": "https://github.com/polkadot-js/ui/issues",
|
|
"homepage": "https://github.com/polkadot-js/ui#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/ui.git",
|
|
"directory": "packages/exampleReactNative"
|
|
},
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"@polkadot/keyring": "^8.0.4",
|
|
"@polkadot/reactnative-identicon": "0.87.2",
|
|
"@polkadot/ui-keyring": "0.87.2",
|
|
"@polkadot/ui-settings": "0.87.2",
|
|
"@polkadot/util": "^8.0.4",
|
|
"@polkadot/util-crypto": "^8.0.4",
|
|
"@react-native-community/async-storage": "^1.12.1",
|
|
"fast-text-encoding": "^1.0.3",
|
|
"get-yarn-workspaces": "^1.0.2",
|
|
"os-browserify": "^0.3.0",
|
|
"process": "^0.11.10",
|
|
"react": "^17.0.2",
|
|
"react-native": "^0.66.3",
|
|
"react-native-crypto": "^2.2.0",
|
|
"react-native-randombytes": "^3.6.1",
|
|
"stream-http": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/runtime": "^7.16.3",
|
|
"@react-native-community/cli-platform-ios": "^6.2.0",
|
|
"@types/react-test-renderer": "17.0.1",
|
|
"babel-jest": "^27.3.1",
|
|
"metro-react-native-babel-preset": "^0.66.2",
|
|
"react-test-renderer": "17.0.2"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json",
|
|
"node"
|
|
]
|
|
}
|
|
}
|