@openmrs/esm-patient-vitals-app
Version:
Patient vitals microfrontend for the OpenMRS SPA
59 lines • 2.02 kB
JSON
{
"name": "@openmrs/esm-patient-vitals-app",
"version": "11.3.1-pre.9084",
"license": "MPL-2.0",
"description": "Patient vitals microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-patient-vitals-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 --color",
"analyze": "webpack --mode=production --env analyze=true",
"lint": "cross-env eslint src --ext tsx,ts --fix --max-warnings=0",
"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",
"coverage": "yarn test --coverage",
"typescript": "tsc",
"extract-translations": "i18next 'src/**/*.component.tsx' 'src/**/*.modal.tsx' 'src/**/*.extension.tsx' 'src/**/*.workspace.tsx' 'src/**/*.hook.tsx' 'src/index.ts' --config ../../tools/i18next-parser.config.js"
},
"browserslist": [
"extends browserslist-config-openmrs"
],
"keywords": [
"openmrs"
],
"homepage": "https://github.com/openmrs/openmrs-esm-patient-chart#readme",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openmrs/openmrs-esm-patient-chart.git"
},
"bugs": {
"url": "https://github.com/openmrs/openmrs-esm-patient-chart/issues"
},
"dependencies": {
"@carbon/charts-react": "^1.27.0",
"@carbon/react": "^1.83.0",
"@openmrs/esm-patient-common-lib": "next",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@openmrs/esm-framework": "8.x",
"@openmrs/esm-patient-common-lib": "11.x",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "16.x",
"react-router-dom": "6.x",
"rxjs": "6.x",
"swr": "2.x"
},
"devDependencies": {
"@openmrs/esm-patient-common-lib": "11.3.1-pre.9084"
},
"stableVersion": "11.3.0"
}