-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.93 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
{
"name": "joshfinnie.com",
"version": "2.0.0",
"private": true,
"type": "module",
"description": "My hompage/blog.",
"scripts": {
"dev": "astro dev",
"check": "astro check",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"optimize": "node scripts/optimize_images.js",
"format": "prettier --write .",
"prettier:check": "prettier --check ."
},
"author": "Josh Finnie <[email protected]>",
"license": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License",
"devDependencies": {
"@astrojs/mdx": "3.1.9",
"@astrojs/react": "^3.6.3",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@babel/core": "^7.26.0",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "4.16.14",
"astro-icon": "^1.1.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"fs-extra": "^11.2.0",
"github-slugger": "^2.0.0",
"glob": "^11.0.0",
"lodash.kebabcase": "^4.1.1",
"lucide-react": "^0.460.0",
"preact-render-to-string": "^6.5.11",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"serialize-javascript": "^6.0.2",
"sharp": "^0.33.5",
"shiki": "1.23.1",
"shorthash": "^0.0.2",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"vite": "^5.4.11",
"vite-react-jsx": "^1.1.2"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@fontsource/inter": "^5.1.0",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.3"
}
}