-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.22 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
{
"name": "@pih/openmrs-esm-pihemr",
"version": "2.1.0",
"private": true,
"description": "PIH EMR Monorepo for OpenMRS 3.x",
"workspaces": [
"packages/*"
],
"scripts": {
"start": "openmrs develop",
"ci:publish": "yarn workspaces foreach --all --topological --exclude @pih/openmrs-esm-pihemr npm publish --access public --tag latest",
"ci:prepublish": "yarn workspaces foreach --all --topological --exclude @pih/openmrs-esm-pihemr npm publish --access public --tag next",
"release": "yarn workspaces foreach --all --topological version",
"verify": "turbo lint typescript test --color --concurrency=2",
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx,css,scss}\" \"e2e/**/*.ts\" --list-different",
"postinstall": "husky install",
"extract-translations": "turbo extract-translations -- --config ../../tools/i18next-parser.config.js"
},
"devDependencies": {
"@carbon/react": "~1.37.0",
"@openmrs/esm-framework": "next",
"@playwright/test": "^1.42.1",
"@swc/core": "^1.2.203",
"@swc/jest": "^0.2.21",
"@testing-library/dom": "^7.20.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.4",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"i18next": "^21.10.0",
"i18next-parser": "^6.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.4",
"jest-cli": "^27.0.4",
"mockdate": "^3.0.5",
"openmrs": "next",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "^6.6.7",
"swc-loader": "^0.2.6",
"turbo": "^2.2.3",
"typescript": "^4.9.5",
"webpack": "^5.90.3",
"webpack-cli": "^4.10.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --fix"
},
"packageManager": "yarn@4.1.1"
}