UNPKG

@epcare/esm-referal-laboratory-app

Version:
124 lines 3.79 kB
{ "name": "@epcare/esm-referal-laboratory-app", "version": "1.0.1-pre.3", "license": "MPL-2.0", "description": "Laboratory microfrontend for OpenMRS 3.x", "browser": "dist/esm-referal-laboratory-app.js", "main": "src/index.ts", "source": true, "scripts": { "start": "openmrs develop", "serve": "webpack serve --mode=development", "build": "webpack --mode production", "analyze": "webpack --mode=production --env analyze=true", "lint": "TIMING=1 eslint src --ext js,jsx,ts,tsx", "prettier": "prettier --write \"src/**/*.{ts,tsx}\"", "typescript": "tsc", "test": "jest --config jest.config.js --passWithNoTests", "verify": "turbo lint typescript test", "extract-translations": "i18next 'src/**/*.component.tsx' --config ./i18next-parser.config.js", "coverage": "yarn test -- --coverage", "prepare": "husky install" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged && yarn verify" } }, "browserslist": [ "extends browserslist-config-openmrs" ], "keywords": [ "openmrs", "microfrontends", "laboratory" ], "repository": { "type": "git", "url": "git+https://github.com/epcare/epcare-esm-referrallab.git" }, "homepage": "https://github.com/epcare/epcare-esm-referrallab.git#readme", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/epcare/epcare-esm-referrallab.git/issues" }, "dependencies": { "@carbon/react": "^1.83.0", "@hookform/resolvers": "^5.0.1", "lodash-es": "^4.17.21", "react-hook-form": "^7.49.3", "react-to-print": "^2.14.15", "zod": "^3.23.8" }, "peerDependencies": { "@openmrs/esm-framework": "*", "dayjs": "^1.11.6", "react": "^18.3.1", "react-i18next": "^16.0.0", "react-router-dom": "^6.16.0", "rxjs": "^6.6.7" }, "devDependencies": { "@openmrs/esm-extensions": "next", "@openmrs/esm-framework": "next", "@openmrs/esm-patient-common-lib": "next", "@openmrs/esm-react-utils": "next", "@openmrs/esm-styleguide": "next", "@swc/cli": "^0.1.62", "@swc/core": "^1.3.89", "@swc/jest": "^0.2.29", "@testing-library/dom": "^10.1.0", "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.11", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0", "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", "@types/webpack-env": "^1.18.8", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "carbon-components-react": "^8.34.0", "concurrently": "^8.2.1", "css-loader": "^6.6.0", "dayjs": "^1.11.10", "eslint": "^8.57.1", "eslint-config-prettier": "^8.8.0", "eslint-config-ts-react-important-stuff": "^3.0.0", "eslint-plugin-prettier": "^5.0.0", "file-saver": "^2.0.5", "husky": "^8.0.3", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-cli": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "lerna": "^5.6.1", "openmrs": "next", "plotly.js": "^2.24.3", "prettier": "^3.0.3", "pretty-quick": "^3.1.3", "raw-loader": "^4.0.2", "react": "^18.3.1", "react-csv": "^2.2.2", "react-dom": "^18.3.1", "react-i18next": "^16.0.0", "react-pivottable": "^0.11.0", "react-plotly.js": "^2.0.0", "react-router-dom": "^6.16.0", "react-table": "^7.8.0", "rxjs": "^6.6.7", "swc-loader": "^0.2.3", "turbo": "^2.5.2", "typescript": "^5.8.3", "webpack": "^5.99.9", "webpack-cli": "^6.0.1" }, "resolutions": { "@carbon/react": "^1.83.0" }, "packageManager": "yarn@4.10.3", "stableVersion": "1.0.0" }