-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 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
42
43
44
45
46
47
48
49
50
51
{
"name": "bdadamsdotcom",
"type": "module",
"version": "0.8.11",
"scripts": {
"dev": "astro dev",
"dev host": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"package update": "bun update --latest"
},
"dependencies": {
"@astrojs/alpinejs": "0.5.0",
"@astrojs/check": "0.9.9",
"@astrojs/lit": "4.3.0",
"@astrojs/mdx": "5.0.6",
"@astrojs/netlify": "7.0.11",
"@astrojs/preact": "5.1.4",
"@astrojs/react": "5.0.5",
"@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "3.7.3",
"@astrojs/solid-js": "6.0.1",
"@astrojs/svelte": "8.1.2",
"@astrojs/vue": "6.0.1",
"@fontsource/ibm-plex-mono": "5.2.7",
"@netlify/blobs": "10.7.8",
"@sentry/astro": "10.54.0",
"@types/alpinejs": "3.13.11",
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3",
"@webcomponents/template-shadowroot": "0.2.1",
"alpinejs": "3.15.12",
"animate.css": "4.1.1",
"astro": "6.4.2",
"astro-capo": "0.0.1",
"astro-pagefind": "2.0.0",
"astro-seo": "1.1.0",
"linq": "4.0.3",
"lit": "3.3.3",
"preact": "10.29.2",
"react": "19.2.6",
"react-dom": "19.2.6",
"sass": "1.100.0",
"solid-js": "1.9.13",
"svelte": "5.55.10",
"typescript": "6.0.3",
"vue": "3.5.35"
}
}