Initial commit
This commit is contained in:
15
lib/api-client-react/package.json
Normal file
15
lib/api-client-react/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user