Files
trezor-suite/suite-native/passphrase/package.json
2026-02-18 14:40:36 +01:00

36 lines
1.2 KiB
JSON

{
"name": "@suite-native/passphrase",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@gorhom/bottom-sheet": "5.2.6",
"@react-navigation/native": "7.1.26",
"@reduxjs/toolkit": "2.11.2",
"@suite-common/validators": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-native/alerts": "workspace:*",
"@suite-native/analytics": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/confirm-on-trezor": "workspace:*",
"@suite-native/forms": "workspace:*",
"@suite-native/icons": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@suite-native/services": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/styles": "workspace:*",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-reanimated": "~4.1.5",
"react-redux": "9.2.0"
}
}