mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 15:05:23 +01:00
24 lines
676 B
JSON
24 lines
676 B
JSON
{
|
|
"name": "@suite-native/toasts",
|
|
"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": {
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/icons": "workspace:*",
|
|
"@trezor/styles": "workspace:*",
|
|
"@trezor/theme": "workspace:*",
|
|
"jotai": "2.15.0",
|
|
"react": "19.1.0",
|
|
"react-native-reanimated": "~4.1.5",
|
|
"react-native-safe-area-context": "5.6.1"
|
|
}
|
|
}
|