-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.44 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.44 KB
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
{
"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",
"test-e2e": "playwright test",
"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.83.0",
"@openmrs/esm-framework": "next",
"@playwright/test": "^1.53.2",
"@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/react-router-dom": "^5.3.3",
"@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",
"dotenv": "^16.0.3",
"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": "^25.0.0",
"i18next-parser": "^9.3.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mockdate": "^3.0.5",
"openmrs": "next",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^16.0.0",
"react-router-dom": "^6.3.0",
"rxjs": "^6.6.7",
"swc-loader": "^0.2.6",
"swr": "2.2.5",
"turbo": "^2.2.3",
"typescript": "^5.0.0",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --fix"
},
"packageManager": "yarn@4.12.0"
}