-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) 路 1.9 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) 路 1.9 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
{
"name": "qwksearch",
"private": true,
"version": "2.2.0",
"packageManager": "bun@1.4.0",
"workspaces": [
"packages/*",
"packages/render-url-to-html/*",
"apps/*"
],
"scripts": {
"dev": "turbo dev --filter=qwksearch-web",
"build": "turbo build",
"build:web": "turbo build --filter=qwksearch-web",
"dev:editor": "turbo dev --filter=react-reason-editor",
"build:editor": "turbo build --filter=react-reason-editor",
"test": "vitest run",
"test:ui": "vitest --ui",
"test:report": "vitest run --reporter=default --reporter=html --outputFile.html=apps/test-reports/dist/index.html",
"test:report:coverage": "vitest run --reporter=default --reporter=html --outputFile.html=apps/test-reports/dist/index.html --coverage",
"deploy:test-reports": "cd apps/test-reports && wrangler deploy"
},
"devDependencies": {
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"turbo": "^2.10.3",
"vitest": "^4.0.18"
},
"dependencies": {
"@moonshine-ai/moonshine-js": "^0.1.29",
"is-vpn": "^1.0.2",
"mammoth": "^1.12.0"
},
"overrides": {
"@ricky0123/vad-web": "^0.0.30",
"@tiptap/core": "^3.28.0",
"@tiptap/pm": "^3.28.0",
"@tiptap/react": "^3.28.0",
"@tiptap/starter-kit": "^3.28.0",
"@tiptap/suggestion": "^3.28.0",
"@tiptap/extension-character-count": "^3.28.0",
"@tiptap/extension-code-block-lowlight": "^3.28.0",
"@tiptap/extension-color": "^3.28.0",
"@tiptap/extension-highlight": "^3.28.0",
"@tiptap/extension-horizontal-rule": "^3.28.0",
"@tiptap/extension-image": "^3.28.0",
"@tiptap/extension-link": "^3.28.0",
"@tiptap/extension-placeholder": "^3.28.0",
"@tiptap/extension-task-item": "^3.28.0",
"@tiptap/extension-task-list": "^3.28.0",
"@tiptap/extension-text-style": "^3.28.0",
"@tiptap/extension-underline": "^3.28.0",
"@tiptap/extension-youtube": "^3.28.0"
}
}