{ "name": "laconic-wallet", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint . --max-warnings=0", "start": "react-native start", "test": "jest", "postinstall": "patch-package", "prepare": "husky" }, "dependencies": { "@cerc-io/registry-sdk": "^0.2.3", "@cosmjs/amino": "^0.32.3", "@cosmjs/crypto": "^0.32.3", "@cosmjs/proto-signing": "^0.32.3", "@cosmjs/stargate": "^0.32.3", "@ethersproject/shims": "^5.7.0", "@hookform/resolvers": "^3.3.4", "@json-rpc-tools/utils": "^1.7.6", "@react-native-async-storage/async-storage": "^1.22.3", "@react-native-community/netinfo": "^11.3.1", "@react-navigation/elements": "^1.3.30", "@react-navigation/native": "^6.1.10", "@react-navigation/native-stack": "^6.9.18", "@walletconnect/core": "^2.12.2", "@walletconnect/react-native-compat": "^2.11.2", "@walletconnect/utils": "^2.12.2", "@walletconnect/web3wallet": "^1.10.2", "assert": "^2.1.0", "chain-registry": "^1.41.2", "cosmjs-types": "^0.9.0", "ethers": "5.7.2", "http-browserify": "^1.7.0", "https-browserify": "^1.0.0", "lodash": "^4.17.21", "patch-package": "^8.0.0", "react": "18.2.0", "react-hook-form": "^7.51.2", "react-native": "0.73.3", "react-native-config": "^1.5.1", "react-native-get-random-values": "^1.10.0", "react-native-keychain": "^8.1.2", "react-native-paper": "^5.12.3", "react-native-quick-base64": "^2.0.8", "react-native-quick-crypto": "^0.6.1", "react-native-safe-area-context": "^4.9.0", "react-native-screens": "^3.29.0", "react-native-svg": "^15.1.0", "react-native-url-polyfill": "^2.0.0", "react-native-vector-icons": "^10.0.3", "react-native-vision-camera": "^3.9.0", "text-encoding-polyfill": "^0.6.7", "use-debounce": "^10.0.0", "zod": "^3.22.4" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/runtime": "^7.20.0", "@jest/globals": "^29.7.0", "@react-native/babel-preset": "0.73.20", "@react-native/eslint-config": "0.73.2", "@react-native/metro-config": "0.73.4", "@react-native/typescript-config": "0.73.1", "@types/lodash": "^4.17.0", "@types/react": "^18.2.6", "@types/react-native-vector-icons": "^6.4.18", "@types/react-test-renderer": "^18.0.0", "@walletconnect/types": "^2.12.2", "babel-jest": "^29.6.3", "babel-plugin-module-resolver": "^5.0.0", "eslint": "^8.19.0", "husky": "^9.0.11", "jest": "^29.6.3", "metro-babel7-plugin-react-transform": "^0.54.1", "metro-react-native-babel-preset": "^0.77.0", "postinstall-postinstall": "^2.1.0", "prettier": "2.8.8", "react-test-renderer": "18.2.0", "typescript": "5.0.4" }, "engines": { "node": ">=18" } }