-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 940 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
32
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@alpinejs/focus": "^3.10.5",
"@ckeditor/ckeditor5-alignment": "^37.1.0",
"@ckeditor/ckeditor5-build-classic": "^37.1.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.0",
"alpinejs": "^3.0.6",
"autoprefixer": "^10.4.7",
"axios": "^1.1.2",
"laravel-mix": "^6.0.49",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.14",
"simplelightbox": "^2.14.0",
"sweetalert2": "^11.7.5",
"tailwindcss": "^3.1.0",
"vite": "^4.0.0"
},
"dependencies": {
"@alpinejs/mask": "^3.12.0",
"@ryangjchandler/alpine-clipboard": "^2.2.0",
"lightbox2": "^2.11.4",
"lightgallery": "^2.7.1",
"simple-lightbox": "^2.1.0",
"swiper": "^9.4.0"
}
}