generated from standardhealth/smart-react-app-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
78 lines (78 loc) · 2.3 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
{
"name": "pathways",
"version": "0.1.0",
"private": true,
"homepage": "https://mcode.github.io/pathways",
"dependencies": {
"@ahryman40k/ts-fhir-types": "^4.0.25",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@material-ui/core": "^4.9.5",
"@types/dagre": "^0.7.42",
"@types/fhir": "^0.0.31",
"@types/jest": "^24.0.25",
"@types/node": "^13.1.6",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-select": "^3.0.5",
"@types/shortid": "^0.0.29",
"@types/uuid": "^7.0.0",
"@welldone-software/why-did-you-render": "^4.0.5",
"clsx": "^1.1.0",
"cql-exec-fhir": "1.5.0-beta.1",
"cql-execution": "2.0.0-beta.1",
"css-element-queries": "^1.2.3",
"dagre": "^0.8.5",
"eslint-plugin-only-error": "^1.0.2",
"fhir-mapper": "^3.1.1",
"fhir-visualizers": "~0.0.2",
"fhirclient": "^2.1.0",
"node-sass": "^4.13.1",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react-fontawesome": "^1.6.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-select": "^3.0.8",
"semantic-ui-react": "^0.88.2",
"shortid": "^2.2.15",
"typescript": "^3.7.4",
"uuid": "^7.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.1.2",
"@testing-library/react": "^9.3.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "1.19.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
"test-coverage": "yarn test --coverage --watchAll=false",
"eject": "react-scripts eject",
"lint": "eslint './src/**/*.{ts,tsx}'",
"lint-fix": "eslint './src/**/*.{ts,tsx}' --fix",
"tsx-linting-rules": "eslint --print-config './src/**/*.tsx'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"ie 11",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}