Files
trezor-suite/suite-native/experimental-features/package.json

29 lines
923 B
JSON

{
"name": "@suite-native/experimental-features",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@suite-native/atoms": "workspace:*",
"@suite-native/icons": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/link": "workspace:*",
"@suite-native/services": "workspace:*",
"@suite-native/settings": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/urls": "workspace:*",
"@trezor/utils": "workspace:*",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-reanimated": "~4.1.5",
"react-redux": "9.2.0"
}
}