Files
trezor-suite/suite-native/labeling/package.json
2025-09-18 13:04:25 +02:00

28 lines
903 B
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.1.5",
"@reduxjs/toolkit": "2.8.2",
"@suite-common/local-first-storage": "workspace:*",
"@suite-common/validators": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/feature-flags": "workspace:*",
"@suite-native/forms": "workspace:*",
"@suite-native/intl": "workspace:*",
"@trezor/connect": "workspace:*",
"react": "19.0.0",
"react-redux": "9.2.0"
}
}