-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.86 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.86 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
{
"name": "nuxt-care",
"version": "1.3.0",
"type": "module",
"private": true,
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"test": "vitest run",
"test:unit": "vitest run --project unit",
"test:nuxt": "vitest run --project nuxt",
"test:integration": "vitest run --project integration",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"release": "./scripts/release.sh"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"@nuxt/a11y": "1.0.0-alpha.1",
"@nuxt/content": "^3.13.0",
"@nuxt/eslint": "1.15.2",
"@nuxt/image": "2.0.0",
"@nuxt/test-utils": "^4.0.2",
"@nuxt/ui": "4.5.1",
"@nuxthub/core": "^0.10.7",
"@vueuse/core": "^14.2.1",
"better-sqlite3": "^12.9.0",
"chart.js": "^4.5.1",
"debug": "^4.4.3",
"eslint": "^9.39.4",
"nuxt": "^4.4.2",
"nuxt-auth-utils": "^0.5.29",
"parse5": "^8.0.0",
"rehype-raw": "^7.0.0",
"remark-emoji": "^5.0.2",
"remark-gfm": "^4.0.1",
"remark-mdc": "^3.10.0",
"remark-rehype": "^11.1.2",
"tailwindcss": "^4.2.2",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"unstorage": "^1.17.5",
"vue": "^3.5.32",
"vue-chartjs": "^5.3.3",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.102",
"@vitest/coverage-v8": "4.1.3",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^20.8.9",
"typescript": "^5.9.3",
"vitest": "4.1.3"
},
"packageManager": "pnpm@10.27.0",
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3",
"esbuild",
"@parcel/watcher",
"sharp",
"unrs-resolver",
"vue-demi"
],
"overrides": {
"vite": "8.0.0"
}
}
}