-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.78 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) · 2.78 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
93
{
"name": "comark-docs",
"version": "0.0.1",
"description": "Nuxt layer for content-driven documentation sites powered by comark-content",
"type": "module",
"main": "./nuxt.config.ts",
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/comarkdown/comark-docs.git"
},
"license": "MIT",
"files": [
"app",
"server",
"modules",
"utils",
"docs",
"nuxt.config.ts",
"nuxt.schema.ts",
"index.d.ts",
"README.md"
],
"scripts": {
"dev": "nuxt dev playground",
"dev:trace": "OTEL_TRACES_EXPORTER=otlp OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318 OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf OTEL_SERVICE_NAME=comark-content nuxt dev playground",
"build": "nuxt build playground",
"generate": "nuxt generate playground",
"typecheck": "nuxt typecheck playground",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
"test:watch": "vitest",
"dev:prepare": "nuxt prepare playground"
},
"dependencies": {
"@ai-sdk/gateway": "^4.0.62",
"@ai-sdk/vue": "^4.0.77",
"@comark/nuxt": "https://pkg.pr.new/@comark/nuxt@af8d3e8",
"@iconify-json/lucide": "^1.2.125",
"@iconify-json/simple-icons": "^1.2.93",
"@iconify-json/vscode-icons": "^1.2.74",
"@iconify/vue": "^5.0.1",
"@nuxt/kit": "^4.5.2",
"@nuxt/ui": "^4.11.0",
"@nuxtjs/mcp-toolkit": "^0.18.1",
"@nuxtjs/robots": "^6.2.0",
"@nuxtjs/sitemap": "^8.5.0",
"@octokit/webhooks-methods": "^6.0.0",
"@opentelemetry/api": "^1.9.1",
"@resvg/resvg-js": "^2.6.2",
"@vercel/analytics": "^2.0.1",
"@vercel/functions": "^3.9.5",
"@vercel/global-config": "^1.5.1",
"@vercel/otel": "^2.1.3",
"@vercel/speed-insights": "^2.0.0",
"@vueuse/core": "^14.4.0",
"ai": "^7.0.77",
"beautiful-mermaid": "^1.1.3",
"comark": "https://pkg.pr.new/comark@af8d3e8",
"comark-content": "https://pkg.pr.new/comark-content@6b8aae4",
"defu": "^6.1.7",
"exsolve": "^1.1.1",
"js-yaml": "^5.3.0",
"motion-v": "^2.4.0",
"nuxt-llms": "^0.2.0",
"nuxt-og-image": "^6.7.8",
"nuxt-seo-utils": "^8.4.2",
"pathe": "^2.0.3",
"rangi": "^2.2.0",
"satori": "^0.29.1",
"tailwindcss": "^4.3.3",
"ufo": "^1.6.4",
"unstorage": "^1.17.5",
"zod": "^4.4.3"
},
"peerDependencies": {
"nuxt": "^4.5.0"
},
"devDependencies": {
"@nuxt/devtools-kit": "4.0.0-alpha.9",
"@nuxt/eslint-config": "^1.17.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.221.0",
"@opentelemetry/resources": "^2.10.0",
"@opentelemetry/sdk-trace-base": "^2.10.0",
"@opentelemetry/sdk-trace-node": "^2.10.0",
"eslint": "^10.9.0",
"nuxt": "^4.5.2",
"typescript": "^6.0.3",
"vitest": "^4.1.11",
"vue-tsc": "^3.3.11"
}
}