-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 873 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,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@savvywombat/tailwindcss-grid-areas": "^3.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.5",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.15",
"axios": "^1.1.2",
"cropperjs": "^1.5.13",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.4.28",
"sass": "^1.69.5",
"tailwindcss": "^3.3.3",
"tippy.js": "^6.3.7",
"vite": "^4.0.0"
},
"dependencies": {
"@alpinejs/intersect": "^3.13.3",
"@fancyapps/ui": "^5.0.24",
"alpinejs": "^3.13.0",
"async-alpine": "^1.1.0",
"locomotive-scroll": "^5.0.0-beta.10",
"swiper": "^10.2.0"
}
}