Files
trezor-suite/suite-common/trading/package.json

45 lines
1.6 KiB
JSON

{
"name": "@suite-common/trading",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build",
"test:unit": "yarn g:jest --coverage",
"test:unit:watch": "yarn g:jest --watch"
},
"dependencies": {
"@reduxjs/toolkit": "2.11.2",
"@suite-common/device": "workspace:*",
"@suite-common/geolocation": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/toast-notifications": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-constants": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-common/wallet-utils": "workspace:*",
"@suite/intl": "workspace:*",
"@testing-library/react": "^16.3.0",
"@trezor/address-validator": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/connect-plugin-ethereum": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/react-utils": "workspace:*",
"@trezor/type-utils": "workspace:*",
"@trezor/utils": "workspace:*",
"react": "19.1.0",
"react-redux": "9.2.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"@suite-common/test-utils": "workspace:*",
"@testing-library/react": "^16.3.2",
"@types/invity-api": "^1.1.12"
}
}