UNPKG

@hazae41/glacier

Version:

Yet another React data (re)fetching library

99 lines (98 loc) 2.15 kB
{ "type": "module", "name": "@hazae41/glacier", "version": "2.2.6", "author": "hazae41", "license": "MIT", "description": "Yet another React data (re)fetching library", "homepage": "https://github.com/hazae41/glacier", "repository": "github:hazae41/glacier", "types": "./dist/types/index.d.ts", "module": "./dist/esm/src/index.mjs", "main": "./dist/cjs/src/index.cjs", "sideEffects": false, "files": [ "./dist/esm", "./dist/cjs", "./dist/types" ], "scripts": { "build": "rimraf dist && rollup -c", "test": "node ./dist/test/index.test.mjs", "prepare": "npm run build" }, "dependencies": { "@hazae41/base64": "^1.0.15", "@hazae41/bytes": "^1.2.11", "@hazae41/mutex": "^2.1.0", "@hazae41/option": "^1.1.4", "@hazae41/plume": "^3.0.5", "@hazae41/result": "^1.3.2", "@hazae41/serac": "^1.0.5" }, "peerDependencies": { "react": ">=18.3.1" }, "devDependencies": { "@hazae41/phobos": "^1.0.10", "@hazae41/rimraf": "^1.0.1", "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^22.5.3", "@types/react": "^18.3.5", "rollup": "^4.21.2", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-node-externals": "^7.1.3", "tslib": "^2.7.0", "typescript": "^5.5.4" }, "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/esm/src/index.mjs", "require": "./dist/cjs/src/index.cjs" } }, "keywords": [ "xswr", "glacier", "react", "esmodules", "fetch", "data", "normalization", "data-fetching", "web", "typescript", "hooks", "react-hooks", "query", "react-query", "swr", "suspense", "react-suspense", "graphql", "nextjs", "ethereum", "blockchain", "rest", "redux", "garbage", "garbage-collection", "ssr", "server-side-rendering", "storage", "localstorage", "indexeddb", "native", "react-native", "expo", "optimistic", "optimistic-updates", "websocket", "composition", "cancellation", "routes", "api", "backend" ] }