Prepare repo for open source

This commit is contained in:
Samraaj Bath
2026-06-29 16:14:44 -07:00
parent 66dfdcc58d
commit 3f7c9ed227
28 changed files with 1461 additions and 574 deletions
+5 -5
View File
@@ -4,14 +4,14 @@
"private": true,
"scripts": { "build": "next build" },
"dependencies": {
"next": "14.2.21",
"react": "18.3.1",
"react-dom": "18.3.1"
"next": "15.5.19",
"react": "19.2.7",
"react-dom": "19.2.7"
},
"devDependencies": {
"typescript": "5.7.3",
"@types/node": "22.10.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5"
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3"
}
}