-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
50
{
"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": "ncu -u && npm i"
},
"dependencies": {
"@astrojs/alpinejs": "0.4.3",
"@astrojs/check": "0.9.4",
"@astrojs/lit": "4.3.0",
"@astrojs/mdx": "4.0.8",
"@astrojs/netlify": "6.1.0",
"@astrojs/preact": "4.0.4",
"@astrojs/react": "4.2.0",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"@astrojs/solid-js": "5.0.4",
"@astrojs/vue": "5.0.6",
"@astrojs/svelte": "7.0.4",
"@fontsource/ibm-plex-mono": "5.1.1",
"@sentry/astro": "8.54.0",
"@types/alpinejs": "3.13.11",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@webcomponents/template-shadowroot": "0.2.1",
"alpinejs": "3.14.8",
"animate.css": "4.1.1",
"astro": "5.2.5",
"astro-capo": "0.0.1",
"astro-pagefind": "1.8.0",
"astro-seo": "0.8.4",
"linq": "4.0.3",
"lit": "3.2.1",
"preact": "10.25.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"sass": "1.83.4",
"solid-js": "1.9.4",
"svelte": "5.19.7",
"typescript": "5.7.3",
"vue": "3.5.13"
}
}