-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
59 lines (59 loc) · 1.9 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.14",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.16",
"chokidar": "^3.6.0",
"daisyui": "^4.10.1",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"vite": "^5.0",
"vue": "^3.3.13"
},
"dependencies": {
"@codemirror/autocomplete": "^6.17.0",
"@editorjs/editorjs": "^2.30.2",
"@formkit/auto-animate": "^0.8.1",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/vue3": "^6.1.15",
"@headlessui/vue": "^1.7.19",
"@heroicons/vue": "^2.1.1",
"@kangc/v-md-editor": "^2.3.18",
"@tiptap/extension-bubble-menu": "^2.5.4",
"@tiptap/extension-color": "^2.5.1",
"@tiptap/extension-list-item": "^2.5.1",
"@tiptap/extension-text-style": "^2.5.1",
"@tiptap/pm": "^2.5.4",
"@tiptap/starter-kit": "^2.5.4",
"@tiptap/vue-3": "^2.5.4",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"apexcharts": "^3.47.0",
"axios": "^1.6.4",
"clipboard": "^2.0.11",
"dayjs": "^1.11.13",
"easymde": "^2.18.0",
"laravel-echo": "^1.16.1",
"laravel-vite-plugin": "^1.0",
"md-editor-v3": "^4.17.3",
"puppeteer": "^22.7.1",
"pusher-js": "^8.4.0-rc2",
"theme-change": "^2.5.0",
"vue-apexcharts": "^1.6.2",
"vue-toastification": "^2.0.0-rc.5",
"vue-upload-component": "^3.1.15",
"vue3-apexcharts": "^1.5.2",
"vue3-dropzone": "^2.2.1",
"vue3-easymde": "^1.0.1",
"vue3-markdown": "^1.1.9"
}
}