-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
49 lines (49 loc) · 1.25 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
43
44
45
46
47
48
49
{
"name": "com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check"
},
"dependencies": {
"@alpinejs/collapse": "^3.14.1",
"@alpinejs/intersect": "3.14.1",
"@astrojs/alpinejs": "0.4.0",
"@astrojs/check": "0.9.3",
"@astrojs/vercel": "7.8.1",
"@fontsource-variable/kalnia": "5.1.0",
"@playform/compress": "^0.1.1",
"@resvg/resvg-js": "^2.6.2",
"@types/alpinejs": "3.13.10",
"alpinejs": "3.14.1",
"alpinejs-masonry": "1.0.15",
"astro": "4.15.8",
"astro-devtool-breakpoints": "^0.3.0",
"astro-embed": "^0.7.2",
"astro-meta-tags": "^0.3.0",
"astro-remote": "0.3.3",
"astro-seo": "^0.8.4",
"aws-sdk": "2.1691.0",
"gray-matter": "4.0.3",
"marked-alert": "2.0.2",
"medium-zoom": "1.1.0",
"sass": "1.79.1",
"satori": "^0.11.1",
"satori-html": "^0.3.2",
"three": "^0.168.0",
"url-metadata": "^4.1.1",
"vercel": "37.5.2",
"viem": "^2.21.10"
},
"devDependencies": {
"@types/bun": "1.1.9",
"autoprefixer": "^10.4.20",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1"
}
}