-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.33 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.33 KB
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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@date-io/dayjs": "^3.2.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@hookform/resolvers": "^3.10.0",
"@lexical/code": "^0.24.0",
"@lexical/link": "^0.24.0",
"@lexical/list": "^0.24.0",
"@lexical/react": "^0.24.0",
"@lexical/rich-text": "^0.24.0",
"@lexical/selection": "^0.24.0",
"@lexical/utils": "^0.24.0",
"@microsoft/fetch-event-source": "^2.0.1",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^6.4.6",
"@mui/lab": "^6.0.0-beta.29",
"@mui/material": "^6.4.6",
"@mui/x-date-pickers": "^7.27.1",
"@xterm/addon-attach": "^0.10.0",
"@xterm/addon-clipboard": "^0.1.0",
"@xterm/addon-fit": "^0.9.0",
"@xterm/addon-unicode11": "^0.8.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"apexcharts": "^4.4.0",
"axios": "^1.7.9",
"cookies-next": "^5.1.0",
"dayjs": "^1.11.13",
"devicons-react": "^1.4.0",
"eventsource": "^3.0.5",
"file-saver": "^2.0.5",
"flowbite": "^3.1.1",
"flowbite-react": "^0.10.2",
"katex": "^0.16.21",
"lexical": "^0.24.0",
"lucide-react": "^0.475.0",
"next": "^15.0.3",
"next-auth": "^5.0.0-beta.20",
"react": "^19.0.0-rc.1",
"react-apexcharts": "^1.7.0",
"react-dom": "^19.0.0-rc.1",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.54.2",
"react-icons": "^5.2.1",
"react-toastify": "^11.0.3",
"socket.io-client": "^4.8.1",
"use-debounce": "^10.0.4",
"xlsx": "^0.18.5",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/jsonwebtoken": "^9.0.7",
"@types/jwt-decode": "^3.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "^15.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.0",
"typescript": "^5"
}
}