Files
trezor-suite/packages/suite/package.json
2025-07-03 15:05:22 +02:00

153 lines
6.6 KiB
JSON

{
"name": "@trezor/suite",
"suiteVersion": "25.8.0",
"version": "1.0.0",
"private": true,
"scripts": {
"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",
"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": {
"@everstake/wallet-sdk-ethereum": "1.0.3",
"@floating-ui/react": "^0.27.12",
"@formatjs/intl": "3.1.6",
"@hookform/resolvers": "^5.1.1",
"@mobily/ts-belt": "^3.13.1",
"@reduxjs/toolkit": "2.8.2",
"@sentry/core": "8.55.0",
"@solana/kit": "^2.1.1",
"@suite-common/analytics": "workspace:*",
"@suite-common/assets": "workspace:*",
"@suite-common/bluetooth": "workspace:*",
"@suite-common/connect-init": "workspace:*",
"@suite-common/connect-popup": "workspace:*",
"@suite-common/device-authenticity": "workspace:*",
"@suite-common/feedback": "workspace:*",
"@suite-common/fiat-services": "workspace:*",
"@suite-common/firmware": "workspace:*",
"@suite-common/formatters": "workspace:*",
"@suite-common/geolocation": "workspace:*",
"@suite-common/icons": "workspace:*",
"@suite-common/intl-types": "workspace:*",
"@suite-common/logger": "workspace:*",
"@suite-common/message-system": "workspace:*",
"@suite-common/metadata-types": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/sentry": "workspace:*",
"@suite-common/suite-config": "workspace:*",
"@suite-common/suite-constants": "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:*",
"@testing-library/jest-dom": "^6.6.3",
"@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.19.1",
"history": "^4.10.1",
"idb": "^8.0.3",
"immer": "10.1.1",
"pako": "^2.1.0",
"pdfmake": "^0.2.20",
"polished": "^4.3.1",
"qrcode.react": "^4.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-error-boundary": "^6.0.0",
"react-focus-lock": "^2.13.6",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.59.0",
"react-intl": "^7.1.11",
"react-qr-reader": "^2.2.1",
"react-redux": "9.2.0",
"react-router-dom": "^5.2.0",
"react-select": "^5.10.1",
"react-svg": "16.3.0",
"react-toastify": "^10.0.4",
"react-use": "^17.6.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.1"
},
"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.8",
"@types/jws": "^3.2.10",
"@types/pako": "^2.0.3",
"@types/pdfmake": "^0.2.11",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react-qr-reader": "^2.1.7",
"@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": "2.2.2",
"redux-mock-store": "^1.5.5",
"stylelint": "^16.14.1",
"stylelint-config-standard": "^38.0.0",
"typescript-styled-plugin": "^0.18.3"
}
}