-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.22 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
69
70
71
72
73
{
"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",
"sync": "astro sync",
"preview": "astro preview",
"optimize": "node scripts/optimize_images.js",
"format": "prettier --write .",
"prettier:check": "prettier --check .",
"lint": "eslint ."
},
"author": "Josh Finnie <[email protected]>",
"license": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License",
"dependencies": {
"@astrojs/alpinejs": "^0.4.3",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "4.0.7",
"@astrojs/react": "^4.2.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.5",
"@astrojs/ts-plugin": "^1.10.4",
"@babel/core": "^7.26.7",
"@eslint-react/eslint-plugin": "^1.25.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@fontsource/inter": "^5.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.1.1",
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/typography": "^0.5.16",
"@types/alpinejs": "^3.13.11",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"alpinejs": "^3.14.8",
"astro": "5.1.10",
"astro-og-canvas": "^0.5.6",
"canvaskit-wasm": "^0.39.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"eslint": "^9.19.0",
"eslint-plugin-astro": "^1.3.1",
"fs-extra": "^11.3.0",
"github-slugger": "^2.0.0",
"globals": "^15.14.0",
"lodash.kebabcase": "^4.1.1",
"lucide-react": "^0.474.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.33.5",
"shorthash": "^0.0.2",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^4.0.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.11",
"vite-react-jsx": "^1.1.2"
}
}