mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-12 10:19:20 +01:00
* chore(ci): Nx for github validations * chore: tune config * chore: eslint scripts faster and unified settings * chore: check formatting using nx * chore: read-only NX token
23 lines
551 B
JSON
23 lines
551 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 --passWithNoTests",
|
|
"type-check": "tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@trezor/type-utils": "*",
|
|
"@trezor/utils": "*",
|
|
"react": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^26.6.3",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|