Files
trezor-suite/suite-native/qr-code/package.json
2024-09-11 08:16:23 +02:00

30 lines
971 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": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@suite-common/icons-deprecated": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-utils": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/helpers": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/toasts": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/theme": "workspace:*",
"expo-camera": "15.0.15",
"expo-image-picker": "15.0.7",
"react": "18.2.0",
"react-native": "0.75.2",
"react-qr-code": "2.0.12"
}
}