UNPKG

zustand-create-slices

Version:

A Zustand middleware that combines multiple store slices into a structured state with slice actions type inference and enhanced Redux DevTools support.

48 lines (47 loc) 1.34 kB
{ "name": "zustand-create-slices", "version": "1.0.3", "description": "A Zustand middleware that combines multiple store slices into a structured state with slice actions type inference and enhanced Redux DevTools support.", "keywords": [ "Zustand", "Middleware", "React", "Store", "Slices", "State", "Management" ], "homepage": "https://github.com/robertluedke/zustand-create-slices#readme", "bugs": { "url": "https://github.com/robertluedke/zustand-create-slices/issues" }, "repository": { "type": "git", "url": "git+https://github.com/robertluedke/zustand-create-slices.git" }, "license": "MIT", "author": { "name": "Robert Lüdke", "email": "robert.luedke@smartfuture.de" }, "type": "module", "main": "dist/zustand-create-slices.js", "types": "dist/zustand-create-slices.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup" }, "peerDependencies": { "zustand": "^5.0.0", "typescript": "^5.0.0" }, "devDependencies": { "prettier": "^3.6.2", "terser": "^5.43.1", "tsup": "^8.5.0", "typescript": "^5.8.3", "zustand": "^5.0.6" } }