Files
PinchChat/package.json
2026-02-13 12:26:22 +00:00

72 lines
1.8 KiB
JSON

{
"name": "pinchchat",
"version": "1.34.0",
"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 .",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"preview": "vite preview",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"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",
"@vitest/coverage-v8": "^4.0.18",
"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",
"vitest": "^4.0.18"
},
"engines": {
"node": ">=18"
}
}