-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 1.08 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
{
"devDependencies": {
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration": "1.4.0",
"@floating-ui/react": "^0.27.3",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@react-hook/resize-observer": "^2.0.2",
"@tanstack/react-table": "^8.20.6",
"@tanstack/react-virtual": "v3.12.0",
"@vitejs/plugin-react": "^4.3.4",
"fomantic-ui-less": "^2.9.3",
"highcharts": "^11.4.7",
"jsdom": "26.0.0",
"less": "^4.2.2",
"primeicons": "^7.0.0",
"primereact": "^10.9.2",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-datepicker": "^7.6.0",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-grid-layout": "^1.5.0",
"react-hotkeys-hook": "4.6.1",
"react-resizable": "^3.0.5",
"react-table": "^7.8.0",
"react-virtuoso": "^4.12.3",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sass": "^1.83.4",
"styled-components": "^6.1.14",
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}