feat: add ImageFind application and release pipelines

This commit is contained in:
2026-08-11 18:02:40 +08:00
commit 16239d7525
270 changed files with 59163 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "imagefind-ui-prototype",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0",
"audit": "node audit.mjs",
"audit:player": "node player-audit.mjs"
},
"dependencies": {
"@vitejs/plugin-react": "6.0.4",
"lucide-react": "1.27.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"vite": "8.1.5"
},
"devDependencies": {}
}