gemini-3d-drawing / package.json
Trudy's picture
Initial commit with proper LFS tracking
5f07a23
raw
history blame contribute delete
750 Bytes
{
"name": "native-image",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev:webpack": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.24.0",
"@types/react-dom": "^19.0.4",
"lucide-react": "^0.483.0",
"next": "15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-masonry-css": "^1.0.16",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "22.13.14",
"@types/react": "19.0.12",
"tailwind-scrollbar": "^4.0.1",
"tailwindcss": "^4",
"typescript": "5.8.2"
}
}