UNPKG

@documedis/react-components

Version:

React components for Documedis healthcare applications - prescription signing, pharmacy selection, and more

57 lines (56 loc) 1.29 kB
{ "name": "@documedis/react-components", "version": "1.0.0-RC.4", "description": "React components for Documedis healthcare applications - prescription signing, pharmacy selection, and more", "keywords": [ "react", "prescription", "hin", "healthcare", "documedis", "e-prescription", "digital-signature" ], "homepage": "https://documentation.apps.documedis.ch", "bugs": { "person": "Balthazar de Moncuit at Galenica AG" }, "repository": { "type": "git", "url": "https://github.com/documedis/components-workspace.git", "directory": "apps/components/react" }, "license": "SEE LICENSE IN LICENSE.md", "author": "Galenica AG", "type": "module", "main": "./index.mjs", "types": "./index.d.ts", "exports": { ".": { "types": "./index.d.ts", "import": "./index.mjs" } }, "sideEffects": false, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/", "tag": "next" }, "peerDependencies": { "react": ">=18.0.0" }, "dependencies": { "client-only": "^0.0.1", "xstate": "^5.0.0", "@xstate/react": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "documedis": { "requiredServices": { "components-service": "^1.0.0" } } }