-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.74 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "blog.codybrunner.com",
"version": "1.12.6",
"description": "My personal & technology blog.",
"author": {
"email": "[email protected]",
"name": "Cody Brunner",
"url": "https://codybrunner.com"
},
"license": "MIT",
"type": "module",
"engines": {
"node": ">=20.x",
"pnpm": ">=8.x"
},
"scripts": {
"astro": "astro",
"build": "astro build",
"check": "astro check",
"dev": "astro dev",
"generate": "plop --plopfile ./scripts/plopfile.mjs",
"preview": "astro preview",
"related-articles": "node ./scripts/relatedArticles.mjs",
"start": "astro dev"
},
"dependencies": {
"@astrojs/mdx": "3.1.7",
"@astrojs/react": "3.6.2",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.1",
"@fontsource-variable/playfair-display": "5.1.0",
"@fontsource/poppins": "5.1.0",
"@fontsource/victor-mono": "5.1.0",
"@headlessui/react": "2.1.8",
"@tailwindcss/typography": "0.5.15",
"astro": "4.15.9",
"markdown-it": "14.1.0",
"mdast-util-to-string": "~4.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"reading-time": "~1.5.0",
"rehype-accessible-emojis": "0.3.2",
"rehype-autolink-headings": "7.1.0",
"rehype-external-links": "3.0.0",
"rehype-pretty-code": "0.14.0",
"rehype-slug": "6.0.0",
"sanitize-html": "2.13.0",
"sharp": "0.33.5"
},
"devDependencies": {
"@astrojs/check": "0.9.3",
"@flydotio/dockerfile": "~0.5.9",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"chalk": "5.3.0",
"clsx": "2.1.1",
"glob": "11.0.0",
"gray-matter": "4.0.3",
"plop": "4.0.1",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.13",
"typescript": "5.6.2"
}
}