-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
69 lines (69 loc) · 2.29 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
{
"name": "caret",
"version": "0.2.70",
"description": "Caret brings LLM capabilities into your vault, with a special focus on the canvas",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/mime": "^4.0.0",
"@types/node": "^16.11.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"raw-loader": "^4.0.2",
"tslib": "2.4.0",
"typescript": "^5.5.2"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.1.6",
"@ai-sdk/google": "^1.1.10",
"@ai-sdk/groq": "^1.1.7",
"@ai-sdk/openai": "^1.1.9",
"@ai-sdk/openai-compatible": "^0.1.8",
"@anthropic-ai/sdk": "^0.36.3",
"@bundled-es-modules/pdfjs-dist": "^3.6.172-alpha.1",
"@codemirror/language": "^6.10.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@instructor-ai/instructor": "^1.7.0",
"@mui/icons-material": "^5.15.18",
"@openrouter/ai-sdk-provider": "^0.2.1",
"@xyflow/react": "^12.2.0",
"ai": "^4.1.26",
"csv-parse": "^5.5.5",
"dotenv": "^16.4.5",
"fuse.js": "^7.0.0",
"groq-sdk": "^0.3.3",
"install": "^0.13.0",
"js-tiktoken": "^1.0.11",
"lucide-react": "^0.379.0",
"mime": "^4.0.3",
"monkey-around": "^3.0.0",
"ollama": "^0.5.0",
"ollama-ai-provider": "^1.1.0",
"openai": "^4.55.1",
"pdf-lib": "^1.17.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^8.0.6",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^1.0.0",
"request": "^2.88.2",
"serpapi": "^2.1.0",
"uuid": "^9.0.1",
"xml2js": "^0.6.2",
"zod": "^3.23.8"
}
}