Files
trezor-suite/suite-native/forms/package.json
2025-01-09 16:48:10 +01:00

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": "3.10.0",
"@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.1",
"yup": "^1.4.0"
}
}