-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 950 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 950 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs",
"export-pdf": "press-export-pdf export ./docs/vi",
"push-qdrant": "npx ts-node --loader ts-node/esm scripts/push-markdown-to-qdrant.ts",
"prepare": "husky"
},
"devDependencies": {
"@iconify-json/ri": "^1.1.20",
"dotenv": "^16.5.0",
"husky": "^9.1.7",
"typescript": "^5.4.3",
"unocss": "^0.58.7",
"vitepress": "1.0.1"
},
"dependencies": {
"@ai-sdk/google": "^1.2.18",
"@mastra/qdrant": "^0.2.14",
"@mastra/rag": "^0.1.23",
"@scalar/api-reference": "^1.20.10",
"ai": "^4.3.15",
"glob": "^10.3.10",
"gray-matter": "^4.0.3",
"vitepress-export-pdf": "1.0.0-beta.0"
},
"pnpm": {
"patchedDependencies": {
"vitepress@1.0.1": "patches/vitepress@1.0.1.patch"
}
},
"packageManager": "pnpm@10.11.0"
}