{ "name": "imagefind-web", "private": true, "version": "0.5.45", "type": "module", "scripts": { "dev": "vite --host 0.0.0.0", "build": "tsc -b && vite build", "test:ui": "playwright test", "test:ui:fnos": "playwright test --config playwright.fnos.config.ts", "lint": "eslint ." }, "dependencies": { "@vitejs/plugin-react": "latest", "hls.js": "latest", "lucide-react": "latest", "react": "latest", "react-dom": "latest", "typescript": "latest", "vite": "latest" }, "devDependencies": { "@eslint/js": "^10.0.1", "@playwright/test": "^1.62.0", "@types/react": "latest", "@types/react-dom": "latest", "eslint": "^10.8.0", "eslint-plugin-react-hooks": "^7.1.1", "globals": "^17.8.0", "typescript-eslint": "^8.65.0" } }