-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.3.0",
"@astrojs/lit": "^3.0.1",
"@astrojs/markdoc": "^0.5.0",
"@astrojs/mdx": "^1.0.3",
"@astrojs/netlify": "^3.0.1",
"@astrojs/partytown": "^2.0.0",
"@astrojs/prefetch": "^0.4.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@phosphor-icons/web": "^2.0.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/alpinejs": "^3.0.0",
"@webcomponents/template-shadowroot": "^0.2.1",
"alpinejs": "^3.0.0",
"astro": "^3.0.12",
"astro-embed": "^0.5.1",
"astro-og-canvas": "^0.2.1",
"gyp": "^0.5.0",
"lit": "^2.7.0",
"roughjs": "^4.6.4",
"sharp": "^0.32.6",
"tailwindcss": "^3.0.24",
"wired-elements": "^3.0.0-rc.6"
}
}