24 lines
504 B
JSON
24 lines
504 B
JSON
|
|
{
|
||
|
|
"name": "@lilith/attribute-hooks",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "React hooks for attribute data fetching",
|
||
|
|
"main": "src/index.ts",
|
||
|
|
"types": "src/index.ts",
|
||
|
|
"private": true,
|
||
|
|
"sideEffects": false,
|
||
|
|
"peerDependencies": {
|
||
|
|
"react": "^18.0.0"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@tanstack/react-query": "^5.0.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@lilith/configs": "^1.0.3",
|
||
|
|
"@types/react": "^18.2.0",
|
||
|
|
"typescript": "^5.3.0"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"typecheck": "tsc --noEmit"
|
||
|
|
}
|
||
|
|
}
|