-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.38 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
{
"name": "@penrodlol/christianpenrod",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build --remote",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@alpinejs/collapse": "^3.14.5",
"@alpinejs/focus": "^3.14.5",
"@astrojs/db": "0.14.3",
"alpinejs": "^3.14.5",
"astro": "4.16.16"
},
"devDependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/mdx": "3.1.9",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vercel": "7.8.2",
"@fontsource/geist-sans": "^5.1.0",
"@iconify-json/lucide": "^1.2.17",
"@octokit/rest": "^21.0.2",
"@tailwindcss/vite": "4.0.0-beta.4",
"@types/alpinejs": "^3.13.11",
"astro-icon": "^1.1.4",
"astro-og-canvas": "^0.5.4",
"astro-robots-txt": "^1.0.0",
"canvaskit-wasm": "^0.39.1",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.2.0",
"prettier": "3.4.1",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.14.0",
"sass": "^1.81.0",
"sharp": "^0.33.5",
"shiki": "^1.24.0",
"sirv": "^3.0.0",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.3.0",
"tailwindcss": "4.0.0-beta.4"
}
}