mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
58 lines
2.2 KiB
JSON
58 lines
2.2 KiB
JSON
{
|
|
"name": "@trezor/suite-desktop-core",
|
|
"description": "Trezor Suite desktop application",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"author": "SatoshiLabs <info@satoshilabs.com>",
|
|
"homepage": "https://trezor.io/",
|
|
"main": "src/app.ts",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"build:core": "yarn g:rimraf dist && TS_NODE_PROJECT=\"tsconfig.json\" yarn webpack --config ./webpack/core.webpack.config.ts",
|
|
"type-check": "yarn g:tsc --build tsconfig.json && yarn g:tsc --build scripts/tsconfig.json",
|
|
"test:unit": "yarn g:jest"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/electron": "^7.7.1",
|
|
"@suite-common/platform-encryption": "workspace:*",
|
|
"@suite-common/sentry": "workspace:*",
|
|
"@suite-common/suite-constants": "workspace:^",
|
|
"@suite-common/suite-utils": "workspace:*",
|
|
"@suite/sentry": "workspace:*",
|
|
"@trezor/coinjoin": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/env-utils": "workspace:*",
|
|
"@trezor/eslint": "workspace:*",
|
|
"@trezor/ipc-proxy": "workspace:*",
|
|
"@trezor/node-utils": "workspace:*",
|
|
"@trezor/request-manager": "workspace:*",
|
|
"@trezor/suite-desktop-api": "workspace:*",
|
|
"@trezor/suite-desktop-native": "workspace:*",
|
|
"@trezor/theme": "workspace:*",
|
|
"@trezor/transport-bluetooth": "workspace:*",
|
|
"@trezor/transport-bridge": "workspace:*",
|
|
"@trezor/urls": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"chalk": "^5.6.2",
|
|
"electron-localshortcut": "^3.2.1",
|
|
"electron-store": "11.0.2",
|
|
"electron-updater": "6.7.3",
|
|
"node-loader": "^2.1.0",
|
|
"openpgp": "^6.3.0",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@electron/fuses": "^2.0.0",
|
|
"@electron/notarize": "3.1.1",
|
|
"@sentry/webpack-plugin": "^4.8.0",
|
|
"@trezor/type-utils": "workspace:*",
|
|
"@types/electron-localshortcut": "^3.1.3",
|
|
"electron": "40.1.0",
|
|
"electron-devtools-installer": "^4.0.0",
|
|
"glob": "^11.0.3",
|
|
"lodash": "^4.17.21",
|
|
"terser-webpack-plugin": "^5.3.16",
|
|
"webpack": "5.104.1"
|
|
}
|
|
}
|