Files
trezor-suite/suite-common/react-query/package.json
2026-02-16 16:11:39 +01:00

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