-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 908 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@shrutibalasa/tailwind-grid-auto-fit": "^1.1.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/server-renderer": "^3.2.31",
"autoprefixer": "^10.4.12",
"axios": "^1.2.0",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"vite": "^4.0.0",
"vue": "^3.2.41"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^37.1.0",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@vueuse/core": "^10.1.2",
"apexcharts": "^3.42.0",
"gsap": "^3.11.5",
"lodash": "^4.17.21",
"swiper": "^9.3.2",
"vue3-apexcharts": "^1.4.4"
}
}