mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 22:45:29 +01:00
29 lines
906 B
JSON
29 lines
906 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/toasts": "workspace:*",
|
|
"@trezor/styles": "workspace:*",
|
|
"@trezor/theme": "workspace:*",
|
|
"expo-camera": "~16.1.7",
|
|
"expo-image-picker": "~16.1.4",
|
|
"react": "19.0.0",
|
|
"react-native": "0.79.3",
|
|
"react-qr-code": "2.0.12"
|
|
}
|
|
}
|