All checks were successful
Deploy to Server / deploy (push) Successful in 14s
Co-authored-by: Copilot <copilot@github.com>
16 lines
301 B
JSON
16 lines
301 B
JSON
{
|
|
"name": "recipe-generator",
|
|
"version": "1.0.0",
|
|
"description": "Recipe generator using Gemini",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"start": "node server.js"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^5.0.0"
|
|
}
|
|
}
|