-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
134 lines (134 loc) · 3.95 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "cds_authoring_tool",
"version": "0.1.0",
"proxy": "http://localhost:3001",
"homepage": "https://cds.ahrq.gov/authoring",
"license": "Apache-2.0",
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fontsource/merriweather": "^5.0.13",
"@fontsource/open-sans": "^5.0.28",
"@fontsource/public-sans": "^5.0.18",
"@fontsource/roboto-mono": "^5.0.18",
"@fontsource/source-sans-pro": "^5.0.8",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/styles": "^5.16.6",
"@mui/x-date-pickers": "^7.12.0",
"axios": "^1.7.5",
"bootstrap": "^5.3.3",
"classnames": "^2.5.1",
"clsx": "^2.0.0",
"cql-exec-fhir": "^2.1.5",
"cql-execution": "^3.1.0",
"date-fns": "^3.6.0",
"deepmerge": "^4.3.1",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"dotenv-flow": "^4.1.0",
"express": "^4.19.2",
"express-http-proxy": "^2.0.0",
"file-saver": "^2.0.5",
"formik": "^2.4.6",
"helmet": "^7.1.0",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"morgan": "^1.10.0",
"pluralize": "^8.0.0",
"prism-react-renderer": "^2.3.1",
"promise": "^8.3.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-app-polyfill": "^3.0.0",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.3",
"react-helmet": "^6.1.0",
"react-query": "^3.39.3",
"react-redux": "^8.1.3",
"react-router-dom": "^5.3.4",
"react-tabs": "^4.3.0",
"react-use": "^17.5.1",
"react-waypoint": "^10.3.0",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.2.0",
"redux-thunk": "^2.4.2",
"slug": "^9.1.0",
"tocbot": "~4.17.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.2",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-prettier": "^5.2.1",
"nock": "^13.5.4",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"react-scripts": "5.0.1",
"redux-mock-store": "^1.5.4",
"redux-test-utils": "^1.0.2",
"sass": "^1.77.8",
"stylelint": "^16.8.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0"
},
"overrides": {
"nth-check": "2.1.1",
"postcss": "8.4.31",
"react-side-effect": "2.1.2"
},
"scripts": {
"build": "craco build",
"start": "craco start",
"_start-prod": "node server.js",
"start-prod": "run-s build _start-prod",
"test": "craco test",
"test-ci": "CI=1 craco --no-compilation-cache --expose-gc test --coverage=false --runInBand --logHeapUsage",
"test-debug": "CI=1 craco --inspect-brk test --runInBand --no-cache",
"eject": "react-scripts eject",
"prettier": "prettier --check \"**/*.+(js|jsx|json|css|md)\"",
"prettier:fix": "prettier --write \"**/*.+(js|jsx|json|css|md)\"",
"lint": "run-p --aggregate-output -c lint:css lint:js",
"lint:fix": "eslint --fix .",
"lint:css": "stylelint 'src/styles/**/*.scss'",
"lint:js": "eslint ."
},
"browserslist": {
"development": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"ie 11"
],
"production": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"ie 11"
]
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!axios)/"
]
},
"prettier": {
"trailingComma": "none",
"singleQuote": true,
"printWidth": 120,
"arrowParens": "avoid"
}
}