2025-12-31 05:23:13 -08:00
|
|
|
{
|
|
|
|
|
"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": {
|
2026-01-02 23:53:36 -08:00
|
|
|
"react": "^18.0.0 || ^19.0.0"
|
2025-12-31 05:23:13 -08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-01-26 22:47:00 -08:00
|
|
|
"@lilith/service-registry": "^1.3.0",
|
2026-01-18 15:48:37 -08:00
|
|
|
"@tanstack/react-query": "^5.90.19"
|
2025-12-31 05:23:13 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-01-21 16:14:30 -08:00
|
|
|
"@lilith/configs": "^2.2.0",
|
2026-01-26 22:47:00 -08:00
|
|
|
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
|
2026-01-18 15:48:37 -08:00
|
|
|
"@types/react": "^19.2.8",
|
|
|
|
|
"typescript": "^5.9.3"
|
2025-12-31 05:23:13 -08:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
}
|
|
|
|
|
}
|