forked from UCSF-IGHS/openmrs-esm-ohri
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.92 KB
/
Copy pathpackage.json
File metadata and controls
130 lines (130 loc) · 4.92 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
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
123
124
125
126
127
128
129
130
{
"name": "@ohri/openmrs-esm-ohri",
"private": true,
"description": "OHRI MicroFrontend for OpenMRS SPA",
"workspaces": [
"packages/*"
],
"scripts": {
"ci:prepublish": "lerna publish from-package --no-git-reset --yes --dist-tag next",
"ci:prerelease": "lerna version prerelease --no-git-tag-version --yes",
"ci:publish": "lerna publish from-package --yes",
"ci:release": "lerna version --no-git-tag-version",
"coverage": "yarn test --coverage",
"extract-translations": "lerna run extract-translations",
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx}\"",
"start": "openmrs develop --backend https://ohri-dev.globalhealthapp.net --sources 'packages/esm-*-app/'",
"start:core": "openmrs develop --backend https://ohri-dev.globalhealthapp.net --sources packages/esm-ohri-core-app",
"start:covid": "openmrs develop --backend https://ohri-dev.globalhealthapp.net --sources packages/esm-covid-app",
"start:hiv": "openmrs develop --backend https://ohri-dev.globalhealthapp.net --sources packages/esm-hiv-app",
"start:cervical-cancer": "openmrs develop --backend https://ohri-dev.globalhealthapp.net --sources packages/esm-cervical-cancer-app",
"start:form-render": "openmrs develop --backend https://ohri-dev.globalhealthapp.net --sources packages/esm-form-render-app",
"test": "jest --config jest.config.js --verbose false --passWithNoTests",
"test-watch": "jest --watch --config jest.config.js",
"verify": "lerna run lint -- --fix && lerna run test && lerna run typescript",
"ci:publish-next": "lerna publish from-package --no-git-reset --dist-tag next --yes",
"ci:publish-next-patch": "lerna version patch && lerna publish from-package --no-git-reset --dist-tag next --yes",
"release": "lerna version --no-git-tag-version",
"setup": "npx lerna clean --yes && npx lerna bootstrap && npx lerna run build"
},
"dependencies": {
"@carbon/icons-react": "^10.49.0",
"ace-builds": "^1.4.14",
"carbon-components-react": "^7.56.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"formik": "^2.2.6",
"jest-coverage-badges": "^1.0.0",
"lodash-es": "^4.17.15",
"moment": "^2.29.3",
"@ohri/openmrs-ohri-form-engine-lib": "next",
"react-ace": "^9.4.4",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-markdown": "^7.1.0",
"react-scroll": "^1.8.7",
"react-test-renderer": "^16.9.0",
"react-waypoint": "^10.1.0",
"semver": "^7.3.7",
"systemjs-webpack-interop": "^2.3.2",
"yup": "^0.29.1"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.17.9",
"@openmrs/esm-framework": "^3.4.1-pre.77",
"@testing-library/dom": "^7.20.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^10.4.3",
"@testing-library/user-event": "^12.0.11",
"@types/carbon-components-react": "^7.55.0",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.182",
"@types/react": "^16.14.25",
"@types/react-dom": "^16.9.0",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@types/single-spa-react": "^2.12.0",
"@types/webpack-env": "^1.16.4",
"@types/yup": "^0.29.3",
"@typescript-eslint/parser": "^4.26.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.9.0",
"babel-loader": "^8.2.5",
"browserslist-config-openmrs": "^1.0.0",
"carbon-components": "^10.56.0",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^6.3.0",
"css-loader": "^3.2.0",
"dayjs": "^1.11.1",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.13.0",
"eslint-config-ts-react-important-stuff": "^3.0.0",
"eslint-plugin-prettier": "^3.1.4",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.5.1",
"husky": "^3.0.4",
"i18next": "^19.4.2",
"identity-obj-proxy": "^3.0.0",
"istanbul-badges-readme": "^1.4.0",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"lerna": "^4.0.0",
"node-sass": "^6.0.1",
"openmrs": "^3.4.1-pre.77",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-i18next": "^11.16.7",
"react-router": "^5.3.1",
"react-router-dom": "^5.3.1",
"rxjs": "^6.6.2",
"sass-loader": "^10.2.1",
"style-loader": "^1.0.0",
"typescript": "^4.6.3",
"unistore": "^3.5.2",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
},
"keywords": [
"openmrs"
],
"publishConfig": {
"access": "public"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && concurrently 'npm:verify'"
}
}
}