@thirdweb-dev/react-native-compat
Version:
Shims for Thirdweb in React Native Projects
46 lines • 1.23 kB
JSON
{
"name": "@thirdweb-dev/react-native-compat",
"description": "Shims for Thirdweb in React Native Projects",
"version": "0.8.0",
"author": "thirdweb eng <eng@thirdweb.com>",
"repository": "https://github.com/thirdweb-dev/js/tree/main/legacy_packages/react-native-compat",
"license": "Apache-2.0",
"main": "dist/index.js",
"files": [
"dist/*"
],
"keywords": [
"thirdweb",
"dapp",
"react",
"react-native"
],
"dependencies": {
"@ethersproject/shims": "^5.7.0",
"@walletconnect/react-native-compat": "2.12.2",
"base-64": "^1.0.0",
"big-integer": "^1.6.52",
"react-native-get-random-values": "^1.11.0",
"react-native-url-polyfill": "^2.0.0"
},
"peerDependencies": {
"ethers": "^5.5.1",
"react": "^18.0.0",
"react-native": ">=0.70.0"
},
"devDependencies": {
"@thirdweb-dev/tsconfig": "^0.1.7",
"@types/node": "20.12.7",
"babel-plugin-module-resolver": "^5.0.0",
"eslint-config-thirdweb": "^0.1.9",
"ethers": "^5.7.2",
"react": "18.2.0",
"react-native": "^0.71.17",
"typescript": "5.4.4"
},
"scripts": {
"prettier": "prettier --check './**/*.{js,ts,jsx,tsx}'",
"build": "tsc",
"push": "yalc push"
}
}