UNPKG

@openmrs/esm-framework

Version:
76 lines 2.23 kB
{ "name": "@openmrs/esm-framework", "version": "6.3.0", "license": "MPL-2.0", "browser": "dist/openmrs-esm-framework.js", "main": "src/index.ts", "source": true, "scripts": { "document": "../../../document.sh esm-framework", "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", "build": "webpack --mode=production", "build:development": "webpack --mode development", "analyze": "webpack --mode=production --env analyze=true", "typescript": "tsc", "lint": "eslint src --ext ts,tsx" }, "keywords": [ "openmrs", "framework", "frontend", "ui", "microfrontends" ], "browserslist": [ "extends browserslist-config-openmrs" ], "repository": { "type": "git", "url": "git+https://github.com/openmrs/openmrs-esm-core.git" }, "bugs": { "url": "https://github.com/openmrs/openmrs-esm-core/issues" }, "homepage": "https://github.com/openmrs/openmrs-esm-core#readme", "publishConfig": { "access": "public" }, "dependencies": { "@openmrs/esm-api": "6.3.0", "@openmrs/esm-config": "6.3.0", "@openmrs/esm-context": "6.3.0", "@openmrs/esm-dynamic-loading": "6.3.0", "@openmrs/esm-error-handling": "6.3.0", "@openmrs/esm-expression-evaluator": "6.3.0", "@openmrs/esm-extensions": "6.3.0", "@openmrs/esm-feature-flags": "6.3.0", "@openmrs/esm-globals": "6.3.0", "@openmrs/esm-navigation": "6.3.0", "@openmrs/esm-offline": "6.3.0", "@openmrs/esm-react-utils": "6.3.0", "@openmrs/esm-routes": "6.3.0", "@openmrs/esm-state": "6.3.0", "@openmrs/esm-styleguide": "6.3.0", "@openmrs/esm-translations": "6.3.0", "@openmrs/esm-utils": "6.3.0", "dayjs": "^1.10.7" }, "peerDependencies": { "dayjs": "1.x", "i18next": "21.x", "react": "18.x", "react-dom": "18.x", "react-i18next": "11.x", "rxjs": "6.x", "single-spa": "6.x", "swr": "2.x" }, "devDependencies": { "jest": "^29.7.0", "jest-cli": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "svgo-loader": "^4.0.0", "webpack": "^5.88.0" } }