mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 14:06:25 +01:00
31 lines
1016 B
JSON
31 lines
1016 B
JSON
{
|
|
"name": "@suite-common/graph",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"test:unit": "yarn g:jest",
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@reduxjs/toolkit": "2.11.2",
|
|
"@suite-common/device": "workspace:*",
|
|
"@suite-common/fiat-services": "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/blockchain-link-types": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"date-fns": "^4.1.0",
|
|
"react": "19.1.0",
|
|
"react-redux": "9.2.0"
|
|
}
|
|
}
|