-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
91 lines (91 loc) · 2.5 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
{
"name": "pain-management-factors",
"version": "0.4.17",
"description": "Pain Management Factors SMART-on-FHIR App",
"homepage": ".",
"license": "Apache-2.0",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.5",
"@types/react": "^16.9.51",
"@types/react-dom": "^16.9.8",
"axios": "^0.20.0",
"chalk": "^4.1.0",
"console-feed": "^3.1.10",
"core-js": "^3.6.5",
"cql-execution": "^1.3.7",
"es6-promise": "^4.2.8",
"esm": "^3.2.25",
"fetch-everywhere": "^1.0.5",
"fhirclient": "2.3.10",
"markdown-to-jsx": "^7.0.1",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"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.2.0",
"react-table": "^6.11.4",
"react-tooltip": "^3.11.6",
"sass": "^1.49.9",
"setprototypeof": "^1.2.0",
"ucum": "cmoesel/ucum.js#es5-friendly",
"url-polyfill": "^1.1.10"
},
"devDependencies": {
"@rescripts/cli": "^0.0.13",
"@rescripts/utilities": "^0.0.6",
"cors": "^2.8.5",
"cql-exec-vsac": "^1.1.1",
"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",
"temp": "^0.9.1",
"typescript": "^4.0.3"
},
"resolutions": {
"ucum": "cmoesel/ucum.js#es5-friendly"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"ie > 9"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie > 9"
]
},
"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",
"upload-test-patients": "node ./src/utils/uploadTestPatients",
"lint": "eslint ."
}
}