Initial commit - Meal Tracker app

This commit is contained in:
Otto
2026-03-30 16:03:05 -04:00
parent 139f756807
commit 02d8df5efb
3863 changed files with 773862 additions and 215 deletions

View File

@@ -8,14 +8,15 @@
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.0",
"axios": "^1.6.0"
"react-router-dom": "^6.20.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.0",
"vite": "^5.0.0",
"tailwindcss": "^3.3.0"
"autoprefixer": "^10.4.27",
"tailwindcss": "^3.3.0",
"vite": "^5.0.0"
}
}