24 lines
472 B
JSON
24 lines
472 B
JSON
{
|
|
"project": {
|
|
"name": "todo-super",
|
|
"version": "0.1.0",
|
|
"description": "A complete earn-to-play app",
|
|
"tech_stack": {
|
|
"framework": "Next.js 16",
|
|
"language": "TypeScript",
|
|
"styling": "Tailwind CSS 4",
|
|
"runtime": "React 19"
|
|
}
|
|
},
|
|
"state": {
|
|
"current_phase": "DESIGN_PHASE",
|
|
"last_updated": "2025-12-18"
|
|
},
|
|
"entities": {
|
|
"components": [],
|
|
"pages": [],
|
|
"api_endpoints": [],
|
|
"data_models": []
|
|
}
|
|
}
|