mirror of
https://github.com/logos-co/devrel-station.git
synced 2026-08-27 11:21:12 +00:00
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>
28 lines
567 B
JSON
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"
|
|
}
|
|
}
|