Files
trezor-suite/suite-native/forms/package.json

23 lines
609 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": "^4.1.3",
"@mobily/ts-belt": "^3.13.1",
"@suite-native/atoms": "workspace:*",
"@suite-native/icons": "workspace:*",
"react": "18.2.0",
"react-hook-form": "^7.54.2",
"react-native": "0.76.9",
"yup": "^1.4.0"
}
}