non-building checkpoint 1

This commit is contained in:
2026-01-03 11:18:56 -07:00
parent 9c64cb0c2f
commit 81ea22eae9
37 changed files with 4804 additions and 275 deletions

21
frontend/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "daily-journal-prompt-frontend",
"type": "module",
"version": "1.0.0",
"description": "Frontend for Daily Journal Prompt Generator",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.0"
},
"devDependencies": {
"@astrojs/react": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}