-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
130 lines (130 loc) · 3.7 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
{
"name": "cohort360",
"version": "2.40.0-SNAPSHOT",
"private": true,
"type": "module",
"dependencies": {
"@date-io/moment": "^2.16.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.124",
"@mui/material": "^5.11.14",
"@mui/x-date-pickers": "^5.0.20",
"@reduxjs/toolkit": "^1.9.3",
"@types/redux-state-sync": "^3.1.5",
"ace-builds": "^1.16.0",
"antlr4": "^4.13.1-patch-1",
"axios": "^1.6.0",
"buffer": "^6.0.3",
"client-oauth2": "^4.2.4",
"d3": "^7.8.2",
"d3-cloud": "^1.2.5",
"dompurify": "^3.0.9",
"graphql": "^15.6.1",
"html-react-parser": "^4.0.0",
"leaflet": "^1.9.4",
"localforage": "^1.10.0",
"moment": "^2.29.3",
"prop-types": "^15.8.1",
"querystring-es3": "^0.2.1",
"ramda": "^0.30.1",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
"react-idle-timer": "^5.5.3",
"react-infinite-scroll-component": "^6.1.0",
"react-leaflet": "^4.2.1",
"react-pdf": "^8.0.2",
"react-redux": "^8.0.5",
"react-router": "^6.9.0",
"react-router-dom": "^6.9.0",
"react-use-websocket": "4.8.1",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-state-sync": "^3.1.4",
"tss-react": "^4.8.4",
"uuid": "^9.0.1"
},
"overrides": {
"nth-check": "2.1.1",
"tough-cookie": "4.1.3",
"postcss": "8.4.31"
},
"scripts": {
"start": "vite",
"type": "tsc --noEmit --watch",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .jsx,.js,.ts,.tsx src/",
"test": "vitest",
"coverage": "vitest run --coverage",
"ui": "vitest --ui"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/dom": "^8.20.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/d3": "^7.4.0",
"@types/d3-cloud": "^1.2.5",
"@types/dompurify": "^3.0.5",
"@types/fhir": "^0.0.37",
"@types/jest": "^28.1.8",
"@types/leaflet": "^1.9.12",
"@types/lodash": "^4.14.191",
"@types/node": "^18.15.7",
"@types/ramda": "^0.30.2",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react-html-parser": "^2.0.2",
"@types/react-leaflet": "^3.0.0",
"@types/react-pdf": "^7.0.0",
"@types/react-redux": "^7.1.25",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/redux-logger": "^3.0.9",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"normalize-url": "^7.0.3",
"prettier": "^2.8.7",
"typescript": "^4.9.5",
"vite": "^5.4.6",
"vite-plugin-static-copy": "1.0.0",
"vite-plugin-svgr": "^4.2.0",
"vite-plugin-top-level-await": "^1.4.1",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^2.0.5"
},
"jest": {
"clearMocks": true
}
}