mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 01:39:34 +01:00
42 lines
1.4 KiB
JSON
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"
|
|
}
|
|
}
|