Files
com.blitzwallet/package.json
T
2026-01-18 10:19:35 -05:00

147 lines
5.3 KiB
JSON

{
"name": "BlitzWallet",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"android:clean": "cd android && ./gradlew clean && cd .. && react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"build-android": "react-native build-android",
"build-ios": "react-native build-ios",
"depCheck": "npx depcheck",
"apkBuild": "cd android && ./gradlew assembleRelease && cd ..",
"apkBuild:clean": "cd android && ./gradlew clean assembleRelease && cd ..",
"playstoreBuild": "cd android && ./gradlew bundleRelease && cd .."
},
"dependencies": {
"@azure/core-asynciterator-polyfill": "^1.0.2",
"@bitcoinerlab/secp256k1": "^1.2.0",
"@breeztech/react-native-breez-sdk-liquid": "^0.11.9",
"@buildonspark/spark-sdk": "^0.5.3",
"@craftzdog/react-native-buffer": "^6.1.0",
"@flashnet/sdk": "^0.4.3",
"@miblanchard/react-native-slider": "^2.6.0",
"@noble/hashes": "^1.8.0",
"@noble/secp256k1": "^2.2.3",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-firebase/app": "^23.4.0",
"@react-native-firebase/auth": "^23.4.0",
"@react-native-firebase/crashlytics": "^23.4.0",
"@react-native-firebase/firestore": "^23.4.0",
"@react-native-firebase/functions": "^23.4.0",
"@react-native-firebase/messaging": "^23.4.0",
"@react-native-firebase/storage": "^23.4.0",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-navigation/bottom-tabs": "^7.3.13",
"@react-navigation/drawer": "^7.3.12",
"@react-navigation/native": "^7.1.9",
"@react-navigation/native-stack": "^7.3.13",
"@scure/bip32": "^1.7.0",
"@scure/bip39": "^1.6.0",
"bech32": "^2.0.0",
"bip21": "^3.0.0",
"bitcoin-address-parser": "^1.0.5",
"bolt11": "^1.4.1",
"boltz-core": "^3.0.0",
"crypto-es": "^2.1.0",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"ecpair": "^3.0.0",
"ethers": "^6.15.0",
"events": "^3.3.0",
"expo": "~54.0.0",
"expo-background-task": "~1.0.8",
"expo-clipboard": "~8.0.7",
"expo-crypto": "~15.0.7",
"expo-file-system": "~19.0.16",
"expo-image": "~3.0.8",
"expo-image-manipulator": "~14.0.7",
"expo-image-picker": "~17.0.8",
"expo-linear-gradient": "~15.0.7",
"expo-local-authentication": "~17.0.7",
"expo-navigation-bar": "~5.0.8",
"expo-network": "~8.0.7",
"expo-notifications": "~0.32.12",
"expo-secure-store": "~15.0.7",
"expo-splash-screen": "~31.0.10",
"expo-sqlite": "~16.0.8",
"expo-status-bar": "~3.0.8",
"expo-system-ui": "~6.0.7",
"expo-task-manager": "~14.0.7",
"expo-web-browser": "~15.0.8",
"i18next": "^25.2.0",
"intl-pluralrules": "^2.0.1",
"libphonenumber-js": "^1.12.8",
"liquidjs-lib": "^6.0.2-liquid.37",
"lottie-react-native": "^7.3.4",
"lucide-react-native": "^0.562.0",
"nostr-tools": "^2.15.0",
"react": "19.1.0",
"react-i18next": "^16.0.0",
"react-native": "0.81.4",
"react-native-context-menu-view": "^1.19.0",
"react-native-country-flag": "^2.0.2",
"react-native-country-picker-modal": "^2.0.0",
"react-native-device-info": "^14.0.4",
"react-native-email-link": "^1.16.1",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "~1.11.0",
"react-native-keyboard-controller": "1.18.5",
"react-native-localize": "^3.6.0",
"react-native-pager-view": "6.9.1",
"react-native-qrcode-svg": "^6.3.15",
"react-native-quick-base64": "^2.2.2",
"react-native-quick-crypto": "^0.7.17",
"react-native-reanimated": "^4.1.2",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-vision-camera": "^4.6.4",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"rn-qr-generator": "^1.4.3",
"spark-web-context": "https://github.com/blitzwallet/spark-web-context.git#2c277de1173933cf8a366f11bd744a5a09dc7f68",
"stream-browserify": "^3.0.0",
"text-encoding": "^0.7.0",
"text-encoding-polyfill": "^0.6.7",
"unique-names-generator": "^4.7.1",
"uuid": "^13.0.0"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/plugin-transform-class-static-block": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.81.4",
"@react-native/eslint-config": "0.81.4",
"@react-native/metro-config": "0.81.4",
"@react-native/typescript-config": "0.81.4",
"@types/jest": "^29.5.13",
"@types/react": "~19.1.10",
"@types/react-test-renderer": "^19.1.0",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-expo": "~54.0.0",
"eslint": "^8.19.0",
"jest": "~29.7.0",
"prettier": "2.8.8",
"react-native-dotenv": "^3.4.11",
"react-test-renderer": "19.1.0",
"typescript": "^5.8.3"
},
"resolutions": {
"tar": "7.5.3",
"node-forge": "1.3.2"
},
"engines": {
"node": ">=20"
}
}