-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.33 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
{
"name": "argonaut-subscription-client-ui",
"version": "0.1.0",
"private": true,
"peerDependencies": {
"lodash": "^4.17.13"
},
"dependencies": {
"@blueprintjs/core": "^3.31.0",
"@blueprintjs/datetime": "^3.18.6",
"@blueprintjs/icons": "^3.16.0",
"@blueprintjs/select": "^3.13.7",
"@blueprintjs/table": "^3.8.5",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.37",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@types/react-syntax-highlighter": "^13.5.2",
"fhir4": "file:fhir4",
"fhir5": "file:fhir5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^7.1.1",
"react-scripts": "4.0.3",
"react-syntax-highlighter": "^15.4.5",
"source-map-explorer": "^2.5.2",
"typescript": "^4.4.4"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}