-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
137 lines (137 loc) · 4.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
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
135
136
137
{
"name": "web",
"type": "module",
"version": "0.3.1",
"private": true,
"workspaces": [
"packages/@beda.software/fhir-questionnaire",
"contrib/sdc-ide/shared"
],
"strict": true,
"dependencies": {
"@aehrc/smart-forms-renderer": "^0.35.5",
"@beda.software/fhir-questionnaire": "1.0.0",
"@aehrc/sdc-populate": "2.2.7",
"@beda.software/fhir-react": "^1.8.6",
"@beda.software/remote-data": "^1.1.3",
"@codemirror/commands": "^6.2.4",
"@codemirror/language": "^6.9.0",
"@codemirror/legacy-modes": "^6.3.3",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.16.0",
"@emotion/styled": "^11.11.5",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.15.10",
"@mui/lab": "^5.0.0-alpha.165",
"@mui/material": "^5.15.10",
"@mui/x-date-pickers": "^6.19.4",
"@sentry/browser": "^6.19.7",
"@sentry/react": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"@tanstack/react-query": "^4.36.0",
"@testing-library/dom": "^8.11.0",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^13.2.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "^13.5.0",
"@types/classnames": "^2.3.1",
"@types/jest": "^27.0.2",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.6",
"@types/react": "^18.0.15",
"@types/react-codemirror": "^1.0.8",
"@types/react-dom": "^18.0.6",
"@types/react-final-form-listeners": "^1.0.0",
"@types/react-router-dom": "^5.3.3",
"@types/react-select": "^3.1.2",
"@types/react-toastify": "^4.1.0",
"@types/yaml": "^1.9.7",
"allotment": "^1.20.2",
"babel-loader": "8.1.0",
"babel-plugin-import": "^1.13.3",
"classnames": "^2.3.1",
"fhirpath": "^3.5.0",
"final-form": "^4.20.4",
"final-form-arrays": "^3.0.2",
"global": "^4.4.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"query-string": "^7.0.1",
"react": "18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "18.2.0",
"react-final-form": "^6.5.9",
"react-final-form-arrays": "^3.1.3",
"react-final-form-listeners": "^1.0.3",
"react-router-dom": "^6.15.0",
"react-scripts": "5.0.1",
"react-select": "^5.4.0",
"react-toastify": "^9.0.5",
"sass": "^1.50.0",
"sdc-qrf": "*",
"shared": "0.0.2",
"ts-jest": "^27.1.4",
"vitest": "^0.33.0",
"yaml": "^2.1.1"
},
"devDependencies": {
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@react-native-community/eslint-config": "^3.0.1",
"@types/faker": "^6.6.9",
"@types/fhir": "^0.0.37",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitejs/plugin-react": "^4.0.3",
"caniuse-lite": "^1.0.30001518",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-custom-alias": "^1.3.2",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-unused-imports": "^3.0.0",
"faker": "^6.6.6",
"husky": "^8.0.3",
"husky-init": "^8.0.0",
"lerna": "^7.1.4",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vitest": "^0.33.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"test": "vitest --no-threads",
"typecheck": "tsc"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!axios)$",
"^.+\\.module\\.(css|sass|scss)$"
]
}
}