UNPKG

react-shared-states

Version:

Global state made as simple as useState, with zero config, built-in async caching, and automatic scoping.

53 lines 1.58 kB
{ "name": "react-shared-states", "version": "1.0.11", "type": "module", "description": "Global state made as simple as useState, with zero config, built-in async caching, and automatic scoping.", "keywords": [ "react", "shared-states", "react-states", "react-store", "react-shared-store", "react-package", "react-library" ], "main": "dist/main.js", "module": "dist/main.esm.js", "types": "dist/index.d.ts", "author": "Hichem Taboukouyout <hichem.taboukouyout@hichemtab-tech.me>", "repository": { "type": "git", "url": "git+https://github.com/HichemTab-tech/react-shared-states.git" }, "license": "MIT", "bugs": { "url": "https://github.com/HichemTab-tech/react-shared-states/issues" }, "homepage": "https://github.com/HichemTab-tech/react-shared-states#readme", "devDependencies": { "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.0", "@types/node": "^24.3.0", "@types/react": "^19.1.11", "@types/react-dom": "^19.1.7", "@vitejs/plugin-react": "^5.0.1", "jsdom": "^26.1.0", "react": "^19.1.1", "react-dom": "^19.1.1", "typescript": "^5.9.2", "vite": "^7.1.3", "vite-plugin-banner": "^0.8.1", "vite-plugin-dts": "^4.5.4", "vitest": "^3.2.4" }, "scripts": { "tsc": "tsc", "bump": "node scripts/bumper.js", "build": "tsc && vite build", "test": "vitest", "preview": "vite preview", "dev:demo": "vite --config demo/vite.config.demo.ts", "build:demo": "vite build --config demo/vite.config.demo.ts" } }