mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 22:15:13 +01:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"name": "@suite-native/assets",
|
|
"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": {
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@react-navigation/native": "7.1.26",
|
|
"@suite-common/assets": "workspace:*",
|
|
"@suite-common/formatters": "workspace:*",
|
|
"@suite-common/redux-utils": "workspace:*",
|
|
"@suite-common/token-definitions": "workspace:*",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-core": "workspace:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@suite-common/wallet-utils": "workspace:*",
|
|
"@suite-native/accounts": "workspace:*",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/discovery": "workspace:*",
|
|
"@suite-native/formatters": "workspace:*",
|
|
"@suite-native/icons": "workspace:*",
|
|
"@suite-native/intl": "workspace:*",
|
|
"@suite-native/module-earn": "workspace:*",
|
|
"@suite-native/navigation": "workspace:*",
|
|
"@suite-native/staking": "workspace:*",
|
|
"@suite-native/tokens": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-reanimated": "~4.1.5",
|
|
"react-redux": "9.2.0"
|
|
}
|
|
}
|