Files
trezor-suite/suite-native/scrollview/package.json
2026-01-09 12:50:23 +01:00

20 lines
521 B
JSON

{
"name": "@suite-native/scrollview",
"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": {
"@trezor/styles": "workspace:*",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-reanimated": "~4.1.5"
}
}