Files
trezor-suite/suite-native/settings/package.json
2025-12-15 10:47:12 +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.11.0",
"@suite-native/config": "workspace:*",
"@trezor/connect": "workspace:*",
"react": "19.1.0"
}
}