mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-12 02:10:38 +01:00
- remove import of module send from state package. This can cause some circular dependencies going forward and should be avoided. As a general rule, only app can import modules.
28 lines
965 B
JSON
28 lines
965 B
JSON
{
|
|
"name": "@suite-native/send",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@reduxjs/toolkit": "2.10.1",
|
|
"@suite-common/redux-utils": "workspace:*",
|
|
"@suite-common/wallet-core": "workspace:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@suite-common/wallet-utils": "workspace:*",
|
|
"@suite-native/analytics": "workspace:*",
|
|
"@suite-native/device-mutex": "workspace:*",
|
|
"@suite-native/tokens": "workspace:*",
|
|
"@suite-native/transaction-management": "workspace:*",
|
|
"@trezor/blockchain-link-types": "workspace:*",
|
|
"@trezor/connect": "workspace:*"
|
|
}
|
|
}
|