Files
PinchChat/package.json
2026-02-13 03:42:08 +00:00

72 lines
1.8 KiB
JSON

{
"name": "pinchchat",
"version": "1.28.2",
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/MarlBurroW/pinchchat.git"
},
"license": "MIT",
"author": "Nicolas Varrot",
"homepage": "https://marlburrow.github.io/pinchchat/",
"bugs": {
"url": "https://github.com/MarlBurroW/pinchchat/issues"
},
"keywords": [
"openclaw",
"webchat",
"chat-ui",
"ai-agent",
"llm",
"tool-calls",
"dark-theme",
"react",
"vite",
"streaming",
"websocket"
],
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.1.18",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.563.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
"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.48.0",
"vite": "^7.3.1"
},
"engines": {
"node": ">=18"
}
}