UNPKG

@bgscore/react-core

Version:

A React utility library that provides advanced API hooks (fetch, mutation, caching). Built for scalable and flexible data handling in modern React applications.

61 lines (60 loc) 1.58 kB
{ "name": "@bgscore/react-core", "version": "0.0.27", "description": "A React utility library that provides advanced API hooks (fetch, mutation, caching). Built for scalable and flexible data handling in modern React applications.", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "sideEffects": false, "files": [ "dist" ], "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js" } }, "repository": { "type": "git", "url": "git+https://github.com/andrydharmawan/react-core.git" }, "scripts": { "build": "tsup", "dev": "tsup --watch" }, "keywords": [ "react", "hooks", "api", "core", "react-hooks", "react-api", "react-core", "bgscore", "mutation", "fetching", "caching", "context" ], "author": "Andry Bagus Dharmawan", "license": "MIT", "peerDependencies": { "axios": ">=1.6.0", "moment": ">=2.0.0", "react": ">=17.0.0", "react-dom": ">=17.0.0", "socket.io-client": ">=4.8.1" }, "dependencies": { "crypto-js": "^4.2.0" }, "devDependencies": { "@types/crypto-js": "^4.2.2", "@types/react": "^19.1.1", "@types/react-dom": "^19.1.2", "tsup": "^8.4.0", "typescript": "^5.8.3" } }