forked from openmrs/openmrs-esm-patient-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.61 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
{
"name": "@openmrs/esm-patient-chart",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"start": "openmrs develop --sources packages/esm-patient-chart-app/",
"ci:publish": "lerna publish from-package --yes",
"ci:prepublish": "lerna publish from-package --no-git-reset --yes --dist-tag next",
"release": "lerna version --no-git-tag-version",
"verify": "turbo lint && turbo typescript && turbo test --color --concurrency=5",
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx,css,scss}\" \"e2e/**/*.ts\"",
"postinstall": "husky install",
"ci:bump-form-engine-lib": "yarn up @openmrs/openmrs-form-engine-lib@next",
"test-e2e": "playwright test"
},
"devDependencies": {
"@openmrs/esm-framework": "next",
"@playwright/test": "^1.30.0",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.165",
"@swc/jest": "^0.2.21",
"@testing-library/dom": "^8.16.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/jest": "^28.1.4",
"@types/lodash-es": "^4.17.3",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/testing-library__jest-dom": "^5.14.1",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^5.18.0",
"babel-preset-minify": "^0.5.1",
"concurrently": "^6.5.1",
"cross-env": "^7.0.3",
"css-loader": "^6.6.0",
"d3-selection": "^3.0.0",
"dayjs": "^1.8.36",
"dotenv": "^16.0.3",
"eslint": "^7.20.0",
"eslint-config-prettier": "^8.2.0",
"eslint-config-ts-react-important-stuff": "^3.0.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^8.0.1",
"i18next": "^19.7.0",
"i18next-parser": "^5.4.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.2",
"jest-cli": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"lerna": "^4.0.0",
"lodash": "^4.17.21",
"openmrs": "next",
"prettier": "^2.2.1",
"pretty-quick": "^2.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.6",
"react-router-dom": "^6.3.0",
"rxjs": "^6.6.3",
"sass": "^1.54.3",
"swc-loader": "^0.2.3",
"swr": "^2.2.1",
"turbo": "^1.5.5",
"typescript": "^4.0.3",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.1"
},
"resolutions": {
"sass": "^1.54.3"
},
"packageManager": "yarn@3.6.1",
"dependencies": {
"@hookform/resolvers": "^3.1.1",
"react-hook-form": "^7.45.1",
"react-to-print": "^2.14.13",
"zod": "^3.21.4"
}
}