forked from wpinfusion/AstroPie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"name": "missionarytechsupport",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.6",
"@astrojs/mdx": "^4.2.4",
"@astrojs/react": "^4.4.0",
"@astrojs/vercel": "^8.2.11",
"@getbrevo/brevo": "^3.0.1",
"@playform/inline": "^0.1.2",
"@react-email/components": "^0.5.7",
"@react-email/render": "1.4.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.4",
"@types/alpinejs": "^3.13.11",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vercel/routing-utils": "^4.0.0",
"alpinejs": "^3.14.9",
"astro": "^5.7.4",
"firebase": "^12.11.0",
"glightbox": "^3.3.0",
"masonry-layout": "^4.2.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"resend": "^6.2.2",
"sib-api-v3-sdk": "^8.5.0",
"swiper": "^11.1.15",
"vite": "^7.2.7"
},
"devDependencies": {
"tailwindcss": "^4.1.17"
}
}