-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.72 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "@icrc/esm-patient-journey-app",
"version": "1.0.0",
"license": "BSD-3-Clause",
"description": "The microfrontend module providing the patient journey feature.",
"browser": "dist/openmrs-esm-patient-journey-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": "eslint src --fix --max-warnings=0 -c .eslintrc.js",
"prettier": "prettier --write \"src/**/*.{ts,tsx}\"",
"typescript": "tsc",
"test": "jest --config jest.config.json --passWithNoTests",
"verify": "concurrently 'yarn:lint' 'yarn:test' 'yarn:typescript'",
"coverage": "yarn test -- --coverage ",
"postinstall": "husky install",
"extract-translations": "i18next 'src/**/*.tsx' --config ./tools/i18next-parser.config.js"
},
"publishConfig": {
"access": "public"
},
"browserslist": [
"extends browserslist-config-openmrs"
],
"keywords": [
"openmrs",
"microfrontends"
],
"repository": {
"type": "git",
"url": "https://github.com/icrc/openmrs-esm-patient-journey-app.git"
},
"homepage": "https://github.com/icrc/openmrs-esm-patient-journey-app",
"bugs": {
"url": "https://github.com/icrc/openmrs-esm-patient-journey-app/issues"
},
"resolutions": {
"ejs": "^3.1.7",
"jpeg-js": "^0.4.4"
},
"peerDependencies": {
"@carbon/react": "^1.12.0",
"@openmrs/esm-framework": "5.x",
"@openmrs/esm-patient-common-lib": "6.x",
"carbon-components": "10.x",
"carbon-icons": "7.x",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
"react-router-dom": "6.x",
"rxjs": "6.x"
},
"devDependencies": {
"@openmrs/esm-framework": "next",
"@openmrs/esm-patient-forms-app": "6.1.1-pre.3207",
"@playwright/test": "1.40.1",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.89",
"@swc/jest": "^0.2.29",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.11",
"@types/lodash-es": "^4.17.9",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/parser": "^5.14.0",
"babel-eslint": "^10.1.0",
"babel-preset-minify": "^0.5.2",
"concurrently": "^8.2.1",
"cross-env": "^7.0.3",
"css-loader": "^6.6.0",
"d3-selection": "^3.0.0",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.1",
"eslint-config-ts-react-important-stuff": "^3.0.0",
"eslint-plugin-playwright": "^0.16.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"i18next": "^21.10.0",
"i18next-parser": "^6.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^7.3.0",
"lint-staged": "^14.0.1",
"lodash": "^4.17.21",
"openmrs": "next",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.6",
"react-router-dom": "^6.3.0",
"rxjs": "^6.6.7",
"sass": "^1.54.3",
"swc-loader": "^0.2.3",
"swr": "^2.2.4",
"turbo": "^1.10.14",
"typescript": "^4.8.2",
"webpack": "^5.73.0",
"webpack-cli": "^5.1.4"
},
"packageManager": "[email protected]",
"dependencies": {
"@carbon/charts-react": "^1.5.2",
"@carbon/icons-react": "^11.9.0",
"@carbon/react": "^1.46.0",
"@openmrs/esm-patient-common-lib": "next",
"d3": "^7.0.3"
}
}