-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 3.17 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 3.17 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"api-ref:generate": "node scripts/generate-api-reference.ts",
"build": "node scripts/generate-api-reference.ts && nuxt build",
"dev": "node scripts/generate-api-reference.ts && nuxt dev",
"generate": "node scripts/generate-api-reference.ts && nuxt generate",
"preview": "nuxt preview",
"postinstall": "node scripts/generate-api-reference.ts && nuxt prepare",
"stable-ids:ensure": "node scripts/ensure-stable-ids.ts",
"stable-ids:check": "node scripts/check-stable-ids.ts",
"redirects:sync": "node scripts/redirects-sync.ts --write-deterministic --fail-on-unresolved",
"redirects:check": "node scripts/redirects-sync.ts --fail-on-unresolved --no-write",
"typecheck:scripts": "tsc -p scripts/tsconfig.json",
"index:docs": "node scripts/index-docs.ts",
"typesense:cleanup-preview": "node scripts/cleanup-typesense-preview.ts",
"test:search": "vitest run tests/scripts/index-docs-chunker.test.ts tests/scripts/cleanup-typesense-preview.test.ts tests/components/DocsSearchPalette.test.ts tests/shared/parseTypesenseUrl.test.ts tests/lib/typesenseAlias.test.ts tests/services/typesenseService.test.ts tests/utils/highlightHtml.test.ts"
},
"dependencies": {
"@ai-sdk/vue": "3.0.185",
"@directus/openapi": "0.3.0",
"@directus/sdk": "^21.2.2",
"@directus/vue-split-panel": "^0.8.9",
"@iconify-json/lucide": "1.2.111",
"@iconify-json/material-symbols": "1.2.68",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "1.2.79",
"@nuxt/content": "3.13.0",
"@nuxt/fonts": "0.14.0",
"@nuxt/ui": "^4.6.1",
"@nuxtjs/color-mode": "4.0.0",
"@nuxtjs/mcp-toolkit": "0.17.2",
"@nuxtjs/robots": "6.0.8",
"@nuxtjs/sitemap": "8.0.13",
"@openrouter/ai-sdk-provider": "2.9.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.218.0",
"@opentelemetry/resources": "^2.7.1",
"@opentelemetry/sdk-node": "^0.218.0",
"@opentelemetry/sdk-trace-base": "^2.7.1",
"@posthog/ai": "^7.19.1",
"@upstash/redis": "^1.34.3",
"@vueuse/core": "14.2.1",
"@vueuse/nuxt": "14.2.1",
"ai": "6.0.185",
"h3": "1.15.11",
"nuxt": "4.4.2",
"nuxt-llms": "0.2.0",
"openapi3-ts": "4.5.0",
"posthog-js": "1.371.2",
"posthog-node": "5.29.7",
"sharp": "^0.34.5",
"shiki": "4.0.2",
"shiki-stream": "^0.1.4",
"tailwindcss": "^4.2.4",
"typesense": "^3.0.6",
"ufo": "1.6.3",
"unhead": "^3.1.0",
"zod": "4.4.3"
},
"devDependencies": {
"@nuxt/eslint": "1.15.2",
"@nuxt/scripts": "1.0.2",
"@nuxt/test-utils": "^4.0.3",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "4.17.12",
"@types/node": "^22",
"@vue/test-utils": "^2.4.10",
"dotenv": "^17.4.2",
"gray-matter": "^4.0.3",
"happy-dom": "^20.9.0",
"js-yaml": "^4.1.1",
"lodash-es": "4.18.1",
"remark": "^15.0.1",
"remark-mdc": "^3.11.0",
"remark-parse": "^11.0.0",
"typescript": "6.0.3",
"vitest": "^4.1.7",
"vue-tsc": "^3.2.7"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@latest",
"h3": "1.15.11"
}
},
"packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8",
"engines": {
"node": ">=22.18"
}
}