forked from cqframework/cds4cpm-mypain
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 2.17 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
{
"name": "mpc-patient",
"version": "0.2.0",
"private": true,
"homepage": "https://chronic-care.github.io/mpc-patient",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-regular-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/fhir": "^0.0.31",
"@types/jest": "^25.2.1",
"@types/node": "^13.11.0",
"@types/react": "^16.9.32",
"@types/react-dom": "^16.9.6",
"@types/react-youtube": "^7.6.2",
"array.prototype.fill": "^1.0.2",
"bootstrap": "^4.5.0",
"cql-exec-fhir": "^2.0.0",
"cql-execution": "^2.3.0",
"date-fns": "^2.19.0",
"fhirclient": "^2.3.11",
"html-react-parser": "^0.14.1",
"moment": "^2.29.1",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-breakpoint-fix": "^1.0.7",
"react-circular-progressbar": "^2.0.3",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-youtube": "^7.13.0"
},
"devDependencies": {
"@rescripts/cli": "^0.0.13",
"@rescripts/utilities": "^0.0.6",
"@types/react-router-dom": "^5.1.6",
"cors": "^2.8.5",
"express": "^4.17.1",
"gh-pages": "^3.1.0",
"typescript": "^3.8.3"
},
"scripts": {
"start": "rescripts start",
"build": "rescripts build",
"test": "rescripts test",
"eject": "rescripts eject",
"predeploy": "rescripts build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 11"
]
}
}