{ "name": "minimal-job-queue-frontend", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite --host 0.0.0.0", "build": "tsc -b && vite build", "lint": "eslint ." }, "dependencies": { "@vitejs/plugin-react": "^5.1.2", "lucide-react": "^0.562.0", "react": "^19.2.3", "react-dom": "^19.2.3", "react-router-dom": "^7.18.0", "sonner": "^2.0.7", "vite": "^7.3.0" }, "devDependencies": { "@eslint/js": "^9.39.2", "@types/node": "^24.10.3", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "eslint": "^9.39.2", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", "typescript": "~5.9.3", "typescript-eslint": "^8.50.0" } }