chore: initial import

This commit is contained in:
2025-11-09 00:26:00 -06:00
commit 67fb60e6ca
76 changed files with 3925 additions and 0 deletions

15
frontend/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "fullmooncgpt-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "14.2.0",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}