Files
trezor-suite/suite-native/app-init/package.json
2026-02-16 16:11:39 +01:00

25 lines
830 B
JSON

{
"name": "@suite-native/app-init",
"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"
},
"dependencies": {
"@reduxjs/toolkit": "2.11.2",
"@suite-common/connect-init": "workspace:*",
"@suite-common/message-system": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/token-definitions": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-common/walletconnect": "workspace:*",
"@suite-native/analytics-redux": "workspace:*",
"@suite-native/settings": "workspace:*",
"@suite-native/state": "workspace:*"
}
}