- @packages/@hooks/attribute-hooks: React hooks for data-* attributes - @packages/jobs-python: Python jobs queue library with Redis storage - Fix design-tokens README import paths 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
23 lines
504 B
JSON
23 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"
|
|
}
|
|
}
|