mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
19 lines
498 B
JSON
19 lines
498 B
JSON
{
|
|
"name": "@suite-common/react-query",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "5.90.20",
|
|
"@tanstack/react-query-devtools": "5.91.2",
|
|
"react": "19.1.0"
|
|
}
|
|
}
|