-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.39 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 && vite build --ssr && vite build && vite build --ssr --ssr",
"buildnossr": "vite build"
},
"devDependencies": {
"@chenfengyuan/vue-carousel": "^2.0.0",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@inertiajs/server": "^0.1.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^3.0.0",
"@vue/server-renderer": "^3.2.31",
"autoprefixer": "^10.4.7",
"axios": "^0.27",
"laravel-vite-plugin": "^0.6.0",
"lodash": "^4.17.19",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.0",
"vite": "^3.0.0",
"vue": "^3.2.39"
},
"dependencies": {
"@headlessui/tailwindcss": "^0.1.1",
"@headlessui/vue": "^1.7.4",
"animate.css": "^4.1.1",
"daisyui": "^2.28.0",
"flowbite": "^1.5.4",
"gsap": "^3.11.3",
"js-cookie": "^3.0.1",
"sweetalert2": "^11.6.11",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss-animatecss": "^3.0.0",
"vue-carousel": "^0.18.0",
"vue-toastification": "^2.0.0-rc.5",
"vue3-carousel": "^0.1.46",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0"
}
}