mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 14:06:25 +01:00
28 lines
850 B
JSON
28 lines
850 B
JSON
{
|
|
"name": "@suite/tx-simulation",
|
|
"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": {
|
|
"@suite-common/formatters": "workspace:*",
|
|
"@suite-common/tx-simulation": "workspace:*",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@suite/intl": "workspace:*",
|
|
"@trezor/components": "workspace:*",
|
|
"@trezor/product-components": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"react": "19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "19.1.6"
|
|
}
|
|
}
|