mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-21 22:57:17 +01:00
* chore: expo upgrade
* chore(mobile): expo sdk 52
* fix: android build
* chore(mobile): ⬆️ upgrade usb lib, jest, sentry
* fix(mobile): fix quick crypto android build
22 lines
572 B
JSON
22 lines
572 B
JSON
{
|
|
"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/storage": "workspace:*",
|
|
"@trezor/theme": "workspace:*",
|
|
"jotai": "1.9.1",
|
|
"react": "18.2.0",
|
|
"react-fela": "^12.2.1",
|
|
"react-native": "0.76.1"
|
|
}
|
|
}
|