Files
trezor-suite/suite-native/module-send/package.json
2024-07-02 15:06:43 +02:00

41 lines
1.5 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": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"@react-navigation/native": "6.1.17",
"@react-navigation/native-stack": "6.9.26",
"@reduxjs/toolkit": "1.9.5",
"@suite-common/redux-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/atoms": "workspace:*",
"@suite-native/device-manager": "workspace:*",
"@suite-native/device-mutex": "workspace:*",
"@suite-native/formatters": "workspace:*",
"@suite-native/forms": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@suite-native/toasts": "workspace:*",
"@trezor/blockchain-link-types": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/react-utils": "workspace:*",
"@trezor/utils": "workspace:*",
"react": "18.2.0",
"react-hook-form": "^7.50.1",
"react-redux": "8.0.7"
}
}