-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
155bebb
commit 93bcf02
Showing
1 changed file
with
191 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,195 @@ | |
] | ||
}, | ||
"dependencies": { | ||
"react-native": "0.71.14" | ||
} | ||
"@cmdcode/buff-utils": "1.7.4", | ||
"@cmdcode/crypto-utils": "1.9.5", | ||
"@cmdcode/tapscript": "1.2.9", | ||
"@legendapp/state": "^1.2.9", | ||
"@onekeyfe/cross-inpage-provider-core": "1.1.57", | ||
"@onekeyfe/cross-inpage-provider-errors": "1.1.57", | ||
"@onekeyfe/cross-inpage-provider-injected": "1.1.57", | ||
"@onekeyfe/cross-inpage-provider-types": "1.1.57", | ||
"@onekeyfe/extension-bridge-hosted": "1.1.57", | ||
"@onekeyfe/hd-ble-sdk": "0.3.42", | ||
"@onekeyfe/hd-core": "0.3.42", | ||
"@onekeyfe/hd-shared": "0.3.42", | ||
"@onekeyfe/hd-transport": "0.3.42", | ||
"@onekeyfe/hd-web-sdk": "0.3.42", | ||
"@onekeyfe/onekey-cross-webview": "1.1.57", | ||
"@starcoin/starcoin": "2.1.5", | ||
"@web3-react/core": "8.0.35-beta.0", | ||
"@web3-react/empty": "8.0.20-beta.0", | ||
"@web3-react/metamask": "8.0.28-beta.0", | ||
"@web3-react/types": "8.0.20-beta.0", | ||
"@web3-react/url": "8.0.25-beta.0", | ||
"asmcrypto.js": "2.3.2", | ||
"axios": "^0.27.2", | ||
"bitcoinjs-lib": "6.1.0", | ||
"bitcoinjs-message": "2.2.0", | ||
"buffer": "^6.0.3", | ||
"crypto-browserify": "^3.12.0", | ||
"expo": "49.0.6", | ||
"expo-device": "~5.4.0", | ||
"fast-json-stable-stringify": "^2.1.0", | ||
"html-webpack-plugin": "^5.5.3", | ||
"jotai": "^2.3.1", | ||
"jsrsasign": "^10.7.1", | ||
"memoizee": "^0.4.15", | ||
"mime-types": "^2.1.35", | ||
"path-browserify": "^1.0.1", | ||
"react-dom": "18.2.0", | ||
"react-native": "0.71.14", | ||
"react-native-web": "~0.18.11", | ||
"react-render-tracker": "0.7.3", | ||
"react-use-cookie": "^1.4.0", | ||
"setimmediate": "^1.0.5", | ||
"stream-browserify": "^3.0.0", | ||
"superstruct": "^1", | ||
"timeout-signal": "2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.0", | ||
"@babel/eslint-parser": "^7.19.1", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", | ||
"@babel/preset-env": "^7.22.9", | ||
"@babel/preset-react": "^7.18.6", | ||
"@open-wc/webpack-import-meta-loader": "^0.4.7", | ||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", | ||
"@types/babel__preset-env": "^7", | ||
"@types/chrome": "^0.0.161", | ||
"@types/jest": "^29.2.3", | ||
"@types/json-stringify-safe": "^5", | ||
"@types/jsrsasign": "^10", | ||
"@types/memoizee": "^0.4.8", | ||
"@types/mime-types": "^2.1.1", | ||
"@types/node": "^16.7.13", | ||
"@types/react": "^17", | ||
"@types/react-dom": "^18.0.9", | ||
"@types/react-native": "^0.71.6", | ||
"@types/react-test-renderer": "18", | ||
"@types/semver": "^7.3.6", | ||
"@types/setimmediate": "^1", | ||
"@types/superagent": "^4.1.16", | ||
"@typescript-eslint/eslint-plugin": "^5.46.1", | ||
"@typescript-eslint/parser": "^5.46.1", | ||
"babel-loader": "8.3.0", | ||
"babel-plugin-catch-logger": "0.1.13", | ||
"babel-plugin-import": "^1.13.5", | ||
"babel-plugin-inline-import": "^3.0.0", | ||
"babel-plugin-react-native-web": "^0.19.7", | ||
"babel-plugin-transform-define": "^2.1.2", | ||
"babel-plugin-transform-inline-environment-variables": "^0.4.3", | ||
"browserify-zlib": "^0.2.0", | ||
"copy-webpack-plugin": "^6.0.2", | ||
"cross-env": "^7.0.3", | ||
"css-loader": "^5.2.7", | ||
"duplicate-package-checker-webpack-plugin": "^3.0.0", | ||
"ejs-loader": "^0.5.0", | ||
"eslint": "^8.25.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-airbnb-typescript": "^17.0.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-config-wesbos": "^3.1.4", | ||
"eslint-plugin-html": "^7.1.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^27.1.7", | ||
"eslint-plugin-jsx-a11y": "^6.6.1", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.31.11", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eth-rpc-errors": "^4.0.3", | ||
"expo-yarn-workspaces": "2.2.1", | ||
"file-loader": "^6.2.0", | ||
"fs-extra": "^10.0.0", | ||
"globalthis": "^1.0.2", | ||
"http-server": "^14.0.0", | ||
"husky": "^7.0.4", | ||
"isomorphic-ws": "^5.0.0", | ||
"jest": "^29.3.1", | ||
"jest-environment-jsdom": "^29.3.1", | ||
"jest-expo": "^47.0.1", | ||
"jest-html-reporter": "^3.7.0", | ||
"json-stringify-safe": "^5.0.1", | ||
"lint-staged": "^11.2.6", | ||
"node-notifier": "^10.0.0", | ||
"patch-package": "^7.0.0", | ||
"prettier": "^2.8.1", | ||
"react-dev-utils": "^12.0.1", | ||
"react-native-bundle-visualizer": "^3.1.3", | ||
"react-refresh": "^0.14.0", | ||
"react-test-renderer": "18.1.0", | ||
"rimraf": "^3", | ||
"ts-jest": "^27.0.5", | ||
"typescript": "^5.0.4", | ||
"ultra-runner": "^3.10.5", | ||
"webpack-bundle-analyzer": "^4.7.0" | ||
}, | ||
"resolutions": { | ||
"@babel/core": "^7.20.0", | ||
"@expo/webpack-config": "18.1.2", | ||
"ms": "^2.1.3", | ||
"big-integer": "^1.6.51", | ||
"blakejs": "^1.1.0", | ||
"browserslist": "^4", | ||
"@noble/hashes": "^1.3.0", | ||
"@noble/curves": "^1.0.0", | ||
"immer": "^9", | ||
"node-fetch": "^2", | ||
"tslib": "^2.4.0", | ||
"got": "^11.8.5", | ||
"shell-quote": "^1.7.3", | ||
"react-native-svg": "^13.9.0", | ||
"@solana/web3.js": "^1.75.0", | ||
"buffer": "^6.0.3", | ||
"@types/react": "^17", | ||
"react-native-webview": "https://github.com/OneKeyHQ/react-native-webview.git#834d8096f8cfd78a961fb7a13f06f0cc64b2c9c3", | ||
"dmg-builder": "23.6.0", | ||
"keccak": "^3", | ||
"rimraf": "^3", | ||
"postinstall-postinstall": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.2.1.tgz", | ||
"fs": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.2.1.tgz", | ||
"minimatch": "patch:minimatch@npm%3A3.1.2#./.yarn/patches/minimatch-npm-3.1.2-9405269906.patch", | ||
"ws": "8.12.0", | ||
"axios": "0.27.2", | ||
"superagent": "6.1.0", | ||
"react-native-rempl/socket.io-client": "2.5.0", | ||
"[email protected]": "^4", | ||
"[email protected]": "^4", | ||
"[email protected]": "^4", | ||
"[email protected]": "^5", | ||
"socket.io-client": "4.5.2", | ||
"@solana/spl-token": "^0.3.7", | ||
"eventemitter3": "^4", | ||
"qrcode": "^1.5.1", | ||
"semver": "^7.3.8", | ||
"react-is": "^17.0.2", | ||
"query-string": "^7", | ||
"electron": "19.1.8", | ||
"json5": "^2", | ||
"js-conflux-sdk": "^2.1.6", | ||
"util": "^0.12.5", | ||
"react-native-reanimated": "3.3.0", | ||
"@mysten/wallet-standard": "^0.5.5", | ||
"[email protected]": "patch:react-native-web@npm%3A0.18.10#./.yarn/patches/react-native-web-npm-0.18.10-f9d1f2dee1.patch", | ||
"expo-device@^4.3.0": "patch:expo-device@npm%3A4.3.0#./.yarn/patches/expo-device-npm-4.3.0-6bf71e0966.patch", | ||
"@metamask/eth-sig-util@^4.0.1": "patch:@metamask/eth-sig-util@npm%3A4.0.1#./.yarn/patches/@metamask-eth-sig-util-npm-4.0.1-27d55ec43e.patch", | ||
"cross-fetch": "patch:cross-fetch@npm%3A3.1.5#./.yarn/patches/cross-fetch-npm-3.1.5-e414995db9.patch", | ||
"protobufjs": "patch:protobufjs@npm%3A6.11.3#./.yarn/patches/protobufjs-npm-6.11.3-566fb31188.patch", | ||
"@polkadot/extension-inject": "0.46.6", | ||
"@polkadot/rpc-provider": "^10.11.2", | ||
"@polkadot/rpc-core": "^10.11.2", | ||
"@polkadot/rpc-augment": "^10.11.2", | ||
"@polkadot/types": "^10.11.2", | ||
"@polkadot/types-support": "^10.11.2", | ||
"@polkadot/types-known": "^10.11.2", | ||
"@polkadot/types-create": "^10.11.2", | ||
"@polkadot/types-codec": "^10.11.2", | ||
"@polkadot/types-augment": "^10.11.2", | ||
"@polkadot/util": "^12.6.1", | ||
"@polkadot/util-crypto": "^12.6.1", | ||
"@polkadot/x-global": "^12.6.1", | ||
"react": "18.2.0", | ||
"jsc-android": "294992.0.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |