mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 22:15:13 +01:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"name": "@suite-native/labeling",
|
|
"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": {
|
|
"@gorhom/bottom-sheet": "5.2.6",
|
|
"@react-navigation/native": "7.1.26",
|
|
"@reduxjs/toolkit": "2.11.2",
|
|
"@suite-common/suite-sync": "workspace:*",
|
|
"@suite-common/validators": "workspace:*",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-core": "workspace:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@suite-common/wallet-utils": "workspace:*",
|
|
"@suite-native/alerts": "workspace:*",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/forms": "workspace:*",
|
|
"@suite-native/intl": "workspace:*",
|
|
"@suite-native/navigation": "workspace:*",
|
|
"@suite-native/services": "workspace:*",
|
|
"@suite-native/settings": "workspace:*",
|
|
"@suite-native/toasts": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/type-utils": "workspace:*",
|
|
"react": "19.1.0",
|
|
"react-redux": "9.2.0"
|
|
}
|
|
}
|