UNPKG

zustand-x

Version:

Zustand store factory for a best-in-class developer experience.

57 lines (56 loc) 1.32 kB
{ "name": "zustand-x", "version": "6.1.2", "description": "Zustand store factory for a best-in-class developer experience.", "license": "MIT", "homepage": "https://zustand-x.udecode.dev", "repository": { "type": "git", "url": "https://github.com/udecode/zustand-x.git" }, "bugs": { "url": "https://github.com/udecode/zustand-x/issues" }, "sideEffects": false, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "module": "./dist/index.mjs", "require": "./dist/index.js" } }, "scripts": { "build": "yarn p:build", "build:watch": "yarn p:build:watch", "brl": "yarn p:brl", "clean": "yarn p:clean", "lint": "yarn p:lint", "lint:fix": "yarn p:lint:fix", "test": "yarn p:test", "test:watch": "yarn p:test:watch", "typecheck": "yarn p:typecheck" }, "dependencies": { "immer": "^10.0.3", "lodash.mapvalues": "^4.6.0", "mutative": "1.1.0", "react-tracked": "^1.7.11", "use-sync-external-store": "1.4.0" }, "peerDependencies": { "zustand": ">=5.0.2" }, "keywords": [ "zustand" ], "publishConfig": { "access": "public" } }