UNPKG

@subscribe.dev/react

Version:

React hooks and components for SubscribeDev - provides context and hooks for managing AI predictions with billing and rate limiting

64 lines 1.39 kB
{ "name": "@subscribe.dev/react", "version": "0.0.59", "description": "React hooks and components for SubscribeDev - provides context and hooks for managing AI predictions with billing and rate limiting", "type": "module", "main": "./index.js", "module": "./index.js", "types": "./index.d.ts", "private": false, "public": true, "exports": { ".": { "import": "./index.js", "browser": "./index.umd.js", "types": "./index.d.ts" } }, "files": [ "index.js", "index.umd.js", "index.d.ts", "*.map", "README.md" ], "dependencies": { "@tanstack/react-query": "^5.0.0", "react": "^18.0.0 || ^19.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "@clerk/clerk-react": "^4.0.0 || ^5.0.0", "@tanstack/react-query": "^5.0.0", "@subscribe.dev/client": "^0.0.37" }, "peerDependenciesMeta": { "@clerk/clerk-react": { "optional": true }, "@tanstack/react-query": { "optional": true } }, "keywords": [ "react", "hooks", "context", "replicate", "ai", "machine-learning", "api-client", "typescript", "billing", "rate-limiting" ], "repository": { "type": "git", "url": "https://github.com/volter-ai/remetricate.git", "directory": "packages/react" }, "license": "MIT", "engines": { "node": ">=18" } }