UNPKG

elhala-query

Version:

A lightweight, educational implementation of React Query concepts with Suspense support.

60 lines (59 loc) 1.35 kB
{ "name": "elhala-query", "version": "0.2.2", "module": "dist/index.mjs", "keywords": [ "react", "react-query", "data-fetching", "hooks", "server-state", "cache", "suspense", "react-suspense", "educational" ], "scripts": { "build": "tsup", "watch": "tsup --watch", "publish": "pnpm build && npm publish --access public" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/Mounir-charef/elhala-query.git" }, "bugs": { "url": "https://github.com/Mounir-charef/elhala-query/issues" }, "homepage": "https://github.com/Mounir-charef/elhala-query#readme", "license": "UNLICENSED", "devDependencies": { "@eslint/js": "^9.17.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", "tsup": "^8.4.0", "typescript": "~5.6.2", "typescript-eslint": "^8.18.2", "vite": "^6.0.5" } }