react-toggle-management
Version:
A lightweight React library for managing toggleable global state—designed to be simpler than Zustand and more focused than Redux.
36 lines (35 loc) • 838 B
JSON
{
"name": "react-toggle-management",
"version": "1.0.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsup",
"dev": "tsup --watch",
"prepare": "npm run build"
},
"files": [
"dist"
],
"keywords": [
"react",
"toggle",
"state management",
"context",
"useSyncExternalStore",
"library"
],
"author": "Huong Nguyen nxahuong.181.2001@gmail.com",
"license": "ISC",
"description": "A lightweight React library for managing toggleable global state—designed to be simpler than Zustand and more focused than Redux.",
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
}
}