forked from openmrs/openmrs-esm-patient-chart-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 4.38 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
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
131
132
{
"name": "@openmrs/esm-patient-chart-widgets",
"version": "1.2.0",
"description": "Patient dashboard widgets microfrontend for the OpenMRS SPA",
"main": "dist/openmrs-esm-patient-chart-widgets.js",
"types": "src/index.ts",
"license": "MPL-2.0",
"homepage": "https://github.com/openmrs/openmrs-esm-patient-chart-widgets#readme",
"scripts": {
"start": "openmrs debug --importmap @",
"serve": "webpack-dev-server",
"debug": "npm run serve",
"build": "webpack --mode production",
"analyze": "webpack --mode=production --env.analyze=true",
"lint": "eslint src --ext tsx",
"prettier": "prettier 'src/**/*' --write",
"typescript": "tsc",
"document": "config-autodoc -e src/openmrs-esm-patient-chart-widgets.tsx -d './config-schema,./widgets/vitals/vitals-config-schema,./widgets/immunizations/immunization-widget-config-schema'",
"prepublishOnly": "npm run build",
"test": "jest --config jest.config.json --verbose false",
"coverage": "npm test -- --coverage"
},
"browserslist": [
"extends browserslist-config-openmrs"
],
"keywords": [
"openmrs"
],
"publishConfig": {
"access": "public"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && concurrently npm:lint npm:typescript npm:coverage"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/openmrs/openmrs-esm-patient-chart-widgets.git"
},
"bugs": {
"url": "https://github.com/openmrs/openmrs-esm-patient-chart-widgets/issues"
},
"dependencies": {
"@carbon/charts-react": "^0.41.14",
"@carbon/icons-react": "^10.21.0",
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"carbon-components-react": "^7.25.0",
"d3": "^5.16.0",
"lodash-es": "^4.17.15",
"react-grid-gallery": "^0.5.5",
"react-html5-camera-photo": "^1.5.4",
"systemjs-webpack-interop": "^1.1.2"
},
"peerDependencies": {
"@openmrs/esm-framework": "3.x",
"carbon-components": "^10.19.0",
"carbon-icons": "^7.0.7",
"dayjs": "^1.8.24",
"react": "^16.13.1",
"react-i18next": "^11.3.4",
"react-router-dom": "^5.1.2",
"rxjs": "^6.5.5"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@babel/runtime": "^7.12.13",
"@openmrs/esm-framework": "next",
"@testing-library/dom": "^7.28.1",
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^12.5.0",
"@types/carbon-components": "^10.23.0",
"@types/carbon-components-react": "^7.24.0",
"@types/carbon__icons-react": "^10.24.0",
"@types/jest": "^24.9.1",
"@types/lodash-es": "^4.17.3",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/react-router": "^5.1.5",
"@types/react-router-dom": "^5.1.4",
"@types/systemjs": "^6.1.0",
"@types/webpack-env": "^1.15.1",
"babel-eslint": "^11.0.0-beta.2",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"browserslist-config-openmrs": "^1.0.1",
"carbon-components": "^10.24.0",
"carbon-icons": "^7.0.7",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^5.1.0",
"css-loader": "^3.6.0",
"dayjs": "^1.8.24",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-ts-react-important-stuff": "^1.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react-hooks": "^4.0.5",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^3.1.1",
"husky": "^3.1.0",
"i18next": "^19.4.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"node-sass": "^5.0.0",
"openmrs": "next",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-i18next": "^11.3.4",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"rxjs": "^6.5.5",
"sass": "^1.29.0",
"sass-loader": "^10.1.0",
"style-loader": "^1.1.4",
"typescript": "^4.0.5",
"webpack": "^4.42.1",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}