-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 KB
/
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
40
41
42
{
"name": "boscodisantantonio",
"type": "module",
"version": "1.0",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdoc": "^0.11.5",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^3.6.3",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.2",
"@keystatic/astro": "^5.0.3",
"@keystatic/core": "^0.5.42",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@unpic/react": "^0.1.14",
"aos": "^2.3.4",
"astro": "^4.16.16",
"astro-icon": "^1.1.1",
"astro-seo": "^0.8.4",
"flowbite": "^2.5.2",
"photoswipe": "^5.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swiper": "^11.1.15",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vanilla-cookieconsent": "^3.0.1"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.1",
"@tailwindcss/typography": "^0.5.15"
}
}