mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
25 lines
684 B
JSON
25 lines
684 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.2.2",
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/icons": "workspace:*",
|
|
"react": "19.1.0",
|
|
"react-hook-form": "^7.71.1",
|
|
"react-native": "0.81.5",
|
|
"react-native-reanimated": "~4.1.5",
|
|
"type-fest": "4.24.0",
|
|
"yup": "1.7.1"
|
|
}
|
|
}
|