Files
trezor-suite/suite-native/forms/package.json
2025-07-03 15:05:22 +02:00

24 lines
655 B
JSON

{
"name": "@suite-native/forms",
"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": {
"@hookform/resolvers": "^5.1.1",
"@mobily/ts-belt": "^3.13.1",
"@suite-native/atoms": "workspace:*",
"@suite-native/icons": "workspace:*",
"react": "19.0.0",
"react-hook-form": "^7.59.0",
"react-native": "0.79.3",
"react-native-reanimated": "^3.18.0",
"yup": "^1.6.1"
}
}