mirror of
https://github.com/Anil-matcha/Open-Generative-AI.git
synced 2026-05-07 01:17:18 +00:00
23 lines
575 B
JSON
23 lines
575 B
JSON
{
|
|
"name": "open-higgsfield-ai",
|
|
"description": "Open-source alternative to Higgsfield AI — AI image generation and cinema studio with 20+ models",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.24",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.18",
|
|
"vite": "^5.4.0"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"puppeteer": "^24.37.2"
|
|
}
|
|
}
|