mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-08 08:17:58 +01:00
31 lines
997 B
JSON
31 lines
997 B
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/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-utils": "workspace:*",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/helpers": "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.8",
|
|
"expo-image-picker": "~17.0.8",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.4",
|
|
"react-qr-code": "2.0.18"
|
|
}
|
|
}
|