Files

128 lines
5.1 KiB
JSON

{
"name": "minibits_wallet",
"version": "0.3.4-beta.1",
"private": true,
"scripts": {
"android:clean": "cd android && ./gradlew clean",
"android:dev": "npx react-native run-android --active-arch-only",
"android:test": "npx react-native run-android --mode=release --active-arch-only",
"android:bundle": "npx react-native build-android --mode=release",
"android:apk": "cd android && ./gradlew assembleRelease",
"ios:dev": "npx react-native run-ios --scheme \"minibits_wallet\"",
"lint": "eslint .",
"start": "npx react-native start",
"test": "jest",
"test:i18n": "node __tests__/missingTranslations.js && node __tests__/incorrectTranslationPlaceholders.js && node __tests__/missingTranslationKeys.js",
"adb": "adb devices && adb reverse tcp:9090 tcp:9090 && adb reverse tcp:3000 tcp:3000 && adb reverse tcp:9001 tcp:9001 && adb reverse tcp:8081 tcp:8081",
"adb:unreverse": "adb devices && adb reverse --remove-all",
"adb:inspect": "adb shell input keyevent 82",
"postinstall": "patch-package --exclude 'nothing'",
"clean": "npx react-native-clean-project",
"machine-translate": "npx @inlang/cli machine translate --project minibits.inlang"
},
"dependencies": {
"@cashu/cashu-ts": "minibits-cash/cashu-ts#c85d4638c007ac8126bc83a7287a6d848fcc8153",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-regular-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-native-fontawesome": "^0.3.2",
"@gandlaf21/bc-ur": "^1.1.12",
"@gandlaf21/bolt11-decode": "^3.1.1",
"@gocodingnow/rn-size-matters": "^0.0.4",
"@hot-updater/react-native": "0.23.1",
"@notifee/react-native": "^9.1.8",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-firebase/app": "^23.5.0",
"@react-native-firebase/messaging": "^23.5.0",
"@react-navigation/bottom-tabs": "^7.8.8",
"@react-navigation/native": "^7.1.22",
"@react-navigation/native-stack": "^7.8.2",
"@react-navigation/stack": "^7.6.8",
"@scure/bip39": "1.6.0",
"@sentry/react-native": "^7.7.0",
"buffer-equal-constant-time": "^1.0.1",
"date-fns": "^4.1.0",
"i18n-js": "^4.5.1",
"js-lnurl": "^0.6.0",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "4.0.8",
"message-port-polyfill": "^0.2.0",
"mobx": "^6.15.0",
"mobx-react-lite": "^4.1.1",
"mobx-state-tree": "^7.0.2",
"nostr-tools": "minibits-cash/nostr-tools#2991f59d0150a0cb2c71e2f9a4cb6c8aca3b19d7",
"numbro": "^2.5.0",
"patch-package": "^8.0.1",
"react": "19.1.1",
"react-native": "0.82.1",
"react-native-animated-pagination-dots": "^0.1.73",
"react-native-camera-kit": "16.1.3",
"react-native-exit-app": "^2.0.0",
"react-native-fast-image": "^8.6.3",
"react-native-flash-message": "^0.4.2",
"react-native-gesture-handler": "^2.29.1",
"react-native-json-tree": "^1.5.0",
"react-native-keychain": "^10.0.0",
"react-native-localize": "^3.6.0",
"react-native-logs": "^5.5.0",
"react-native-mmkv": "^3.3.3",
"react-native-modal": "^14.0.0-rc.1",
"react-native-nfc-manager": "^3.17.2",
"react-native-pager-view": "^7.0.1",
"react-native-qrcode-svg": "^6.3.20",
"react-native-quick-crypto": "^0.7.17",
"react-native-quick-sqlite": "8.2.7",
"react-native-reanimated": "4.1.5",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "^4.18.0",
"react-native-svg": "^15.15.0",
"react-native-tab-view": "^4.2.0",
"react-native-url-polyfill": "^3.0.0",
"react-native-worklets": "^0.6.1",
"taskon": "^0.3.1",
"text-encoding-polyfill": "^0.6.7",
"util": "^0.12.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@hot-updater/bare": "0.23.1",
"@hot-updater/firebase": "0.23.1",
"@hot-updater/sentry-plugin": "^0.23.1",
"@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.82.1",
"@react-native/eslint-config": "0.82.1",
"@react-native/metro-config": "0.82.1",
"@react-native/typescript-config": "0.82.1",
"@sentry/cli": "^2.58.2",
"@tsconfig/react-native": "^3.0.7",
"@types/jest": "^29.5.13",
"@types/lodash.clonedeep": "^4.5.9",
"@types/react": "^19.1.1",
"@types/react-test-renderer": "^19.1.0",
"babel-plugin-module-resolver": "^5.0.2",
"dotenv": "^17.2.3",
"eslint": "^8.56.0",
"eslint-plugin-unused-imports": "^2.0.0",
"firebase-admin": "^13.6.0",
"firebase-tools": "^14.26.0",
"hot-updater": "0.23.1",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-native-clean-project": "^4.0.3",
"react-native-dotenv": "^3.4.11",
"react-test-renderer": "19.1.1",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=20"
},
"packageManager": "yarn@3.6.4"
}