mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-08 00:07:58 +01:00
23 lines
599 B
JSON
23 lines
599 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": {
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
|
"type-check": "tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@trezor/type-utils": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"react": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "29.5.0",
|
|
"typescript": "5.3.2"
|
|
}
|
|
}
|