Files
trezor-suite/packages/react-utils/package.json
Daniel Suchý a446583d58 chore(ci): Nx for github validations (#6095)
* 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
2022-08-25 18:51:12 +02:00

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"
}
}