ae1ae96d55
validate / validate (push) Failing after 7s
- Self-host Newsreader/Inter/IBM Plex Mono via fontsource (no external requests) - Open each story with its trust anatomy: pattern moved into the article header, expanded by default; review date flags itself when overdue - Homepage shows only what exists: podcast, book, and guide placeholders replaced by one honest roadmap note - Story-card diagram now drawn from the story's own trust pattern; the failure link encodes status (dashed developing, broken disputed, solid resolved) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
25 lines
566 B
JSON
25 lines
566 B
JSON
{
|
|
"name": "trust-issues",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"check": "astro check",
|
|
"validate": "npm run check && npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/rss": "4.0.19",
|
|
"@fontsource-variable/inter": "^5.2.8",
|
|
"@fontsource-variable/newsreader": "^5.2.10",
|
|
"@fontsource/ibm-plex-mono": "^5.2.7",
|
|
"astro": "7.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "0.9.9",
|
|
"@types/node": "26.1.1",
|
|
"typescript": "6.0.3"
|
|
}
|
|
}
|