-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.56 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
51
52
53
54
{
"name": "Astrofolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "bunx --bun astro dev",
"start": "bunx --bun astro dev",
"build": "bunx --bun astro build",
"preview": "astro build && wrangler pages dev",
"deploy": "astro build && wrangler pages deploy",
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/cloudflare": "12.1.0",
"@astrojs/markdoc": "0.12.4",
"@astrojs/mdx": "4.0.3",
"@astrojs/react": "4.1.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.4",
"@cloudflare/pages-plugin-vercel-og": "^0.1.2",
"@fontsource/geist-mono": "^5.1.1",
"@fontsource/geist-sans": "^5.1.0",
"@mdx-js/react": "^3.1.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"astro": "5.1.1",
"astro-icon": "^1.1.5",
"astro-remote": "^0.3.3",
"astro-seo": "^0.8.4",
"astro-themes": "^0.2.5",
"astro-tweet": "^0.0.4",
"lenis": "^1.1.18",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-tweet": "^3.2.1",
"react-wrap-balancer": "^1.1.1",
"sugar-high": "^0.7.5"
},
"devDependencies": {
"@iconify-json/fa6-brands": "^1.2.5",
"@iconify-json/fa6-solid": "^1.2.3",
"@iconify-json/tabler": "^1.2.13",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"wrangler": "^3.99.0"
},
"patchedDependencies": {
"astro-remote@0.3.3": "patches/astro-remote@0.3.3.patch"
}
}