forked from UCSF-IGHS/esm-namibia-emr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.8 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@ohri/esm-namibia-emr-app",
"version": "1.0.2",
"license": "MPL-2.0",
"description": "A microfrontend for Namibia EMR",
"browser": "dist/esm-namibia-emr-app.js",
"main": "src/index.ts",
"source": true,
"scripts": {
"start": "openmrs develop --backend https://ohri-namibia-dev.globalhealthapp.net",
"serve": "webpack serve --mode=development",
"build": "webpack --mode production",
"analyze": "webpack --mode=production --env.analyze=true",
"lint": "eslint src --ext js,jsx,ts,tsx",
"prettier": "prettier --write \"src/**/*.{ts,tsx}\"",
"typescript": "tsc",
"test": "jest --config jest.config.js",
"verify": "concurrently 'yarn:lint' 'yarn:test' 'yarn:typescript'",
"coverage": "yarn test -- --coverage",
"prepare": "husky install"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && yarn verify"
}
},
"browserslist": [
"extends browserslist-config-openmrs"
],
"keywords": [
"openmrs",
"microfrontends",
"ohri",
"pmtct",
"namibia"
],
"repository": {
"type": "git",
"url": "git+https://github.com/UCSF-IGHS/esm-namibia-emr.git"
},
"homepage": "https://github.com/UCSF-IGHS/esm-namibia-emr#readme",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/UCSF-IGHS/esm-namibia-emr/issues"
},
"dependencies": {
"@carbon/react": "^1.15.0",
"lodash-es": "^4.17.15"
},
"peerDependencies": {
"@openmrs/esm-framework": "4.x",
"react": "18.x",
"react-i18next": "11.x",
"rxjs": "6.x"
},
"devDependencies": {
"@ohri/openmrs-esm-ohri-commons-lib": "next",
"@openmrs/esm-framework": "next",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.6",
"@swc/jest": "^0.2.23",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.0.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/parser": "^5.40.0",
"concurrently": "^7.4.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-ts-react-important-stuff": "^3.0.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.0.0",
"jest-cli": "^28.0.0",
"jest-environment-jsdom": "^28.0.0",
"openmrs": "next",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.6",
"rxjs": "^6.5.4",
"swc-loader": "^0.2.3",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"resolutions": {
"@carbon/react": "1.15.0"
},
"packageManager": "[email protected]"
}