-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
105 lines (105 loc) · 3.03 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
{
"name": "smart_on_fire",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/core": "1.3.6",
"@date-io/date-fns": "1.3.13",
"@material-ui/core": "^4.11.2",
"@material-ui/pickers": "^3.2.10",
"@testing-library/dom": "7.21.4",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.1.2",
"@testing-library/user-event": "^12.2.2",
"@types/hapi": "^18.0.4",
"@types/node": "^10.17.46",
"apexcharts": "^3.23.0",
"autoprefixer": "^10.0.2",
"aws-amplify": "^3.3.11",
"aws-sdk": "^2.804.0",
"axios": "^0.21.0",
"chart.js": "^2.9.4",
"date-fns": "^2.16.1",
"dotenv": "^8.2.0",
"fast-xml-parser": "^3.17.5",
"fhirclient": "^2.3.10",
"he": "^1.2.0",
"intl": "^1.2.5",
"jquery": "^3.5.1",
"node-sass": "^4.0.0",
"popper.js": "^1.16.1",
"postcss": "^8.1.0",
"postcss-custom-properties": "^10.0.0",
"postcss-rtl": "^1.7.3",
"prop-types": "15.5.4",
"querystring": "^0.2.0",
"react": "^16.8.5",
"react-apexcharts": "^1.3.7",
"react-app-polyfill": "^1.0.6",
"react-dom": "^16.8.5",
"react-intl": "^2.8.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"terra-action-header": "^2.60.0",
"terra-aggregate-translations": "^1.10.0",
"terra-application": "^1.40.0",
"terra-application-navigation": "^1.41.0",
"terra-base": "^5.41.0",
"terra-button": "^3.50.0",
"terra-clinical-onset-picker": "^4.26.0",
"terra-collapsible-menu-view": "^6.44.0",
"terra-dynamic-grid": "^3.29.0",
"terra-form-radio": "^4.19.0",
"terra-form-select": "^6.22.0",
"terra-grid": "^6.25.0",
"terra-i18n": "^4.33.0",
"terra-icon": "^3.38.0",
"terra-switch": "1.3.0",
"terra-table": "^4.18.0",
"typescript": "^4.1.2",
"umlsjs": "^0.3.0",
"web-vitals": "^0.2.4",
"webpack-merge": "^5.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"aggregate-translations": "tt-aggregate-translations -l ['en'] -o ./node_modules/terra-i18n/node_modules -f es6",
"start:build": "npm run aggregate-translations && npm run start",
"start:build-prod": "npm run aggregate-translations && npm run build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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"
]
},
"devDependencies": {
"@cerner/duplicate-package-checker-webpack-plugin": "^1.1.0",
"clean-webpack-plugin": "^3.0.0",
"mini-css-extract-plugin": "^1.3.1",
"postcss-assets-webpack-plugin": "^4.0.0",
"terser-webpack-plugin": "^4.2.3"
}
}