Files
trezor-suite/suite-native/qr-code/package.json
2026-02-24 01:40:58 +01:00

35 lines
1.2 KiB
JSON

{
"name": "@suite-native/qr-code",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@suite-common/device": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-common/wallet-utils": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/clipboard": "workspace:*",
"@suite-native/icons": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/labeling": "workspace:*",
"@suite-native/toasts": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/theme": "workspace:*",
"expo-camera": "~17.0.10",
"expo-image-picker": "~17.0.10",
"react": "19.1.0",
"react-native": "0.81.5",
"react-qr-code": "2.0.18",
"react-redux": "9.2.0"
}
}