ai / package.json
Lianjx's picture
Upload 75 files
8fb4cca verified
raw
history blame contribute delete
736 Bytes
{
"name": "romantic-life-ai-studio",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@google/genai": "^0.1.0",
"canvas-confetti": "^1.9.2",
"jszip": "^3.10.1",
"lucide-react": "^0.344.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/canvas-confetti": "^1.6.4",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vite": "^5.1.5"
}
}