Files
trezor-suite/suite-native/helpers/package.json
2026-02-16 16:11:39 +01:00

32 lines
963 B
JSON

{
"name": "@suite-native/helpers",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"test:unit": "yarn g:jest --coverage",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"@reduxjs/toolkit": "2.11.2",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/theme": "workspace:*",
"@trezor/type-utils": "workspace:*",
"expo-file-system": "^19.0.21",
"expo-sharing": "^14.0.8",
"react": "19.1.0",
"react-native": "0.81.5",
"react-redux": "9.2.0"
},
"devDependencies": {
"@suite-native/test-utils": "workspace:*"
}
}