forked from chronic-care/mycareplanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.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
{
"name": "mycareplanner",
"version": "2.0.0",
"private": true,
"homepage": "https://chronic-care.github.io/mycareplanner",
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@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",
"@mui/icons-material": "^5.10.14",
"@mui/lab": "^5.0.0-alpha.74",
"@mui/material": "^5.5.2",
"@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.5.2",
"html-react-parser": "^0.14.1",
"immer": "9.0.6",
"localforage": "^1.10.0",
"minimist": "1.2.6",
"moment": "^2.29.4",
"axios": "^0.27.2",
"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-tabs": "^3.2.3",
"react-youtube": "^7.13.0",
"shell-quote": "1.7.3"
},
"devDependencies": {
"@rescripts/cli": "^0.0.13",
"@rescripts/utilities": "^0.0.6",
"@types/react-router-dom": "^5.1.6",
"@types/react-tabs": "^2.3.4",
"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"
]
}
}