mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
28 lines
872 B
JSON
28 lines
872 B
JSON
{
|
|
"name": "@suite-common/device",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"test:unit": "yarn g:jest --coverage",
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@reduxjs/toolkit": "2.11.0",
|
|
"@suite-common/redux-utils": "workspace:*",
|
|
"@suite-common/suite-types": "workspace:*",
|
|
"@suite-common/suite-utils": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/device-utils": "workspace:*",
|
|
"@trezor/env-utils": "workspace:*",
|
|
"@trezor/type-utils": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"react": "19.1.0",
|
|
"react-redux": "^9.2.0"
|
|
}
|
|
}
|