mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 00:38:15 +01:00
25 lines
757 B
JSON
25 lines
757 B
JSON
{
|
|
"name": "@suite-native/swipeable-walkthrough",
|
|
"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/navigation": "workspace:*",
|
|
"@trezor/styles": "workspace:*",
|
|
"jotai": "2.15.0",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-gesture-handler": "2.29.0",
|
|
"react-native-reanimated": "~4.1.5",
|
|
"react-native-safe-area-context": "5.6.1"
|
|
}
|
|
}
|