-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.79 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"vite": "^4.0.0"
},
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"@headlessui/vue": "^1.7.7",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@macramejs/macrame": "^0.3.25",
"@macramejs/macrame-vue3": "^0.3.25",
"@tiptap/extension-bold": "^2.0.0-beta.26",
"@tiptap/extension-code": "^2.0.0-beta.26",
"@tiptap/extension-italic": "^2.0.0-beta.26",
"@tiptap/extension-link": "^2.0.0-beta.38",
"@tiptap/extension-table": "^2.0.0-beta.49",
"@tiptap/extension-table-cell": "^2.0.0-beta.20",
"@tiptap/extension-table-header": "^2.0.0-beta.22",
"@tiptap/extension-table-row": "^2.0.0-beta.19",
"@tiptap/extension-underline": "^2.0.0-beta.23",
"@tiptap/starter-kit": "^2.0.0-beta.209",
"@tiptap/vue-3": "^2.0.0-beta.209",
"embla-carousel": "^7.0.5",
"embla-carousel-autoplay": "^7.0.5",
"lazysizes": "^5.3.2",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.2",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"uuid": "^9.0.0",
"v-calendar": "^3.0.0-alpha.8",
"vue": "^3.2.36",
"vue-i18n": "^9.2.2",
"vue-loader": "^17.0.1",
"vue-router": "^4.1.6",
"vue3-dropzone": "^2.0.1",
"vue3-popper": "^1.5.0",
"vuedraggable": "^4.1.0"
}
}