Files
trezor-suite/packages/suite-desktop-ui/package.json
Daniel Skýpala dfac149085 chore: Bump sentry
2026-02-16 14:29:26 +01:00

42 lines
1.4 KiB
JSON

{
"name": "@trezor/suite-desktop-ui",
"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 tsconfig.json",
"type-check:watch": "yarn type-check -- --watch",
"lint:styles": "npx stylelint './src/**/*{.ts,.tsx}' --cache --config ../../.stylelintrc"
},
"dependencies": {
"@sentry/electron": "^7.7.1",
"@suite-common/suite-types": "workspace:*",
"@suite/analytics": "workspace:*",
"@suite/intl": "workspace:*",
"@suite/sentry": "workspace:*",
"@trezor/components": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/ipc-proxy": "workspace:*",
"@trezor/suite": "workspace:*",
"@trezor/suite-desktop-api": "workspace:*",
"@trezor/theme": "workspace:*",
"@trezor/urls": "workspace:*",
"@trezor/utils": "workspace:*",
"history": "^5.3.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-redux": "9.2.0",
"styled-components": "^6.1.19"
},
"devDependencies": {
"@types/react": "19.1.6",
"@types/react-dom": "19.1.6",
"postcss-styled-syntax": "^0.7.1",
"stylelint": "^16.14.1",
"stylelint-config-standard": "^38.0.0"
}
}