-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.4 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
{
"name": "pain-management-factors",
"version": "0.3.0",
"description": "Pain Management Factors SMART-on-FHIR App",
"license": "Apache-2.0",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"commonmark": "^0.30.0",
"core-js": "^3.6.5",
"cql-exec-fhir": "^1.3.1",
"cql-execution": "^1.3.7",
"d3": "^5.16.0",
"d3-array": "^2.4.0",
"d3-axis": "^1.0.12",
"d3-scale": "^3.2.1",
"d3-selection": "^1.4.1",
"d3-shape": "^1.3.7",
"d3-time": "^2.0.0",
"d3-time-format": "^2.2.3",
"d3-transition": "^1.3.2",
"fhirclient": "^2.3.0",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.11",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.6",
"react-collapsible": "^2.6.2",
"react-dom": "^16.12.0",
"react-modal": "^3.11.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"react-table": "^6.11.4",
"react-tooltip": "^3.11.6",
"tocbot": "^4.25.0"
},
"devDependencies": {
"@rescripts/cli": "^0.0.13",
"@rescripts/utilities": "^0.0.6",
"cors": "^2.8.5",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"express": "^4.17.1",
"gh-pages": "^2.2.0",
"jest-enzyme": "^7.1.2",
"mock-local-storage": "^1.1.11",
"react-router-test-context": "^0.1.0",
"typescript": "^3.7.5"
},
"resolutions": {
"ucum": "cmoesel/ucum.js#es5-friendly"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"ie 11",
"edge >= 12"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 11",
"edge >= 12"
]
},
"scripts": {
"start": "rescripts start",
"start-static": "node scripts/serve-build.js",
"build": "rescripts build",
"test": "rescripts test",
"eject": "rescripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"fix-vs-db": "node ./src/utils/fixVsDb",
"upload-test-patients": "node ./src/utils/uploadTestPatients",
"lint": "eslint ."
}
}