UNPKG

@kenyaemr/esm-dispensing-app

Version:
97 lines 2.86 kB
{ "name": "@kenyaemr/esm-dispensing-app", "version": "1.2.2-pre.3", "license": "MPL-2.0", "description": "Medication dispensing application", "browser": "dist/kenyaemr-esm-dispensing-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", "prettier": "prettier --write \"src/**/*.{ts,tsx}\"", "lint": "eslint src --ext js,jsx,ts,tsx", "test": "jest --config jest.config.js", "typescript": "tsc", "verify": "concurrently 'yarn:lint' 'yarn:test' 'yarn:typescript'", "coverage": "yarn test --coverage", "postinstall": "husky install" }, "browserslist": [ "extends browserslist-config-openmrs" ], "keywords": [ "openmrs", "microfrontends", "medication", "dispensing", "pharmacy" ], "repository": { "type": "git", "url": "git+https://github.com/openmrs/openmrs-esm-dispensing.git" }, "homepage": "https://github.com/openmrs/openmrs-esm-dispensing#readme", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/openmrs/openmrs-esm-dispensing/issues" }, "dependencies": { "@carbon/react": "1.12.0", "lodash-es": "^4.17.15" }, "peerDependencies": { "@openmrs/esm-framework": "*", "dayjs": "1.x", "react": "18.x", "react-dom": "18.x", "react-i18next": "11.x", "rxjs": "6.x", "swr": "2.x" }, "devDependencies": { "@openmrs/esm-framework": "next", "@swc/core": "^1.2.189", "@swc/jest": "^0.2.21", "@testing-library/dom": "^8.16.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^14.2.1", "@types/jest": "^28.1.4", "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "@types/react-router": "^5.1.14", "@types/react-router-dom": "^5.1.7", "@types/webpack-env": "^1.16.0", "@typescript-eslint/parser": "^4.26.0", "concurrently": "^6.2.0", "dayjs": "1.x", "eslint": "^7.27.0", "eslint-config-prettier": "^8.3.0", "eslint-config-ts-react-important-stuff": "^3.0.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-unused-imports": "^2.0.0", "husky": "^6.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^28.1.2", "jest-cli": "^28.1.2", "jest-environment-jsdom": "^28.1.2", "openmrs": "next", "prettier": "^2.3.0", "pretty-quick": "^3.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^11.7.0", "react-router-dom": "^6.3.0", "rxjs": "^6.5.4", "swr": "^2.2.4", "typescript": "^4.3.2", "webpack": "^5.88.0" }, "packageManager": "yarn@3.6.4", "stableVersion": "1.2.1" }