-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.01 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.01 KB
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": "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",
"cloudinary:upload": "node scripts/upload_to_cloudinary.js",
"format": "biome check --write .",
"format:check": "biome check .",
"lint": "biome lint .",
"prepare": "husky"
},
"author": "Josh Finnie <josh@jfin.us>",
"license": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License",
"dependencies": {
"@astrojs/alpinejs": "^0.4.9",
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/ts-plugin": "^1.10.6",
"@babel/core": "^7.29.0",
"@cloudinary/url-gen": "^1.22.0",
"@fontsource/inter": "^5.2.8",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.15.8",
"astro": "5.18.0",
"astro-og-canvas": "^0.10.1",
"canvaskit-wasm": "^0.40.0",
"cloudinary": "^2.9.0",
"date-fns": "^4.1.0",
"fs-extra": "^11.3.3",
"github-slugger": "^2.0.0",
"lodash.kebabcase": "^4.1.1",
"mermaid": "^11.12.3",
"sharp": "^0.34.5",
"shorthash": "^0.0.2",
"tailwind-merge": "^3.5.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"pnpm": {
"overrides": {
"lodash": "~4.17.23"
}
},
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677",
"devDependencies": {
"@biomejs/biome": "^2.4.5",
"@netlify/functions": "^5.1.2",
"dotenv": "^17.3.1",
"glob": "^13.0.6",
"husky": "^9.1.7"
}
}