Fix: merge express into main package.json

This commit is contained in:
Otto
2026-03-28 19:49:51 +00:00
parent 62a032fec5
commit 08cf031b65

View File

@@ -1,15 +1,18 @@
{ {
"name": "what-the-fuck-to-eat", "name": "meal-planner",
"version": "1.0.0", "version": "1.0.0",
"description": "Meal planning web app", "description": "What the F**K to eat?! - Meal planning app",
"scripts": { "scripts": {
"start": "node server.js",
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0",
"express": "^4.18.2",
"cors": "^2.8.5"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-react": "^4.0.0", "@vitejs/plugin-react": "^4.0.0",