29 lines
851 B
JSON
29 lines
851 B
JSON
{
|
|
"id": "phase1-foundation-01",
|
|
"seq": "01",
|
|
"title": "Initialize Next.js 15 project with TypeScript",
|
|
"status": "completed",
|
|
"depends_on": [],
|
|
"parallel": false,
|
|
"context_files": [
|
|
"/Users/kunthawatgreethong/Gitea/moreminimore-vibe/Websitebuilder/.tmp/sessions/phase1-foundation/context.md"
|
|
],
|
|
"acceptance_criteria": [
|
|
"Next.js 15 project created using npx create-next-app@latest",
|
|
"TypeScript strict mode enabled in tsconfig.json",
|
|
"ESLint configured with recommended rules",
|
|
"Prettier configured with .prettierrc",
|
|
"Tailwind CSS 4 configured in tailwind.config.ts",
|
|
"Project builds successfully with npm run build"
|
|
],
|
|
"deliverables": [
|
|
"package.json",
|
|
"tsconfig.json",
|
|
".eslintrc.json",
|
|
".prettierrc",
|
|
"tailwind.config.ts",
|
|
"postcss.config.mjs",
|
|
"next.config.mjs"
|
|
]
|
|
}
|