mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 22:45:29 +01:00
24 lines
655 B
JSON
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"
|
|
}
|
|
}
|