Files
trezor-suite/suite-native/settings/package.json
2025-11-14 10:19:10 +01:00

19 lines
471 B
JSON

{
"name": "@suite-native/settings",
"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.10.1",
"@suite-native/config": "workspace:*",
"@trezor/connect": "workspace:*",
"react": "19.1.0"
}
}