-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 787 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 787 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --watch"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.11",
"alpinejs-textarea-grow": "^1.0.5",
"axios": "^1.8.2",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.2.0",
"tailwindcss": "^4.1.11",
"vite": "^6.2.4"
},
"dependencies": {
"@alpinejs/intersect": "^3.14.1",
"@alpinejs/resize": "^3.14.1",
"@googlemaps/markerclusterer": "^2.5.3",
"alpinejs": "^3.14.1",
"autoprefixer": "^10.4.21",
"laravel-precognition-alpine": "^0.5.6",
"postcss": "^8.5.6",
"swiper": "^11.2.10"
}
}