gemini-codrawing / package.json
Trudy's picture
first commit
eceac5b
raw
history blame contribute delete
459 Bytes
{
"name": "native-image",
"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.24.0",
"lucide-react": "^0.483.0",
"next": "15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4"
}
}