-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.45 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.7.2",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.31",
"sass": "^1.74.1",
"tailwindcss": "^3.2.1",
"vite": "^5.2.11",
"vue": "^3.4.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@inertiajs/inertia": "^0.11.1",
"@tiptap/pm": "^2.3.0",
"@tiptap/starter-kit": "^2.3.0",
"@tiptap/vue-3": "^2.3.0",
"@vueup/vue-quill": "^1.2.0",
"@yaireo/tagify": "^4.22.2",
"countup.js": "^2.8.0",
"flatpickr": "^4.6.13",
"intl-tel-input": "^20.0.5",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"lozad": "^1.16.0",
"quill": "^2.0.0-rc.5",
"remixicon": "^4.2.0",
"signature_pad": "^4.2.0",
"sweetalert2": "^11.12.4",
"vue-router": "^4.4.3",
"vue3-datepicker": "^0.4.0"
}
}