-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.39 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 3.39 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
94
95
96
97
98
{
"name": "nuxt-app",
"private": true,
"version": "1.7.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dummy": "AUTH_MODE=none DUMMY=true nuxt dev",
"debug": "nuxt dev --inspect",
"tsc": "vue-tsc --noEmit -p tsconfig.json",
"nuxt:prepare": "nuxt prepare",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "biome format --write",
"check": "biome check --fix",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest run --coverage",
"test:e2e": "mise run test:e2e",
"test:e2e:ui": "mise run test:e2e:ui",
"e2e:codegen": "mise run e2e:codegen"
},
"dependencies": {
"@dcc-bs/common-ui.bs.js": "2.1.10",
"@dcc-bs/communication.bs.js": "^0.1.3",
"@dcc-bs/dependency-injection.bs.js": "^0.0.16",
"@dcc-bs/event-system.bs.js": "^1.4.3",
"@iconify-json/flag": "^1.2.12",
"@iconify-json/lucide": "^1.2.122",
"@iconify-json/simple-icons": "^1.2.93",
"@mohtasham/md-to-docx": "git+https://github.com/DCC-BS/md-to-docx.js#v3.0.0",
"@nuxt/ui": "4.11.0",
"@nuxtjs/i18n": "^10.6.0",
"@nuxtjs/mdc": "0.23.1",
"@pinia/nuxt": "1.0.2",
"@tiptap/core": "3.30.5",
"@tiptap/extension-bubble-menu": "3.30.3",
"@tiptap/extension-character-count": "3.30.3",
"@tiptap/extension-floating-menu": "3.30.3",
"@tiptap/extension-highlight": "3.30.3",
"@tiptap/extension-history": "3.30.3",
"@tiptap/extension-paragraph": "3.30.3",
"@tiptap/extension-placeholder": "3.30.3",
"@tiptap/pm": "^3.29.2",
"@tiptap/starter-kit": "^3.29.2",
"@tiptap/vue-3": "^3.29.2",
"@varlock/proton-pass-plugin": "^2.0.0",
"@varlock/vite-integration": "^1.4.0",
"@vueuse/core": "^14.4.0",
"driver.js": "^1.8.0",
"giget": "^3.3.1",
"jsdiff": "^1.1.1",
"motion-v": "^2.3.0",
"nuxt": "4.5.2",
"nuxt-viewport": "2.6.1",
"openid-client": "^6.8.4",
"pinia": "^4.0.2",
"pino": "^10.3.1",
"prosemirror-schema-basic": "^1.2.4",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"tailwindcss": "^4.3.3",
"ts-pattern": "^5.9.0",
"unified": "^11.0.5",
"uuid": "^14.0.1",
"varlock": "^1.16.1",
"vite-plugin-checker": "^0.14.5",
"vue": "^3.5.41",
"vue-pdf-embed": "^2.1.5",
"vue-router": "^5.2.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "^2.5.7",
"@playwright/test": "^1.62.1",
"@types/node": "^26.0.0",
"@vitejs/plugin-vue": "^6.0.8",
"@vitest/coverage-v8": "^4.1.10",
"@vue/test-utils": "^2.4.11",
"happy-dom": "^20.11.2",
"pino-pretty": "^13.1.3",
"typescript": "^6.0.3",
"vitest": "^4.1.10",
"vue-tsc": "^3.3.9"
},
"trustedDependencies": [
"@parcel/watcher"
],
"overrides": {
"// framework-singletons": "Deduplicate instances to prevent SSR crashes and editor instanceof failures",
"vue": "3.5.41",
"reka-ui": "2.10.4",
"@vueuse/core": "^14.4.0",
"prosemirror-model": "1.25.11",
"prosemirror-view": "1.42.3"
}
}