Files
trezor-suite/suite-native/settings/package.json
2025-06-23 17:46:37 +02:00

18 lines
428 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.8.2",
"@suite-native/config": "workspace:*",
"react": "19.0.0"
}
}