@ugandaemr/esm-ugandaemr-app
Version:
UgandaEMR microfrontend built on top of OpenMRS 3.x and OHRI
55 lines (54 loc) • 1.74 kB
JSON
{
"name": "@ugandaemr/esm-ugandaemr-app",
"version": "1.0.3",
"license": "MPL-2.0",
"description": "UgandaEMR microfrontend built on top of OpenMRS 3.x and OHRI",
"browser": "dist/esm-ugandaemr-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",
"ugandaemr"
],
"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.64.1",
"@openmrs/openmrs-form-engine-lib": "^2.1.0",
"lodash-es": "^4.17.15"
},
"peerDependencies": {
"@openmrs/esm-framework": "*",
"@openmrs/esm-patient-common-lib": "*",
"react": "18.x",
"react-i18next": "11.x"
},
"devDependencies": {
"webpack": "^5.83.1"
},
"gitHead": "d2c66ad1a78925dbd642be926fff1a7749fc6e2b"
}