Files
trezor-suite/packages/suite/package.json
2026-01-05 10:19:42 +01:00

161 lines
7.1 KiB
JSON

{
"name": "@trezor/suite",
"suiteVersion": "26.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"depcheck": "yarn g:depcheck",
"lint": "yarn lint:styles && yarn lint:js",
"lint:styles": "npx stylelint './src/**/*{.ts,.tsx}' --cache --config ../../.stylelintrc",
"translations:format": "yarn g:prettier --write \"../suite-data/files/translations/*\"",
"translations:extract": "formatjs extract src/support/messages.ts --format simple > ../suite-data/files/translations/master.json",
"translations:upload": "crowdin upload",
"translations:download": "crowdin download --all -l en -l es-ES -l cs -l de -l fr -l hu -l it -l ja -l pt-BR -l ru -l tr -l uk -l zh-CN -l zh-TW",
"translations:backport-en": "yarn g:tsx ../suite-data/src/translations/backport-en.ts && yarn g:prettier --write \"./src/support/messages.ts\"",
"translations:list-duplicates": "yarn g:tsx ../suite-data/src/translations/list-duplicates.ts",
"translations:list-unused": "yarn g:tsx ../suite-data/src/translations/list-unused.ts",
"make:migration": "yarn workspace @suite/idb-migration-utils make:migration",
"type-check": "yarn g:tsc --build tsconfig.json",
"test:unit": "yarn g:jest",
"test-unit:watch": "yarn g:jest -o --watch"
},
"dependencies": {
"@floating-ui/react": "^0.27.12",
"@formatjs/intl": "3.1.6",
"@hookform/resolvers": "^5.2.2",
"@mobily/ts-belt": "^3.13.1",
"@noble/hashes": "^2.0.1",
"@reduxjs/toolkit": "2.11.0",
"@sentry/core": "10.27.0",
"@solana/kit": "^2.3.0",
"@suite-common/analytics": "workspace:*",
"@suite-common/assets": "workspace:*",
"@suite-common/bluetooth": "workspace:*",
"@suite-common/connect-init": "workspace:*",
"@suite-common/connect-popup": "workspace:*",
"@suite-common/delegated-identity-key": "workspace:*",
"@suite-common/device-authenticity": "workspace:*",
"@suite-common/feedback": "workspace:*",
"@suite-common/fiat-services": "workspace:*",
"@suite-common/firmware": "workspace:*",
"@suite-common/firmware-authenticity": "workspace:*",
"@suite-common/formatters": "workspace:*",
"@suite-common/geolocation": "workspace:*",
"@suite-common/intl-types": "workspace:*",
"@suite-common/logger": "workspace:*",
"@suite-common/message-system": "workspace:*",
"@suite-common/metadata-types": "workspace:*",
"@suite-common/mev": "workspace:*",
"@suite-common/platform-encryption": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/sentry": "workspace:*",
"@suite-common/staking": "workspace:*",
"@suite-common/staking-solana": "workspace:*",
"@suite-common/suite-config": "workspace:*",
"@suite-common/suite-constants": "workspace:*",
"@suite-common/suite-sync": "workspace:*",
"@suite-common/suite-sync-quota-manager": "workspace:*",
"@suite-common/suite-sync-types": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/suite-utils": "workspace:*",
"@suite-common/test-utils": "workspace:*",
"@suite-common/thp": "workspace:*",
"@suite-common/toast-notifications": "workspace:*",
"@suite-common/token-definitions": "workspace:*",
"@suite-common/trading": "workspace:*",
"@suite-common/tx-simulation": "workspace:^",
"@suite-common/validators": "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-common/walletconnect": "workspace:*",
"@suite/idb-migration-utils": "workspace:*",
"@suite/platform-encryption-electron": "workspace:*",
"@suite/platform-encryption-webauthn": "workspace:*",
"@suite/suite-sync": "workspace:*",
"@testing-library/jest-dom": "6.9.1",
"@trezor/address-validator": "workspace:*",
"@trezor/analytics": "workspace:*",
"@trezor/blockchain-link": "workspace:*",
"@trezor/blockchain-link-types": "workspace:*",
"@trezor/blockchain-link-utils": "workspace:*",
"@trezor/coinjoin": "workspace:*",
"@trezor/components": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/connect-web": "workspace:*",
"@trezor/crypto-utils": "workspace:*",
"@trezor/device-utils": "workspace:*",
"@trezor/dom-utils": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/ipc-proxy": "workspace:*",
"@trezor/product-components": "workspace:*",
"@trezor/protobuf": "workspace:*",
"@trezor/react-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/suite-analytics": "workspace:*",
"@trezor/suite-data": "workspace:*",
"@trezor/suite-desktop-api": "workspace:*",
"@trezor/suite-storage": "workspace:*",
"@trezor/theme": "workspace:*",
"@trezor/transport-bluetooth": "workspace:*",
"@trezor/type-utils": "workspace:*",
"@trezor/urls": "workspace:*",
"@trezor/utils": "workspace:*",
"bs58check": "^4.0.0",
"date-fns": "^4.1.0",
"dropbox": "^10.34.0",
"file-saver": "^2.0.5",
"framer-motion": "^12.23.3",
"history": "^5.3.0",
"idb": "^8.0.3",
"immer": "11.0.0",
"pako": "^2.1.0",
"pdfmake": "^0.2.20",
"polished": "^4.3.1",
"qrcode.react": "^4.2.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-error-boundary": "^6.0.0",
"react-focus-lock": "^2.13.6",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.66.1",
"react-intl": "^8.0.6",
"react-redux": "9.2.0",
"react-select": "^5.10.2",
"react-toastify": "^10.0.5",
"react-use": "^17.6.0",
"react-zxing": "^2.1.0",
"recharts": "^2.15.3",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^3.1.0",
"semver": "^7.7.1",
"styled-components": "^6.1.19",
"web3-utils": "^4.3.2"
},
"devDependencies": {
"@crowdin/cli": "4.8.0",
"@formatjs/cli": "6.7.2",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@trezor/eslint": "workspace:*",
"@types/file-saver": "^2.0.6",
"@types/invity-api": "^1.1.12",
"@types/pako": "^2.0.3",
"@types/pdfmake": "^0.2.11",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/redux-logger": "^3.0.13",
"@types/redux-mock-store": "^1.5.0",
"@types/semver": "^7.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-watch-typeahead": "3.0.1",
"postcss-styled-syntax": "^0.7.1",
"redux-mock-store": "^1.5.5",
"stylelint": "^16.14.1",
"stylelint-config-standard": "^38.0.0"
}
}