mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-22 15:17:08 +01:00
* feat(mobile): use local transactions for graph * chore(mobile): remove transaction cache package * feat(mobile): include ERC20 tokens in graph * feat(mobile): add filtering by token for graph * chore(mobile): disable tokens in graph * chore: minor cleanup, fixes * chore: remove unused deps * chore: pr fixes
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"name": "@suite-common/graph",
|
|
"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}'",
|
|
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@reduxjs/toolkit": "1.9.5",
|
|
"@suite-common/fiat-services": "workspace:*",
|
|
"@suite-common/suite-config": "workspace:*",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-core": "workspace:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@suite-common/wallet-utils": "workspace:*",
|
|
"@trezor/blockchain-link": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"date-fns": "^2.30.0",
|
|
"react": "18.2.0",
|
|
"react-redux": "8.0.7"
|
|
}
|
|
}
|