mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
fix: remove all dependenices that are unused (found by added depcheck script to package.json)
# Conflicts: # packages/suite-desktop-core/package.json # yarn.lock # Conflicts: # suite-native/app/package.json
This commit is contained in:
committed by
Peter Sanderson
parent
0d4633e159
commit
ecae55a2ea
@@ -86,7 +86,6 @@
|
||||
"@trezor/utxo-lib": "workspace:*",
|
||||
"@trezor/websocket-client": "workspace:*",
|
||||
"@types/web": "^0.0.197",
|
||||
"events": "^3.3.0",
|
||||
"socks-proxy-agent": "8.0.5",
|
||||
"xrpl": "^4.4.0"
|
||||
},
|
||||
|
||||
@@ -20,17 +20,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@floating-ui/react": "^0.27.12",
|
||||
"@storybook/addon-docs": "^9.0.16",
|
||||
"@suite-common/icons": "workspace:*",
|
||||
"@suite-common/suite-constants": "workspace:*",
|
||||
"@suite-common/validators": "workspace:*",
|
||||
"@testing-library/jest-dom": "^6.6.4",
|
||||
"@trezor/asset-utils": "workspace:*",
|
||||
"@trezor/device-utils": "workspace:*",
|
||||
"@trezor/dom-utils": "workspace:*",
|
||||
"@trezor/env-utils": "workspace:*",
|
||||
"@trezor/react-utils": "workspace:*",
|
||||
"@trezor/styles": "workspace:*",
|
||||
"@trezor/theme": "workspace:*",
|
||||
"@trezor/type-utils": "workspace:*",
|
||||
"@trezor/utils": "workspace:*",
|
||||
@@ -51,19 +45,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "^7.27.1",
|
||||
"@storybook/addon-links": "^9.0.16",
|
||||
"@storybook/react": "^9.0.16",
|
||||
"@storybook/react-webpack5": "^9.0.16",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@trezor/eslint": "workspace:*",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-date-range": "^1.4.10",
|
||||
"postcss-styled-syntax": "^0.7.1",
|
||||
"storybook": "^9.0.16",
|
||||
"stylelint": "^16.14.1",
|
||||
"stylelint-config-standard": "^38.0.0",
|
||||
"typescript-styled-plugin": "^0.18.3"
|
||||
"stylelint": "^16.14.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,15 +17,8 @@
|
||||
{
|
||||
"path": "../../suite-common/suite-constants"
|
||||
},
|
||||
{
|
||||
"path": "../../suite-common/validators"
|
||||
},
|
||||
{ "path": "../asset-utils" },
|
||||
{ "path": "../device-utils" },
|
||||
{ "path": "../dom-utils" },
|
||||
{ "path": "../env-utils" },
|
||||
{ "path": "../react-utils" },
|
||||
{ "path": "../styles" },
|
||||
{ "path": "../theme" },
|
||||
{ "path": "../type-utils" },
|
||||
{ "path": "../utils" },
|
||||
|
||||
7
packages/connect-examples/mobile-expo/.depcheckrc.json
Normal file
7
packages/connect-examples/mobile-expo/.depcheckrc.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"ignores": [
|
||||
"typescript",
|
||||
"@babel/core"
|
||||
],
|
||||
"skip-missing": true
|
||||
}
|
||||
7
packages/connect-explorer-theme/.depcheckrc.json
Normal file
7
packages/connect-explorer-theme/.depcheckrc.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"ignores": [
|
||||
"postcss-import",
|
||||
"postcss-lightningcss"
|
||||
],
|
||||
"skip-missing": true
|
||||
}
|
||||
@@ -43,12 +43,9 @@
|
||||
"zod": "^3.24.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@types/flexsearch": "^0.7.3",
|
||||
"@types/git-url-parse": "^9.0.3",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"concurrently": "^8.0.0",
|
||||
"next": "^15.2.4",
|
||||
"nextra": "^2.13.4",
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
"@hbsnow/rehype-sectionize": "^1.0.7",
|
||||
"@sinclair/typebox": "^0.33.12",
|
||||
"@trezor/components": "workspace:^",
|
||||
"@trezor/connect": "workspace:^",
|
||||
"@trezor/connect-explorer-theme": "workspace:^",
|
||||
"@trezor/connect-mobile": "workspace:^",
|
||||
"@trezor/connect-web": "workspace:^",
|
||||
@@ -24,7 +23,6 @@
|
||||
"@trezor/protobuf": "workspace:^",
|
||||
"@trezor/schema-utils": "workspace:^",
|
||||
"@trezor/theme": "workspace:^",
|
||||
"@trezor/utils": "workspace:^",
|
||||
"@uiw/react-codemirror": "^4.23.0",
|
||||
"codemirror-json-schema": "^0.7.8",
|
||||
"codemirror-json5": "^1.0.3",
|
||||
@@ -32,7 +30,6 @@
|
||||
"next": "^15.2.4",
|
||||
"next-themes": "^0.3.0",
|
||||
"nextra": "^2.13.4",
|
||||
"nextra-theme-docs": "^2.13.4",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"react-inspector": "^6.0.2",
|
||||
@@ -43,9 +40,7 @@
|
||||
"redux-logger": "^3.0.6",
|
||||
"redux-thunk": "^3.1.0",
|
||||
"remark-gemoji": "^8.0.0",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"styled-components": "^6.1.19",
|
||||
"swr": "^2.3.3"
|
||||
"styled-components": "^6.1.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@trezor/eslint": "workspace:*",
|
||||
@@ -56,7 +51,6 @@
|
||||
"eslint-plugin-mdx": "^3.6.2",
|
||||
"html-webpack-plugin": "^5.6.3",
|
||||
"rimraf": "^6.0.1",
|
||||
"tsx": "^4.20.3",
|
||||
"webpack": "5.100.0",
|
||||
"webpack-cli": "^6.0.1"
|
||||
}
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../components" },
|
||||
{ "path": "../connect" },
|
||||
{ "path": "../connect-explorer-theme" },
|
||||
{ "path": "../connect-mobile" },
|
||||
{ "path": "../connect-web" },
|
||||
@@ -24,7 +23,6 @@
|
||||
{ "path": "../protobuf" },
|
||||
{ "path": "../schema-utils" },
|
||||
{ "path": "../theme" },
|
||||
{ "path": "../utils" },
|
||||
{ "path": "../eslint" }
|
||||
]
|
||||
}
|
||||
|
||||
6
packages/connect-iframe/.depcheckrc.json
Normal file
6
packages/connect-iframe/.depcheckrc.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"ignores": [
|
||||
"es6-promise"
|
||||
],
|
||||
"skip-missing": true
|
||||
}
|
||||
@@ -21,7 +21,6 @@
|
||||
"devDependencies": {
|
||||
"@babel/preset-typescript": "^7.27.1",
|
||||
"@trezor/bundler-security": "workspace:*",
|
||||
"@trezor/env-utils": "workspace:*",
|
||||
"@trezor/eslint": "workspace:*",
|
||||
"babel-loader": "^10.0.0",
|
||||
"copy-webpack-plugin": "^13.0.1",
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
{ "path": "../connect-analytics" },
|
||||
{ "path": "../connect-common" },
|
||||
{ "path": "../bundler-security" },
|
||||
{ "path": "../env-utils" },
|
||||
{ "path": "../eslint" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
"storybook-build": "storybook build -c .storybook -o .build-storybook"
|
||||
},
|
||||
"dependencies": {
|
||||
"@suite-common/suite-utils": "workspace:*",
|
||||
"@suite-common/validators": "workspace:*",
|
||||
"@suite-common/wallet-config": "workspace:*",
|
||||
"@suite-common/wallet-utils": "workspace:*",
|
||||
@@ -40,14 +39,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "^7.27.1",
|
||||
"@storybook/addon-links": "^9.0.16",
|
||||
"@storybook/react": "^9.0.16",
|
||||
"@storybook/react-webpack5": "^9.0.16",
|
||||
"@trezor/eslint": "workspace:*",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/zxcvbn": "4.4.5",
|
||||
"storybook": "^9.0.16",
|
||||
"stylelint": "^16.14.1",
|
||||
"typescript-styled-plugin": "^0.18.3"
|
||||
"stylelint": "^16.14.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,9 +13,6 @@
|
||||
},
|
||||
"include": [".", "**/*.json"],
|
||||
"references": [
|
||||
{
|
||||
"path": "../../suite-common/suite-utils"
|
||||
},
|
||||
{
|
||||
"path": "../../suite-common/validators"
|
||||
},
|
||||
|
||||
6
packages/suite-build/.depcheckrc.json
Normal file
6
packages/suite-build/.depcheckrc.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"ignores": [
|
||||
"raw-loader"
|
||||
],
|
||||
"skip-missing": true
|
||||
}
|
||||
@@ -27,18 +27,14 @@
|
||||
"@suite-common/suite-config": "workspace:*",
|
||||
"@trezor/bundler-security": "workspace:*",
|
||||
"@trezor/env-utils": "workspace:*",
|
||||
"@trezor/suite": "workspace:*",
|
||||
"babel-loader": "^10.0.0",
|
||||
"babel-plugin-styled-components": "^2.1.4",
|
||||
"copy-webpack-plugin": "^13.0.1",
|
||||
"crypto-browserify": "3.12.0",
|
||||
"css-loader": "^6.10.0",
|
||||
"css-minimizer-webpack-plugin": "^7.0.2",
|
||||
"html-webpack-plugin": "^5.6.3",
|
||||
"node-loader": "^2.1.0",
|
||||
"raw-loader": "^4.0.2",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"style-loader": "^4.0.0",
|
||||
"terser-webpack-plugin": "^5.3.14",
|
||||
"vm-browserify": "^1.1.2",
|
||||
"webpack": "5.100.0",
|
||||
@@ -52,7 +48,6 @@
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
|
||||
"@sentry/webpack-plugin": "^2.22.7",
|
||||
"@trezor/eslint": "workspace:*",
|
||||
"@types/node-fetch": "^2.6.12",
|
||||
"@types/webpack-bundle-analyzer": "^4.7.0",
|
||||
"@types/webpack-plugin-serve": "^1.4.6",
|
||||
"@vitejs/plugin-react": "^4.7.0",
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
},
|
||||
{ "path": "../bundler-security" },
|
||||
{ "path": "../env-utils" },
|
||||
{ "path": "../suite" },
|
||||
{ "path": "../eslint" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -20,10 +20,7 @@
|
||||
"dependencies": {
|
||||
"@suite-common/suite-types": "workspace:*",
|
||||
"@suite-common/suite-utils": "workspace:*",
|
||||
"@trezor/connect": "workspace:*",
|
||||
"@trezor/env-utils": "workspace:*",
|
||||
"@trezor/urls": "workspace:*",
|
||||
"@trezor/utils": "workspace:*",
|
||||
"semver": "^7.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -32,11 +29,8 @@
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"babel-loader": "^10.0.0",
|
||||
"css-loader": "^6.10.0",
|
||||
"fs-extra": "^11.3.1",
|
||||
"postcss-loader": "^8.1.1",
|
||||
"simple-git": "^3.28.0",
|
||||
"style-loader": "^4.0.0",
|
||||
"tsx": "^4.20.3",
|
||||
"webpack": "5.100.0",
|
||||
"webpack-cli": "^6.0.1"
|
||||
|
||||
@@ -12,10 +12,7 @@
|
||||
{
|
||||
"path": "../../suite-common/suite-utils"
|
||||
},
|
||||
{ "path": "../connect" },
|
||||
{ "path": "../env-utils" },
|
||||
{ "path": "../urls" },
|
||||
{ "path": "../utils" },
|
||||
{ "path": "../eslint" }
|
||||
]
|
||||
}
|
||||
|
||||
6
packages/suite-desktop-core/.depcheckrc.json
Normal file
6
packages/suite-desktop-core/.depcheckrc.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"ignores": [
|
||||
"node-loader"
|
||||
],
|
||||
"skip-missing": true
|
||||
}
|
||||
@@ -31,7 +31,6 @@
|
||||
"@suite-common/wallet-config": "workspace:*",
|
||||
"@trezor/coinjoin": "workspace:*",
|
||||
"@trezor/connect": "workspace:*",
|
||||
"@trezor/connect-common": "workspace:*",
|
||||
"@trezor/connect-web": "workspace:*",
|
||||
"@trezor/env-utils": "workspace:*",
|
||||
"@trezor/eslint": "workspace:*",
|
||||
@@ -51,6 +50,7 @@
|
||||
"electron-localshortcut": "^3.2.1",
|
||||
"electron-store": "8.2.0",
|
||||
"electron-updater": "6.6.4",
|
||||
"node-loader": "^2.1.0",
|
||||
"openpgp": "^6.2.2",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
@@ -58,7 +58,6 @@
|
||||
"@currents/playwright": "^1.13.4",
|
||||
"@electron/fuses": "^2.0.0",
|
||||
"@electron/notarize": "3.1.0",
|
||||
"@octokit/rest": "^21.1.1",
|
||||
"@playwright/browser-chromium": "^1.55.0",
|
||||
"@playwright/browser-firefox": "^1.55.0",
|
||||
"@playwright/browser-webkit": "^1.55.0",
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
},
|
||||
{ "path": "../coinjoin" },
|
||||
{ "path": "../connect" },
|
||||
{ "path": "../connect-common" },
|
||||
{ "path": "../connect-web" },
|
||||
{ "path": "../env-utils" },
|
||||
{ "path": "../eslint" },
|
||||
|
||||
@@ -11,9 +11,6 @@
|
||||
"clean": "node scripts/clean.js",
|
||||
"copy-binary": "node scripts/copy-binary.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-addon-api": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.19.26",
|
||||
"node-gyp": "^9.3.1"
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"@trezor/components": "workspace:*",
|
||||
"@trezor/connect": "workspace:*",
|
||||
"@trezor/ipc-proxy": "workspace:*",
|
||||
"@trezor/suite": "workspace:*",
|
||||
"@trezor/suite-analytics": "workspace:*",
|
||||
"@trezor/suite-desktop-api": "workspace:*",
|
||||
"@trezor/theme": "workspace:*",
|
||||
@@ -35,8 +34,6 @@
|
||||
"devDependencies": {
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"stylelint": "^16.14.1",
|
||||
"stylelint-config-standard": "^38.0.0",
|
||||
"typescript-styled-plugin": "^0.18.3"
|
||||
"stylelint": "^16.14.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
{ "path": "../components" },
|
||||
{ "path": "../connect" },
|
||||
{ "path": "../ipc-proxy" },
|
||||
{ "path": "../suite" },
|
||||
{ "path": "../suite-analytics" },
|
||||
{ "path": "../suite-desktop-api" },
|
||||
{ "path": "../theme" },
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"blake-hash": "^2.0.0",
|
||||
"openpgp": "^6.2.2",
|
||||
"usb": "^2.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
6
packages/suite-web/.depcheckrc.json
Normal file
6
packages/suite-web/.depcheckrc.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"ignores": [
|
||||
"tsx"
|
||||
],
|
||||
"skip-missing": true
|
||||
}
|
||||
@@ -18,8 +18,6 @@
|
||||
"@suite-common/sentry": "workspace:*",
|
||||
"@suite-common/suite-types": "workspace:*",
|
||||
"@trezor/connect": "workspace:*",
|
||||
"@trezor/device-utils": "workspace:*",
|
||||
"@trezor/suite": "workspace:*",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"react-helmet-async": "^2.0.5",
|
||||
@@ -27,17 +25,8 @@
|
||||
"react-router": "^7.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@suite-common/test-utils": "workspace:*",
|
||||
"@suite-common/wallet-config": "workspace:*",
|
||||
"@trezor/connect": "workspace:*",
|
||||
"@trezor/e2e-utils": "workspace:*",
|
||||
"@trezor/env-utils": "workspace:*",
|
||||
"@trezor/eslint": "workspace:*",
|
||||
"@trezor/protobuf": "workspace:*",
|
||||
"@trezor/suite-analytics": "workspace:*",
|
||||
"@trezor/transport": "workspace:*",
|
||||
"@trezor/trezor-user-env-link": "workspace:*",
|
||||
"@trezor/utils": "workspace:*",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"rimraf": "^6.0.1",
|
||||
|
||||
@@ -14,21 +14,6 @@
|
||||
"path": "../../suite-common/suite-types"
|
||||
},
|
||||
{ "path": "../connect" },
|
||||
{ "path": "../device-utils" },
|
||||
{ "path": "../suite" },
|
||||
{
|
||||
"path": "../../suite-common/test-utils"
|
||||
},
|
||||
{
|
||||
"path": "../../suite-common/wallet-config"
|
||||
},
|
||||
{ "path": "../e2e-utils" },
|
||||
{ "path": "../env-utils" },
|
||||
{ "path": "../eslint" },
|
||||
{ "path": "../protobuf" },
|
||||
{ "path": "../suite-analytics" },
|
||||
{ "path": "../transport" },
|
||||
{ "path": "../trezor-user-env-link" },
|
||||
{ "path": "../utils" }
|
||||
{ "path": "../eslint" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
"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.2.1",
|
||||
@@ -40,7 +39,6 @@
|
||||
"@suite-common/firmware-authenticity": "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:*",
|
||||
@@ -116,7 +114,6 @@
|
||||
"react-redux": "9.2.0",
|
||||
"react-router": "^7.8.2",
|
||||
"react-select": "^5.10.2",
|
||||
"react-svg": "16.3.0",
|
||||
"react-toastify": "^10.0.4",
|
||||
"react-use": "^17.6.0",
|
||||
"react-zxing": "^2.1.0",
|
||||
@@ -126,7 +123,6 @@
|
||||
"redux-thunk": "^3.1.0",
|
||||
"semver": "^7.7.1",
|
||||
"styled-components": "^6.1.19",
|
||||
"uuid": "^11.1.0",
|
||||
"web3-utils": "^4.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -137,7 +133,6 @@
|
||||
"@trezor/eslint": "workspace:*",
|
||||
"@types/file-saver": "^2.0.6",
|
||||
"@types/invity-api": "^1.1.9",
|
||||
"@types/jws": "^3.2.10",
|
||||
"@types/pako": "^2.0.3",
|
||||
"@types/pdfmake": "^0.2.11",
|
||||
"@types/react": "^19.0.0",
|
||||
@@ -148,8 +143,6 @@
|
||||
"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"
|
||||
"stylelint": "^16.14.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
{
|
||||
"path": "../../suite-common/geolocation"
|
||||
},
|
||||
{ "path": "../../suite-common/icons" },
|
||||
{
|
||||
"path": "../../suite-common/intl-types"
|
||||
},
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@trezor/ipc-proxy": "workspace:*",
|
||||
"@trezor/protocol": "workspace:*",
|
||||
"@trezor/transport": "workspace:*",
|
||||
"@trezor/utils": "workspace:*",
|
||||
"@trezor/websocket-client": "workspace:*"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../ipc-proxy" },
|
||||
{ "path": "../protocol" },
|
||||
{ "path": "../transport" },
|
||||
{ "path": "../utils" },
|
||||
{ "path": "../websocket-client" }
|
||||
|
||||
@@ -56,13 +56,8 @@
|
||||
"@babel/preset-env": "^7.28.0",
|
||||
"@babel/preset-typescript": "^7.27.1",
|
||||
"@trezor/eslint": "workspace:*",
|
||||
"@trezor/trezor-user-env-link": "workspace:*",
|
||||
"@types/bytebuffer": "^5.0.49",
|
||||
"@types/sharedworker": "^0.0.143",
|
||||
"@types/w3c-web-usb": "^1.0.10",
|
||||
"jest": "29.7.0",
|
||||
"jest-environment-node": "^29.7.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsx": "^4.20.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
{ "path": "../protocol" },
|
||||
{ "path": "../type-utils" },
|
||||
{ "path": "../utils" },
|
||||
{ "path": "../eslint" },
|
||||
{ "path": "../trezor-user-env-link" }
|
||||
{ "path": "../eslint" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -20,9 +20,6 @@
|
||||
},
|
||||
{
|
||||
"path": "../eslint"
|
||||
},
|
||||
{
|
||||
"path": "../trezor-user-env-link"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -61,7 +61,6 @@
|
||||
"@trezor/eslint": "workspace:*",
|
||||
"@types/bn.js": "^5.2.0",
|
||||
"@types/create-hmac": "^1.1.3",
|
||||
"@types/events": "^3.0.3",
|
||||
"minimaldata": "^1.0.2",
|
||||
"tsx": "^4.20.3"
|
||||
},
|
||||
|
||||
@@ -22,9 +22,5 @@
|
||||
"@trezor/env-utils": "workspace:^",
|
||||
"@trezor/urls": "workspace:*",
|
||||
"@trezor/utils": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"redux-mock-store": "^1.5.5",
|
||||
"redux-thunk": "^3.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,18 +13,10 @@
|
||||
"@reduxjs/toolkit": "2.8.2",
|
||||
"@suite-common/analytics": "workspace:*",
|
||||
"@suite-common/redux-utils": "workspace:*",
|
||||
"@suite-common/suite-types": "workspace:*",
|
||||
"@suite-common/test-utils": "workspace:*",
|
||||
"@suite-common/wallet-core": "workspace:*",
|
||||
"@trezor/connect": "workspace:*",
|
||||
"@trezor/env-utils": "workspace:^",
|
||||
"@trezor/urls": "workspace:*",
|
||||
"@trezor/utils": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"redux-mock-store": "^1.5.5",
|
||||
"redux-thunk": "^3.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@trezor/suite-desktop-api": "workspace:*"
|
||||
},
|
||||
|
||||
@@ -4,12 +4,8 @@
|
||||
"references": [
|
||||
{ "path": "../analytics" },
|
||||
{ "path": "../redux-utils" },
|
||||
{ "path": "../suite-types" },
|
||||
{ "path": "../test-utils" },
|
||||
{ "path": "../wallet-core" },
|
||||
{ "path": "../../packages/connect" },
|
||||
{ "path": "../../packages/env-utils" },
|
||||
{ "path": "../../packages/urls" },
|
||||
{ "path": "../../packages/utils" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -27,18 +27,12 @@
|
||||
"@exodus/patch-broken-hermes-typed-arrays": "^1.0.0-alpha.1",
|
||||
"@expo/config-plugins": "10.1.2",
|
||||
"@gorhom/bottom-sheet": "5.1.5",
|
||||
"@mobily/ts-belt": "^3.13.1",
|
||||
"@react-native-async-storage/async-storage": "2.2.0",
|
||||
"@react-native-community/netinfo": "^11.4.1",
|
||||
"@react-native/metro-config": "^0.79.2",
|
||||
"@react-navigation/bottom-tabs": "7.4.6",
|
||||
"@react-navigation/native": "7.1.17",
|
||||
"@react-navigation/native-stack": "7.3.25",
|
||||
"@reduxjs/toolkit": "2.8.2",
|
||||
"@sentry/react-native": "6.20.0",
|
||||
"@shopify/flash-list": "1.7.6",
|
||||
"@shopify/react-native-skia": "2.2.3",
|
||||
"@suite-common/analytics": "workspace:*",
|
||||
"@suite-common/connect-init": "workspace:*",
|
||||
"@suite-common/formatters": "workspace:*",
|
||||
"@suite-common/message-system": "workspace:*",
|
||||
@@ -48,7 +42,6 @@
|
||||
"@suite-common/wallet-core": "workspace:*",
|
||||
"@suite-common/wallet-types": "workspace:*",
|
||||
"@suite-common/walletconnect": "workspace:*",
|
||||
"@suite-native/accounts": "workspace:*",
|
||||
"@suite-native/alerts": "workspace:*",
|
||||
"@suite-native/analytics": "workspace:*",
|
||||
"@suite-native/atoms": "workspace:*",
|
||||
@@ -58,7 +51,6 @@
|
||||
"@suite-native/connection-status": "workspace:*",
|
||||
"@suite-native/device": "workspace:*",
|
||||
"@suite-native/device-authorization": "workspace:*",
|
||||
"@suite-native/discovery": "workspace:*",
|
||||
"@suite-native/icons": "workspace:*",
|
||||
"@suite-native/intl": "workspace:*",
|
||||
"@suite-native/local-first-storage": "workspace:*",
|
||||
@@ -78,92 +70,50 @@
|
||||
"@suite-native/module-settings": "workspace:*",
|
||||
"@suite-native/module-staking-management": "workspace:*",
|
||||
"@suite-native/module-trading": "workspace:*",
|
||||
"@suite-native/navigation": "workspace:*",
|
||||
"@suite-native/notifications": "workspace:*",
|
||||
"@suite-native/receive": "workspace:*",
|
||||
"@suite-native/sentry": "workspace:*",
|
||||
"@suite-native/settings": "workspace:*",
|
||||
"@suite-native/state": "workspace:*",
|
||||
"@suite-native/storage": "workspace:*",
|
||||
"@suite-native/theme": "workspace:*",
|
||||
"@suite-native/toasts": "workspace:*",
|
||||
"@suite-native/transactions": "workspace:*",
|
||||
"@trezor/bundler-security": "workspace:*",
|
||||
"@trezor/connect": "workspace:*",
|
||||
"@trezor/react-native-usb": "workspace:*",
|
||||
"@trezor/styles": "workspace:*",
|
||||
"@trezor/theme": "workspace:*",
|
||||
"@trezor/trezor-user-env-link": "workspace:*",
|
||||
"@trezor/utils": "workspace:*",
|
||||
"@walletconnect/react-native-compat": "^2.20.3",
|
||||
"@whatwg-node/events": "0.1.2",
|
||||
"abortcontroller-polyfill": "1.7.8",
|
||||
"buffer": "^6.0.3",
|
||||
"event-target-shim": "6.0.2",
|
||||
"expo": "^53.0.22",
|
||||
"expo-build-properties": "0.14.8",
|
||||
"expo-camera": "16.1.11",
|
||||
"expo-clipboard": "7.1.5",
|
||||
"expo-dev-client": "~5.2.4",
|
||||
"expo-haptics": "~14.1.4",
|
||||
"expo-image": "2.4.0",
|
||||
"expo-image-picker": "~16.1.4",
|
||||
"expo-keep-awake": "14.1.4",
|
||||
"expo-linear-gradient": "~14.1.5",
|
||||
"expo-linking": "7.1.7",
|
||||
"expo-localization": "16.1.6",
|
||||
"expo-secure-store": "~14.2.3",
|
||||
"expo-splash-screen": "0.30.10",
|
||||
"expo-status-bar": "~2.2.3",
|
||||
"expo-system-ui": "5.0.10",
|
||||
"expo-updates": "0.28.17",
|
||||
"expo-video": "2.2.2",
|
||||
"fast-text-encoding": "^1.0.6",
|
||||
"jotai": "2.13.1",
|
||||
"lottie-react-native": "7.3.2",
|
||||
"node-libs-browser": "^2.2.1",
|
||||
"react": "19.0.0",
|
||||
"react-intl": "^7.1.11",
|
||||
"react-native": "0.79.3",
|
||||
"react-native-ble-plx": "3.5.0",
|
||||
"react-native-edge-to-edge": "1.6.2",
|
||||
"react-native-gesture-handler": "2.28.0",
|
||||
"react-native-keyboard-controller": "1.18.5",
|
||||
"react-native-launch-arguments": "^4.1.0",
|
||||
"react-native-mmkv": "2.12.2",
|
||||
"react-native-permissions": "5.4.2",
|
||||
"react-native-quick-crypto": "0.7.17",
|
||||
"react-native-reanimated": "^3.18.0",
|
||||
"react-native-restart": "0.0.27",
|
||||
"react-native-safe-area-context": "5.6.1",
|
||||
"react-native-screens": "4.14.1",
|
||||
"react-native-svg": "15.12.1",
|
||||
"react-native-webview": "13.15.0",
|
||||
"react-redux": "9.2.0",
|
||||
"redux-persist": "6.0.0"
|
||||
"react-redux": "9.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.28.0",
|
||||
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
||||
"@config-plugins/detox": "^11.0.0",
|
||||
"@currents/cmd": "^1.6.9",
|
||||
"@jest/globals": "^29.7.0",
|
||||
"@react-native-community/cli": "^15.1.2",
|
||||
"@react-native/babel-preset": "0.81.0",
|
||||
"@suite-common/test-utils": "workspace:^",
|
||||
"@trezor/connect-mobile": "workspace:^",
|
||||
"@types/fast-text-encoding": "^1",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/node": "22.13.10",
|
||||
"babel-jest": "29.7.0",
|
||||
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
||||
"babel-plugin-transform-remove-console": "^6.9.4",
|
||||
"detox": "^20.40.2",
|
||||
"dotenv": "^17.2.1",
|
||||
"expo-atlas": "0.4.3",
|
||||
"jest": "29.7.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"metro": "^0.82.0",
|
||||
"ts-jest": "29.4.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "5.8.3"
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": { "outDir": "./libDev" },
|
||||
"references": [
|
||||
{
|
||||
"path": "../../suite-common/analytics"
|
||||
},
|
||||
{
|
||||
"path": "../../suite-common/connect-init"
|
||||
},
|
||||
@@ -32,7 +29,6 @@
|
||||
{
|
||||
"path": "../../suite-common/walletconnect"
|
||||
},
|
||||
{ "path": "../accounts" },
|
||||
{ "path": "../alerts" },
|
||||
{ "path": "../analytics" },
|
||||
{ "path": "../atoms" },
|
||||
@@ -42,7 +38,6 @@
|
||||
{ "path": "../connection-status" },
|
||||
{ "path": "../device" },
|
||||
{ "path": "../device-authorization" },
|
||||
{ "path": "../discovery" },
|
||||
{ "path": "../icons" },
|
||||
{ "path": "../intl" },
|
||||
{ "path": "../local-first-storage" },
|
||||
@@ -68,13 +63,10 @@
|
||||
"path": "../module-staking-management"
|
||||
},
|
||||
{ "path": "../module-trading" },
|
||||
{ "path": "../navigation" },
|
||||
{ "path": "../notifications" },
|
||||
{ "path": "../receive" },
|
||||
{ "path": "../sentry" },
|
||||
{ "path": "../settings" },
|
||||
{ "path": "../state" },
|
||||
{ "path": "../storage" },
|
||||
{ "path": "../theme" },
|
||||
{ "path": "../toasts" },
|
||||
{ "path": "../transactions" },
|
||||
@@ -82,15 +74,11 @@
|
||||
"path": "../../packages/bundler-security"
|
||||
},
|
||||
{ "path": "../../packages/connect" },
|
||||
{
|
||||
"path": "../../packages/react-native-usb"
|
||||
},
|
||||
{ "path": "../../packages/styles" },
|
||||
{ "path": "../../packages/theme" },
|
||||
{
|
||||
"path": "../../packages/trezor-user-env-link"
|
||||
},
|
||||
{ "path": "../../packages/utils" },
|
||||
{
|
||||
"path": "../../suite-common/test-utils"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user