{ "name": "@suite-native/theme", "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": { "@suite-native/analytics": "workspace:*", "@suite-native/services": "workspace:*", "@suite-native/storage": "workspace:*", "@trezor/theme": "workspace:*", "jotai": "2.15.0", "react": "19.1.0", "react-fela": "^12.2.1", "react-native": "0.81.5" } }