-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.28 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
{
"name": "joey-notes-astro",
"type": "module",
"version": "0.0.61",
"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": "^5.0.4",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^24.9.1",
"astro": "^6.2.1",
"autoprefixer": "^10.5.0",
"gray-matter": "^4.0.3",
"postcss": "^8.5.10",
"reading-time": "^1.5.0",
"tailwindcss": "^3.4.18"
},
"devDependencies": {
"baseline-browser-mapping": "^2.10.0",
"exifr": "^7.1.3",
"playwright": "^1.58.2",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.34.4"
}
}