Files
trezor-suite/packages/react-utils/package.json

18 lines
426 B
JSON

{
"name": "@trezor/react-utils",
"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": {
"@trezor/type-utils": "workspace:*",
"@trezor/utils": "workspace:*",
"react": "18.2.0"
}
}