Files
hackyguruandClaude Fable 5 f1eb4971e4 DevRel Station: RFP delivery tracking, Content Factory, community feedback
The DevRel hub for Logos. Three areas:
- /rfps — accepted RFP deliveries from data/rfps/*.md (milestones,
  engineering reviews via GitHub issue comments, finance payouts)
- /content-factory — collections of published resources from
  data/content-factory/*.md, with video thumbnails via fxtwitter at ISR
- /feedback — org-wide `feedback`-labeled GitHub issues; the on-page form
  files new feedback as an issue in this repository

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 12:22:33 +01:00

28 lines
567 B
JSON

{
"name": "devrel-station",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"gray-matter": "^4.0.3",
"next": "16.2.10",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.10",
"tailwindcss": "^4",
"typescript": "^5"
}
}