|
1 | 1 | { |
2 | 2 | "name": "@openmrs/esm-drugorder-app", |
3 | | - "version": "0.1.2", |
| 3 | + "version": "0.2.0", |
4 | 4 | "description": "Drug order microfrontend for the OpenMRS SPA", |
5 | 5 | "main": "dist/openmrs-esm-drugorder.js", |
6 | 6 | "types": "src/index.ts", |
|
15 | 15 | "prepublishOnly": "npm run build", |
16 | 16 | "test": "jest" |
17 | 17 | }, |
| 18 | + "browserslist": [ |
| 19 | + "extends browserslist-config-openmrs" |
| 20 | + ], |
18 | 21 | "keywords": [ |
19 | 22 | "openmrs" |
20 | 23 | ], |
21 | 24 | "publishConfig": { |
22 | 25 | "access": "public" |
23 | 26 | }, |
24 | | - "browserslist": [ |
25 | | - "extends browserslist-config-openmrs" |
26 | | - ], |
27 | 27 | "husky": { |
28 | 28 | "hooks": { |
29 | 29 | "pre-commit": "pretty-quick --staged && concurrently 'npm:test' 'npm:typescript' 'npm:lint'" |
|
33 | 33 | "type": "git", |
34 | 34 | "url": "git+https://github.com/openmrs/openmrs-esm-drugorder.git" |
35 | 35 | }, |
| 36 | + "bugs": { |
| 37 | + "url": "https://github.com/openmrs/openmrs-esm-drugorder/issues" |
| 38 | + }, |
| 39 | + "dependencies": { |
| 40 | + "@carbon/icons-react": "^10.18.0", |
| 41 | + "carbon-components-react": "^7.19.0", |
| 42 | + "lodash-es": "^4.17.15" |
| 43 | + }, |
| 44 | + "peerDependencies": { |
| 45 | + "@openmrs/esm-error-handling": "^3.0.0", |
| 46 | + "@openmrs/esm-api": "^3.0.0", |
| 47 | + "@openmrs/esm-extensions": "^3.0.0", |
| 48 | + "@openmrs/esm-config": "^3.0.0", |
| 49 | + "@openmrs/esm-patient-chart-widgets": "^1.0.3", |
| 50 | + "@openmrs/esm-styleguide": "^3.0.0", |
| 51 | + "carbon-components": "^10.19.0", |
| 52 | + "carbon-icons": "^7.0.7", |
| 53 | + "i18next": "^19.4.2", |
| 54 | + "react": "^16.9.0", |
| 55 | + "react-dom": "^16.9.0", |
| 56 | + "react-i18next": "^11.3.4", |
| 57 | + "rxjs": "^6.6.2" |
| 58 | + }, |
36 | 59 | "devDependencies": { |
37 | 60 | "@babel/core": "^7.5.5", |
38 | 61 | "@babel/plugin-proposal-class-properties": "^7.5.5", |
39 | 62 | "@babel/preset-env": "^7.5.5", |
40 | 63 | "@babel/preset-react": "^7.0.0", |
41 | 64 | "@babel/preset-typescript": "^7.3.3", |
42 | | - "@carbon/icons-react": "^10.18.0", |
43 | | - "@openmrs/esm-error-handling": "^1.1.0", |
44 | | - "@openmrs/react-root-decorator": "^2.0.0", |
| 65 | + "@openmrs/esm-api": "^3.0.0", |
| 66 | + "@openmrs/esm-config": "^3.0.0", |
| 67 | + "@openmrs/esm-error-handling": "^3.0.0", |
| 68 | + "@openmrs/esm-extensions": "^3.0.0", |
| 69 | + "@openmrs/esm-patient-chart-widgets": "^1.0.3", |
| 70 | + "@openmrs/esm-styleguide": "^3.0.0", |
| 71 | + "@openmrs/react-root-decorator": "^3.3.1", |
45 | 72 | "@testing-library/jest-dom": "^5.7.0", |
46 | 73 | "@testing-library/react": "^9.5.0", |
47 | 74 | "@types/carbon-components-react": "^7.10.9", |
|
53 | 80 | "@types/react-router-dom": "^5.1.5", |
54 | 81 | "@types/single-spa-react": "^2.12.0", |
55 | 82 | "@types/webpack-env": "^1.15.1", |
56 | | - "@openmrs/esm-api": "^3.0.0", |
57 | | - "@openmrs/esm-extension-manager": "^0.1.1", |
58 | | - "@openmrs/esm-module-config": "^2.2.0", |
59 | | - "@openmrs/esm-patient-chart-widgets": "^1.0.3", |
60 | | - "@openmrs/esm-styleguide": "^1.3.0", |
61 | | - "i18next": "^19.4.2", |
62 | | - "react": "^16.9.0", |
63 | | - "react-dom": "^16.9.0", |
64 | | - "react-i18next": "^11.3.4", |
65 | | - "rxjs": "^6.6.2", |
66 | 83 | "@types/yup": "^0.29.3", |
67 | 84 | "babel-eslint": "^10.0.2", |
68 | 85 | "babel-jest": "^24.9.0", |
69 | 86 | "babel-loader": "^8.0.6", |
70 | 87 | "browserslist-config-openmrs": "^1.0.0", |
71 | | - "carbon-components": "^10.19.0", |
72 | | - "carbon-components-react": "^7.19.0", |
73 | | - "carbon-icons": "^7.0.7", |
74 | 88 | "clean-webpack-plugin": "^3.0.0", |
75 | 89 | "concurrently": "^5.0.0", |
76 | 90 | "css-loader": "^3.2.0", |
|
81 | 95 | "eslint-plugin-prettier": "^3.1.0", |
82 | 96 | "fork-ts-checker-webpack-plugin": "^1.5.0", |
83 | 97 | "husky": "^3.0.4", |
| 98 | + "i18next": "^19.4.2", |
84 | 99 | "identity-obj-proxy": "^3.0.0", |
85 | 100 | "jest": "^24.9.0", |
86 | 101 | "jest-cli": "^24.9.0", |
87 | 102 | "kremling": "^2.0.1", |
88 | 103 | "lodash": "^4.17.19", |
| 104 | + "openmrs": "^3.0.2", |
89 | 105 | "prettier": "^1.18.2", |
90 | 106 | "pretty-quick": "^1.11.1", |
| 107 | + "react": "^16.9.0", |
| 108 | + "react-dom": "^16.9.0", |
| 109 | + "react-i18next": "^11.3.4", |
91 | 110 | "react-router": "^5.0.1", |
92 | 111 | "react-router-dom": "^5.2.0", |
| 112 | + "rxjs": "^6.6.2", |
93 | 113 | "single-spa-react": "^2.10.2", |
94 | 114 | "style-loader": "^1.0.0", |
95 | 115 | "systemjs-webpack-interop": "^1.1.0", |
96 | | - "typescript": "^3.5.3", |
| 116 | + "typescript": "^4.0.3", |
97 | 117 | "webpack": "^4.39.2", |
98 | 118 | "webpack-cli": "^3.3.7", |
99 | 119 | "webpack-dev-server": "^3.8.0" |
100 | | - }, |
101 | | - "peerDependencies": { |
102 | | - "@openmrs/esm-api": "^3.0.0", |
103 | | - "@openmrs/esm-extension-manager": "^0.1.1", |
104 | | - "@openmrs/esm-module-config": "^2.2.0", |
105 | | - "@openmrs/esm-patient-chart-widgets": "^1.0.3", |
106 | | - "@openmrs/esm-styleguide": "^1.3.0", |
107 | | - "i18next": "^19.4.2", |
108 | | - "react": "^16.9.0", |
109 | | - "react-dom": "^16.9.0", |
110 | | - "react-i18next": "^11.3.4", |
111 | | - "rxjs": "^6.6.2" |
112 | | - }, |
113 | | - "dependencies": { |
114 | | - "lodash-es": "^4.17.15" |
115 | 120 | } |
116 | 121 | } |
0 commit comments