-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
142 lines (142 loc) · 7.67 KB
/
Copy pathpackage.json
File metadata and controls
142 lines (142 loc) · 7.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "exomind",
"private": true,
"version": "0.5.1",
"type": "module",
"scripts": {
"dev": "vite",
"icon:sync-source": "bun -e \"await Bun.write('src-tauri/app-icon.png', Bun.file('src-tauri/icons/icon.png'))\"",
"icon:tauri": "bunx tauri icon src-tauri/icons/icon.svg -o src-tauri/icons",
"icon:web": "bunx tauri icon src-tauri/icons/icon.svg --png 16 --png 32 --png 180 --png 192 --png 512 -o public/icons",
"icon:all": "bun run icon:tauri && bun run icon:sync-source && bun run icon:web",
"dev:sync": "powershell -ExecutionPolicy Bypass -File dev.ps1",
"build:tag": "bun scripts/dev/build-tag.ts",
"release:build": "bun scripts/dev/release-build.ts",
"release:notes": "bun scripts/dev/generate-release-notes.ts",
"release:pages:sync": "bun scripts/dev/sync-release-pages.ts",
"devlog:gate": "bun scripts/dev/validate-devlog-data.ts --type report",
"devlog:render": "bun scripts/dev/render-devlog-html.ts --type report",
"devlog:publish": "bun scripts/dev/publish-devlog.ts",
"route:gate": "bun scripts/dev/validate-devlog-data.ts --type route",
"route:render": "bun scripts/dev/render-devlog-html.ts --type route",
"route:publish": "bun scripts/dev/publish-route.ts",
"route:check": "bun scripts/dev/check-route-trigger.ts",
"devlog:extract": "bun scripts/dev/extract-devlog.ts",
"gh:comment": "bun scripts/dev/github-comment.ts",
"gh:qmark:once": "bun scripts/dev/gh-auto-reply-qmark.ts --once",
"gh:qmark:watch": "bun scripts/dev/gh-auto-reply-qmark.ts --watch --interval-seconds 180",
"check:android:meta": "bun scripts/dev/android-meta-check.ts",
"tauri:manager": "bun scripts/dev/tauri-dev-manager.ts",
"tauri:charter:issue806": "bun scripts/dev/tauri-mcp-issue806-charter.ts",
"ensure:build-deps": "bun scripts/dev/ensure-build-deps.ts",
"build:web": "node ./node_modules/typescript/bin/tsc --noEmit && node ./node_modules/vite/bin/vite.js build",
"build": "bun scripts/dev/build.ts",
"preview": "vite preview",
"tauri": "powershell -ExecutionPolicy Bypass -File scripts/dev/tauri-wrapper.ps1",
"test": "vitest",
"mcp:exomind": "bun run ./scripts/dev/run-exomind-mcp.ts",
"mcp:tauri": "bun x mcp-server-tauri",
"playwright:install": "bun x playwright install",
"playwright:list": "bun x playwright test --list",
"test:e2e": "bun scripts/test/playwright-runner.cjs test",
"test:e2e:termux": "bun scripts/test/playwright-runner.cjs PLAYWRIGHT_TERMUX=1 -- test",
"test:e2e:issue77": "bun scripts/test/playwright-runner.cjs test tests/e2e/settings-import-export.test.ts --config tests/e2e/playwright.issue77.config.ts",
"test:e2e:issue82": "bun scripts/test/playwright-runner.cjs test tests/e2e/timeblock-resume.issue82.test.ts --config tests/e2e/playwright.issue82.config.ts",
"test:e2e:issue120": "bun scripts/test/playwright-runner.cjs test tests/e2e/eventlog.test.ts --config tests/e2e/playwright.issue120.config.ts",
"test:e2e:issue213": "bun scripts/test/playwright-runner.cjs test tests/e2e/task-ui.issue213.test.ts --config tests/e2e/playwright.issue213.config.ts",
"test:e2e:issue215": "bun scripts/test/playwright-runner.cjs test tests/e2e/me-ui.issue215.test.ts --config tests/e2e/playwright.issue215.config.ts",
"test:e2e:issue198": "bun scripts/test/playwright-runner.cjs test tests/e2e/settings-desktop.issue198.test.ts --config tests/e2e/playwright.issue198.config.ts",
"test:e2e:issue204": "bun scripts/test/playwright-runner.cjs test tests/e2e/agent-hub.issue204.test.ts --config tests/e2e/playwright.issue204.config.ts",
"test:e2e:issue205": "node scripts/test/run-issue205-e2e.cjs",
"test:e2e:issue201": "bun scripts/test/playwright-runner.cjs test tests/e2e/agents-page.issue201.test.ts --config tests/e2e/playwright.issue201.config.ts",
"test:e2e:issue245f": "bun scripts/test/playwright-runner.cjs test tests/e2e/agent-hub.signal-routes.issue245f.test.ts --config tests/e2e/playwright.issue245f.config.ts",
"test:e2e:issue243": "bun scripts/test/playwright-runner.cjs test tests/e2e/command-palette.issue243.test.ts --config tests/e2e/playwright.issue243.config.ts",
"test:e2e:issue418-516": "bun scripts/test/playwright-runner.cjs test tests/e2e/now-tabs-timeblock-detail.issue418-516.test.ts --config tests/e2e/playwright.issue418-516.config.ts",
"test:e2e:report": "bun scripts/test/playwright-runner.cjs test --reporter=html",
"test:e2e:website": "bun scripts/test/playwright-runner.cjs test tests/e2e/website.dark-mode.test.ts tests/e2e/website.smoke.test.ts tests/e2e/website.download-channels.test.ts --config tests/e2e/playwright.website.config.ts",
"test:e2e:website:prod": "bun scripts/test/playwright-runner.cjs test tests/e2e/website.smoke.test.ts --config tests/e2e/playwright.website.prod.config.ts",
"test:voice-runtime:doubao-online": "bun scripts/test/doubao-s2s-online-smoke.ts",
"test:voice-runtime:omni-online": "bun scripts/test/omni-realtime-online-smoke.ts",
"test:voice-omni:compatible-online": "bun scripts/test/omni-compatible-online-smoke.ts",
"website:install": "bun install --cwd website --frozen-lockfile",
"website:dev": "cd website && node node_modules/astro/astro.js dev --host localhost --port 5173",
"website:build": "bun run --cwd website build",
"website:preview": "bun run website:build && bun run --cwd website preview --host"
},
"dependencies": {
"@dagrejs/dagre": "^2.0.4",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@noble/hashes": "^2.0.1",
"@playwright/test": "^1.58.1",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@tanstack/react-router": "^1.158.0",
"@tauri-apps/api": "2.10.1",
"@tauri-apps/plugin-log": "2.8.0",
"@tauri-apps/plugin-opener": "2.5.3",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"@xyflow/react": "^12.10.1",
"agentation-mcp": "^1.2.0",
"baseline-browser-mapping": "^2.10.0",
"caniuse-lite": "^1.0.30001772",
"class-variance-authority": "^0.7.1",
"d3-force": "^3.0.0",
"eruda": "^3.4.3",
"events": "^3.3.0",
"katex": "^0.16.28",
"lucide-react": "^0.563.0",
"pouchdb": "^9.0.0",
"pouchdb-adapter-idb": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"recorder-core": "^1.3.25011100",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"socket.io-client": "^4.8.3",
"vaul": "^1.1.2",
"zustand": "^5.0.11"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@tauri-apps/cli": "2.10.1",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/d3-force": "^3.0.10",
"@types/pouchdb": "^6.4.2",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^4.0.18",
"autoprefixer": "^10.4.24",
"clsx": "^2.1.1",
"happy-dom": "^20.5.0",
"jsdom": "24",
"playwright": "^1.58.1",
"postcss": "^8.5.6",
"spark-md5": "^3.0.2",
"tailwind-merge": "^3.4.0",
"tailwindcss": "3",
"typescript": "~5.6.2",
"uuid": "^13.0.0",
"vite": "^6.0.3",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.0.18"
}
}