-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.25 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
{
"name": "check-task",
"version": "3.0.0",
"private": true,
"scripts": {
"prepare": "panda codegen",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/interaction": "^6.1.20",
"@fullcalendar/react": "^6.1.20",
"@hookform/resolvers": "^5.2.2",
"@next/third-parties": "^16.2.1",
"@tanstack/react-query": "^5.90.16",
"axios": "^1.15.0",
"framer-motion": "^12.42.0",
"js-cookie": "^3.0.5",
"next": "16.2.3",
"react": "19.2.3",
"react-calendar": "^6.0.0",
"react-dom": "19.2.3",
"react-hook-form": "^7.70.0",
"socket.io-client": "^4.8.3",
"zod": "^4.3.6",
"zustand": "^5.0.9"
},
"devDependencies": {
"@pandacss/dev": "^1.7.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.3",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.7.4",
"typescript": "^5"
}
}