项目文件夹

文件
Rohit C Prasad f1f614ddf6 connectors: real brand logos and add DocuSign, ClickUp, Google Drive, Canva, Figma, Close (+ Descript/Clay placeholders)
Replace the hand-drawn connector glyphs with official monochrome brand marks
(via simple-icons; Slack/Salesforce/Outlook/Canva vendored as path data), and
backfill logo + brand_color on every descriptor. Add six new connectors with
tools (reads never gate, writes require approval) plus two catalog placeholders.
2026-07-16 12:14:49 -07:00

42 行
1.0 KiB
JSON

{
"name": "coworker-gui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"e2e": "playwright test",
"e2e:ui": "playwright test --ui",
"e2e:live": "playwright test -c playwright.live.config.ts",
"tauri": "tauri"
},
"dependencies": {
"pdfjs-dist": "^4.10.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"simple-icons": "^16.26.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@playwright/test": "^1.61.1",
"@tauri-apps/cli": "^2.11.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.5.2",
"jsdom": "^25.0.1",
"postcss": "^8.5.16",
"tailwindcss": "^3.4.19",
"typescript": "^5.5.3",
"vite": "^5.4.0",
"vitest": "^2.1.9"
}
}