Fix: merge express into main package.json
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
{
|
||||
"name": "what-the-fuck-to-eat",
|
||||
"name": "meal-planner",
|
||||
"version": "1.0.0",
|
||||
"description": "Meal planning web app",
|
||||
"description": "What the F**K to eat?! - Meal planning app",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
"react-dom": "^18.2.0",
|
||||
"express": "^4.18.2",
|
||||
"cors": "^2.8.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-react": "^4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user