mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
51 lines
1.7 KiB
JSON
51 lines
1.7 KiB
JSON
{
|
|
"name": "@suite-native/atoms",
|
|
"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",
|
|
"test:unit": "yarn g:jest"
|
|
},
|
|
"dependencies": {
|
|
"@gorhom/bottom-sheet": "5.2.6",
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@reduxjs/toolkit": "2.11.2",
|
|
"@shopify/flash-list": "2.2.0",
|
|
"@shopify/react-native-skia": "2.2.12",
|
|
"@storybook/react-native": "^10.0.7",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-core": "workspace:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@suite-native/helpers": "workspace:*",
|
|
"@suite-native/icons": "workspace:*",
|
|
"@suite-native/intl": "workspace:^",
|
|
"@suite-native/scrollview": "workspace:*",
|
|
"@trezor/env-utils": "workspace:*",
|
|
"@trezor/react-utils": "workspace:*",
|
|
"@trezor/styles": "workspace:*",
|
|
"@trezor/theme": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"expo-image": "~3.0.11",
|
|
"expo-linear-gradient": "~15.0.8",
|
|
"jotai": "2.15.0",
|
|
"lottie-react-native": "7.3.4",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-gesture-handler": "2.29.0",
|
|
"react-native-keyboard-controller": "1.19.2",
|
|
"react-native-reanimated": "~4.1.5",
|
|
"react-native-safe-area-context": "5.6.1",
|
|
"react-native-svg": "15.14.0",
|
|
"react-redux": "9.2.0",
|
|
"storybook": "^10.1.0",
|
|
"type-fest": "4.24.0"
|
|
},
|
|
"devDependencies": {
|
|
"@suite-native/test-utils": "workspace:*"
|
|
}
|
|
}
|