Initial commit

This commit is contained in:
Samraaj Bath
2026-06-29 15:11:48 -07:00
commit 66dfdcc58d
404 changed files with 45970 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "clone-build-harness",
"version": "0.1.0",
"private": true,
"scripts": { "build": "next build" },
"dependencies": {
"next": "14.2.21",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"typescript": "5.7.3",
"@types/node": "22.10.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5"
}
}