-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
138 lines (138 loc) · 4.34 KB
/
package.json
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
{
"name": "witsy",
"productName": "Witsy",
"version": "1.31.0",
"description": "Witsy: desktop AI assistant",
"repository": {
"type": "git",
"url": "https://github.com/nbonamy/witsy.git"
},
"main": ".vite/build/main.js",
"scripts": {
"start": "cross-env DEBUG=1 electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint '**/*.ts' ; vue-tsc --noEmit",
"credits": "npx @opengovsg/credits-generator",
"test": "vitest --exclude './tests/e2e/**'",
"testui": "vitest --ui --exclude './tests/e2e/**' --coverage.enabled=true",
"teste2e": "vitest ./tests/e2e/**"
},
"devDependencies": {
"@electron-forge/cli": "^7.4.0",
"@electron-forge/maker-deb": "^7.4.0",
"@electron-forge/maker-dmg": "^7.4.0",
"@electron-forge/maker-pkg": "^7.4.0",
"@electron-forge/maker-rpm": "^7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-zip": "^7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron-forge/plugin-vite": "^7.4.0",
"@electron-forge/publisher-github": "^7.4.0",
"@electron/fuses": "^1.7.0",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@playwright/test": "^1.49.1",
"@tsconfig/node22": "^22.0.0",
"@types/jsdom": "^21.1.7",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.10.2",
"@types/plist": "^3.0.5",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"@vue/test-utils": "github:nbonamy/test-utils#keyboardevent-code",
"@vue/tsconfig": "^0.7.0",
"chalk": "^5.3.0",
"dotenv": "^16.4.7",
"electron": "32.2.0",
"electron-devtools-installer": "^3.2.0",
"electron-playwright-helpers": "^1.7.1",
"eslint": "^9.17.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^15.13.0",
"readline": "^1.3.0",
"ts-node": "^10.0.0",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vite-plugin-electron-renderer": "^0.14.6",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.1.8",
"vue-jest": "^5.0.0-alpha.10",
"vue-tsc": "^2.1.10"
},
"keywords": [],
"author": {
"name": "Nicolas Bonamy",
"email": "[email protected]"
},
"license": "Apache-2.0",
"dependencies": {
"@el3um4s/run-vbs": "^1.1.2",
"@excalidraw/markdown-to-text": "^0.1.2",
"@googleapis/drive": "^8.14.0",
"@huggingface/inference": "^2.8.1",
"@iktakahiro/markdown-it-katex": "^4.0.1",
"@langchain/textsplitters": "^0.0.3",
"@nut-tree-fork/nut-js": "^4.2.2",
"@xenova/transformers": "^2.17.2",
"applescript": "^1.0.0",
"bootstrap-icons-vue": "^1.11.3",
"compute-cosine-similarity": "^1.1.0",
"cross-env": "^7.0.3",
"electron-log": "^5.2.4",
"electron-squirrel-startup": "^1.0.1",
"electron-store": "^8.2.0",
"floating-vue": "^5.2.2",
"font-list": "^1.5.1",
"googleapis": "^144.0.0",
"groq-sdk": "^0.9.1",
"highlight.js": "^11.11.0",
"html-to-text": "^9.0.5",
"html2pdf.js": "github:ssamilg/html2pdf.js#fix/update-html2canvas",
"icns-lib": "^1.0.1",
"katex": "^0.16.15",
"markdown-it": "^14.1.0",
"markdown-it-mark": "^4.0.0",
"minimatch": "^10.0.1",
"mitt": "^3.0.1",
"multi-llm-ts": "^2.6.0",
"nestor-client": "^0.3.1",
"number-flip-animation": "github:nbonamy/number-flip-animation",
"officeparser": "^5.1.1",
"ollama": "^0.5.11",
"openai": "^4.67.3",
"openai-speech-stream-player": "^1.0.8",
"pdf2json": "^3.1.4",
"plist": "^3.1.0",
"portfinder": "^1.0.32",
"python-shell": "^5.0.0",
"replicate": "^1.0.1",
"sweetalert2": "^11.15.1",
"update-electron-app": "^3.1.0",
"uuid": "^11.0.3",
"vectra": "^0.9.0",
"vega": "^5.30.0",
"vue": "^3.5.13",
"youtube-transcript": "^1.2.1",
"ytv": "^1.0.3"
},
"build": {
"appId": "com.nabocorp.witsy",
"mac": {
"icon": "assets/icon.icns",
"category": "public.app-category.productivity"
},
"win": {
"icon": "assets/icon.ico",
"target": "portable"
}
}
}