Spaces:
Runtime error
Runtime error
File size: 265 Bytes
17528b0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"name": "@workspace/api-client-react",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@tanstack/react-query": "catalog:"
},
"peerDependencies": {
"react": ">=18"
}
}
|