mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-12 02:10:38 +01:00
60 lines
2.3 KiB
JSON
60 lines
2.3 KiB
JSON
{
|
|
"name": "@suite-native/module-send",
|
|
"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": "6.1.18",
|
|
"@react-navigation/native-stack": "6.11.0",
|
|
"@reduxjs/toolkit": "1.9.5",
|
|
"@suite-common/formatters": "workspace:*",
|
|
"@suite-common/redux-utils": "workspace:*",
|
|
"@suite-common/suite-utils": "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/accounts": "workspace:*",
|
|
"@suite-native/alerts": "workspace:*",
|
|
"@suite-native/analytics": "workspace:*",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/config": "workspace:*",
|
|
"@suite-native/device": "workspace:*",
|
|
"@suite-native/device-mutex": "workspace:*",
|
|
"@suite-native/formatters": "workspace:*",
|
|
"@suite-native/forms": "workspace:*",
|
|
"@suite-native/helpers": "workspace:*",
|
|
"@suite-native/icons": "workspace:*",
|
|
"@suite-native/intl": "workspace:*",
|
|
"@suite-native/link": "workspace:*",
|
|
"@suite-native/navigation": "workspace:*",
|
|
"@suite-native/qr-code": "workspace:*",
|
|
"@suite-native/settings": "workspace:*",
|
|
"@suite-native/tokens": "workspace:*",
|
|
"@trezor/blockchain-link-types": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/react-utils": "workspace:*",
|
|
"@trezor/styles": "workspace:*",
|
|
"@trezor/theme": "workspace:*",
|
|
"@trezor/transport": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"expo-linear-gradient": "^14.0.1",
|
|
"jotai": "1.9.1",
|
|
"react": "18.2.0",
|
|
"react-hook-form": "^7.54.2",
|
|
"react-native": "0.76.1",
|
|
"react-native-reanimated": "^3.16.7",
|
|
"react-native-svg": "^15.9.0",
|
|
"react-redux": "8.0.7",
|
|
"web3-utils": "^4.3.1"
|
|
}
|
|
}
|