mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
53 lines
1.7 KiB
JSON
53 lines
1.7 KiB
JSON
{
|
|
"name": "exampleReactNative",
|
|
"version": "0.63.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"
|
|
},
|
|
"dependencies": {
|
|
"@polkadot/keyring": "^5.0.1",
|
|
"@polkadot/reactnative-identicon": "0.63.0",
|
|
"@polkadot/ui-keyring": "0.63.0",
|
|
"@polkadot/ui-settings": "0.63.0",
|
|
"@polkadot/util": "^5.0.1",
|
|
"@polkadot/util-crypto": "^5.0.1",
|
|
"@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.1",
|
|
"react-native": "^0.63.4",
|
|
"react-native-crypto": "^2.2.0",
|
|
"react-native-randombytes": "^3.6.0",
|
|
"stream-http": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@react-native-community/cli-platform-ios": "^4.13.0",
|
|
"@types/react-test-renderer": "17.0.0",
|
|
"babel-jest": "^26.6.3",
|
|
"metro-react-native-babel-preset": "^0.64.0",
|
|
"react-test-renderer": "17.0.1"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json",
|
|
"node"
|
|
]
|
|
}
|
|
}
|