24 lines
808 B
JSON
24 lines
808 B
JSON
{
|
|
"id": "phase1-foundation-03",
|
|
"title": "Install core dependencies",
|
|
"seq": "03",
|
|
"status": "completed",
|
|
"depends_on": ["02"],
|
|
"parallel": false,
|
|
"context_files": [
|
|
"/Users/kunthawatgreethong/Gitea/moreminimore-vibe/Websitebuilder/.tmp/sessions/phase1-foundation/context.md"
|
|
],
|
|
"acceptance_criteria": [
|
|
"Drizzle ORM and Drizzle Kit installed",
|
|
"Zustand installed for global state",
|
|
"@tanstack/react-query installed for server state",
|
|
"shadcn/ui components initialized",
|
|
"bcrypt installed for password hashing",
|
|
"jsonwebtoken installed for JWT tokens",
|
|
"ioredis installed for Redis client",
|
|
"zod installed for validation",
|
|
"All packages added to package.json"
|
|
],
|
|
"deliverables": ["package.json (updated)", "components.json (shadcn/ui config)"]
|
|
}
|