generated from openmrs/openmrs-esm-template-app
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
96 lines (96 loc) · 3.58 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
{
"name": "@ugandaemr/esm-ugandaemr-core",
"private": true,
"version": "1.0.2",
"description": "Microfrontends for UgandaEMR built on top of OpenMRS 3.x and OHRI",
"workspaces": [
"packages/*"
],
"scripts": {
"start": "openmrs develop",
"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 run lint && turbo run typescript",
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx,css,scss}\"",
"test": "cross-env TZ=UTC jest --config jest.config.json --verbose false --passWithNoTests",
"test-watch": "cross-env TZ=UTC jest --watch --config jest.config.json",
"coverage": "yarn test --coverage",
"prepare": "husky install",
"extract-translations": "lerna run extract-translations -- --config ../../tools/i18next-parser.config.js"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@types/base-64": "^1.0.0",
"axios": "^1.4.0",
"base-64": "^1.0.0",
"buffer": "^6.0.3",
"dayjs": "^1.11.6",
"react-full-screen": "^1.1.1",
"react-grid-layout": "^1.3.4",
"react-hook-form": "^7.51.0",
"react-to-print": "^2.14.13",
"recharts": "^2.7.2",
"swr": "^2.1.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@carbon/react": "^1.64.1",
"@openmrs/esm-framework": "5.8.2-pre.2417",
"@openmrs/esm-patient-common-lib": "next",
"@openmrs/esm-styleguide": "next",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.6",
"@swc/jest": "^0.2.23",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.8",
"@types/lodash-es": "^4.17.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.1",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^7.4.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-ts-react-important-stuff": "^3.0.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"i18next": "^23.2.8",
"i18next-parser": "^8.0.0",
"identity-obj-proxy": "^3.0.0",
"install-peers": "^1.0.4",
"jest": "^28.1.3",
"jest-cli": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"lerna": "^5.6.1",
"lodash": "^4.17.21",
"openmrs": "next",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.6",
"react-router-dom": "^6.14.1",
"rxjs": "^6.6.7",
"sass": "^1.54.3",
"swc-loader": "^0.2.3",
"systemjs-webpack-interop": "^2.3.7",
"turbo": "^1.10.13",
"typescript": "^5.0.2",
"webpack": "^5.83.1",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.8.1"
},
"packageManager": "[email protected]"
}