-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.19 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.19 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
{
"name": "embloy-genius-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint"
},
"dependencies": {
"@docsearch/js": "^3.5.2",
"@editorjs/checklist": "^1.6.0",
"@editorjs/code": "^2.9.0",
"@editorjs/editorjs": "^2.29.0",
"@editorjs/header": "^2.8.1",
"@editorjs/paragraph": "^2.11.3",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fullcalendar/core": "latest",
"@fullcalendar/daygrid": "latest",
"@fullcalendar/interaction": "latest",
"@fullcalendar/react": "latest",
"@fullcalendar/timegrid": "latest",
"@headlessui/react": "latest",
"@heroicons/react": "latest",
"@js-joda/core": "^5.6.2",
"@mui/material": "^6.0.2",
"@nextui-org/react": "^2.2.9",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "latest",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-table": "^8.10.7",
"@types/react-modal": "^3.16.3",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cookies-next": "latest",
"daisyui": "latest",
"editorjs-drag-drop": "^1.1.13",
"editorjs-text-color-plugin": "^2.0.4",
"embloy": "latest",
"framer-motion": "^11.0.3",
"jsonwebtoken": "9.0.2",
"lucide-react": "^0.293.0",
"next": "latest",
"next-themes": "^0.2.1",
"qrcode.react": "^3.1.0",
"react": "latest",
"react-datepicker": "^6.9.0",
"react-dom": "latest",
"react-modal": "^3.16.1",
"react-responsive": "^10.0.0",
"react-spinner-component": "^0.0.1",
"react-syntax-highlighter": "^15.5.0",
"sass": "latest",
"swr": "latest",
"tailwind-merge": "^2.0.0",
"tailwindcss": "latest",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/react": "18.2.38",
"autoprefixer": "latest",
"bpmn-js": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest"
}
}