-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.78 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.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
{
"name": "nuxt-care",
"version": "1.0.1",
"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": {
"@nuxt/a11y": "1.0.0-alpha.1",
"@nuxt/content": "^3.11.0",
"@nuxt/eslint": "1.12.1",
"@nuxt/image": "2.0.0",
"@nuxt/test-utils": "3.23.0",
"@nuxt/ui": "4.3.0",
"@nuxthub/core": "^0.10.4",
"@vueuse/core": "^14.1.0",
"better-sqlite3": "^12.6.0",
"chart.js": "^4.5.1",
"debug": "^4.4.3",
"eslint": "^9.39.2",
"nuxt": "^4.3.0",
"nuxt-auth-utils": "^0.5.27",
"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.1.18",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"unstorage": "^1.17.3",
"vue": "^3.5.26",
"vue-chartjs": "^5.3.3",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.83",
"@vitest/coverage-v8": "^4.0.16",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^20.1.0",
"typescript": "^5.9.3",
"vitest": "^4.0.16"
},
"packageManager": "[email protected]",
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3",
"esbuild",
"@parcel/watcher",
"sharp",
"unrs-resolver",
"vue-demi"
]
}
}