-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1.36 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"axios": "^0.25",
"laravel-vite-plugin": "^0.2.1",
"lodash": "^4.17.19",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.0",
"vite": "^2.9.11",
"vue": "^3.2.31"
},
"dependencies": {
"@heroicons/vue": "^1.0.6",
"@meforma/vue-toaster": "^1.3.0",
"@suadelabs/vue3-multiselect": "^1.0.2",
"@vueform/toggle": "^2.0.2",
"@vueup/vue-quill": "^1.0.0-alpha.1",
"boxicons": "^2.1.2",
"codemirror-editor-vue3": "^2.1.7",
"firebase": "^9.9.0",
"firebase-admin": "^11.0.0",
"moment": "^2.29.4",
"pusher-js": "^7.1.1-beta",
"quill-blot-formatter": "^1.0.5",
"tailwind-scrollbar": "^1.3.1",
"vue-easy-lightbox": "^1.7.1",
"vue-flatpickr-component": "^9.0.6",
"vue-lazyload": "^3.0.0-rc.2",
"vue-swatches": "^2.1.1",
"vue-tel-input": "^5.11.0",
"vue3-tabs-component": "^1.1.0"
}
}