-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.3 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
{
"name": "joey-notes-astro",
"type": "module",
"version": "0.0.61",
"engines": {
"node": "24.x"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"photos:sync": "node scripts/sync-photos.js",
"check:docs-baseline": "node scripts/check-doc-baseline.js",
"check:content-health": "node scripts/check-content-health.js",
"fix:content-health": "node scripts/fix-content-health.js",
"report:content-health": "node scripts/check-content-health.js --write",
"new:post": "node scripts/new-content.js post",
"new:photo": "node scripts/new-content.js photo",
"check:security": "npm audit --audit-level=moderate"
},
"dependencies": {
"@astrojs/mdx": "^7.0.3",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@fortawesome/free-solid-svg-icons": "^7.3.1",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.2",
"@types/node": "^26.1.1",
"astro": "^7.0.9",
"gray-matter": "^4.0.3",
"reading-time": "^1.5.0",
"tailwindcss": "^4.3.2"
},
"devDependencies": {
"baseline-browser-mapping": "^2.10.43",
"exifr": "^7.1.3",
"playwright": "^1.61.1",
"prettier": "^3.9.5",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.35.3"
}
}