UNPKG

@ugandaemr/esm-outpatient-app

Version:
54 lines (53 loc) 1.52 kB
{ "name": "@ugandaemr/esm-outpatient-app", "version": "1.0.2", "license": "MPL-2.0", "description": "Outpatient microfrontend for UgandaEMR", "browser": "dist/esm-outpatient-app.js", "main": "src/index.ts", "source": true, "scripts": { "start": "openmrs develop ", "serve": "webpack serve --mode=development", "debug": "npm run serve", "build": "webpack --mode production", "analyze": "webpack --mode=production --env.analyze=true", "lint": "eslint src --ext tsx,ts --fix --max-warnings=0", "typescript": "tsc", "extract-translations": "i18next 'src/**/*.component.tsx' --config ../../tools/i18next-parser.config.js" }, "browserslist": [ "extends browserslist-config-openmrs" ], "keywords": [ "openmrs", "microfrontends", "ugandaEMR", "outpatient" ], "repository": { "type": "git", "url": "git+https://github.com/METS-Programme/esm-ugandaemr-core.git" }, "homepage": "https://github.com/METS-Programme/esm-ugandaemr-core#readme", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/METS-Programme/esm-ugandaemr-core/issues" }, "dependencies": { "@carbon/react": "^1.14.0", "@openmrs/openmrs-form-engine-lib": "next", "lodash-es": "^4.17.15" }, "peerDependencies": { "@openmrs/esm-framework": "5.x", "react": "18.x", "react-i18next": "11.x" }, "devDependencies": { "webpack": "^5.83.1" }, "gitHead": "698a4011760651fe7d023a03b06864e798b51054" }