-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1007 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
33
34
35
36
37
38
39
{
"name": "astro-landing-page",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/check": "^0.4.1",
"@astrojs/react": "^3.0.10",
"@astrojs/tailwind": "^5.1.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"alpinejs": "^3.13.5",
"astro": "^4.3.7",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-heroicons": "^2.1.1",
"astro-meta-tags": "^0.2.1",
"astro-navbar": "^2.3.0",
"astro-seo": "^0.8.0",
"astro-social-share": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-slick": "^0.30.1",
"slick-carousel": "^1.8.1",
"svelte": "^4.2.10",
"swiper": "^11.0.6",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/alpinejs": "^3.13.6"
}
}