-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
88 lines (88 loc) · 3.22 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "website-factory",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"prepare": "husky",
"test": "jest"
},
"devDependencies": {
"@alpinejs/collapse": "^3.14.3",
"@alpinejs/persist": "^3.14.3",
"@ckpack/vue-color": "^1.5.0",
"@headlessui/vue": "^1.7.23",
"@inertiajs/vue3": "^1.2.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tiptap/core": "^2.9.1",
"@tiptap/extension-blockquote": "^2.9.1",
"@tiptap/extension-bold": "^2.9.1",
"@tiptap/extension-bubble-menu": "^2.9.1",
"@tiptap/extension-bullet-list": "^2.9.1",
"@tiptap/extension-color": "^2.9.1",
"@tiptap/extension-document": "^2.9.1",
"@tiptap/extension-dropcursor": "^2.9.1",
"@tiptap/extension-gapcursor": "^2.9.1",
"@tiptap/extension-hard-break": "^2.9.1",
"@tiptap/extension-heading": "^2.9.1",
"@tiptap/extension-highlight": "^2.9.1",
"@tiptap/extension-history": "^2.9.1",
"@tiptap/extension-horizontal-rule": "^2.9.1",
"@tiptap/extension-image": "^2.9.1",
"@tiptap/extension-italic": "^2.9.1",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/extension-list-item": "^2.9.1",
"@tiptap/extension-ordered-list": "^2.9.1",
"@tiptap/extension-paragraph": "^2.9.1",
"@tiptap/extension-strike": "^2.9.1",
"@tiptap/extension-subscript": "^2.9.1",
"@tiptap/extension-superscript": "^2.9.1",
"@tiptap/extension-table": "^2.9.1",
"@tiptap/extension-table-cell": "^2.9.1",
"@tiptap/extension-table-header": "^2.9.1",
"@tiptap/extension-table-row": "^2.9.1",
"@tiptap/extension-text": "^2.9.1",
"@tiptap/extension-text-align": "^2.9.1",
"@tiptap/extension-text-style": "^2.9.1",
"@tiptap/extension-typography": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/vue-3": "^2.9.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.12",
"@vueuse/core": "11.2.0",
"@vueuse/integrations": "11.2.0",
"alpinejs": "^3.14.3",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"echarts": "^5.5.1",
"fuse.js": "^7.0.0",
"husky": "^9.1.6",
"laravel-vite-plugin": "^1.0.4",
"laravel-vue-i18n": "^2.7.8",
"latinize": "^2.0.0",
"lodash": "^4.17.21",
"luminous-lightbox": "^2.4.0",
"mitt": "^3.0.1",
"postcss": "^8.4.42",
"postcss-100vh-fix": "^1.0.2",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"remixicon": "^3.5.0",
"slug": "^9.1.0",
"tailwindcss": "^3.4.14",
"uniqid": "^5.4.0",
"uuid": "^10.0.0",
"vite": "^5.4.10",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.5.12",
"vue-flatpickr-component": "^11.0.5",
"vue3-click-away": "^1.2.4",
"vuedraggable": "^4.1.0",
"ziggy-js": "^2.3.1"
}
}