gemini-image-to-code / package.json
Trudy's picture
Initial commit with Git LFS
1f423ae
raw
history blame
657 Bytes
{
"name": "service-image-code-2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@monaco-editor/react": "^4.6.0",
"gh-pages": "^6.3.0",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.5",
"react-markdown": "^9.0.3",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}