UNPKG

@openmrs/esm-state

Version:

Frontend stores & state management for OpenMRS

51 lines 1.4 kB
{ "name": "@openmrs/esm-state", "version": "6.2.0", "license": "MPL-2.0", "description": "Frontend stores & state management for OpenMRS", "browser": "dist/openmrs-esm-state.js", "main": "src/index.ts", "source": true, "scripts": { "test": "cross-env TZ=UTC jest --config jest.config.js --verbose false --passWithNoTests --color", "test:watch": "cross-env TZ=UTC jest --watch --config jest.config.js --color", "build": "webpack --mode=production", "build:development": "webpack --mode development", "analyze": "webpack --mode=production --env analyze=true", "typescript": "tsc", "lint": "eslint src --ext ts,tsx" }, "keywords": [ "openmrs", "microfrontends" ], "directories": { "lib": "dist", "src": "src" }, "browserslist": [ "extends browserslist-config-openmrs" ], "repository": { "type": "git", "url": "git+https://github.com/openmrs/openmrs-esm-core.git" }, "bugs": { "url": "https://github.com/openmrs/openmrs-esm-core/issues" }, "homepage": "https://github.com/openmrs/openmrs-esm-core#readme", "publishConfig": { "access": "public" }, "dependencies": { "zustand": "^4.5.5" }, "peerDependencies": { "@openmrs/esm-globals": "6.x", "@openmrs/esm-utils": "6.x" }, "devDependencies": { "@openmrs/esm-globals": "6.2.0", "@openmrs/esm-utils": "6.2.0" } }