-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.28 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
{
"name": "securis-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tiptap/extension-table": "^3.13.0",
"@tiptap/extension-table-cell": "^3.13.0",
"@tiptap/extension-table-header": "^3.13.0",
"@tiptap/extension-table-row": "^3.13.0",
"@tiptap/extension-text-align": "^3.13.0",
"@tiptap/extension-underline": "^3.13.0",
"@tiptap/pm": "^3.13.0",
"@tiptap/starter-kit": "^3.13.0",
"@tiptap/vue-3": "^3.13.0",
"@vueuse/core": "^14.0.0",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jszip": "^3.10.1",
"lucide-vue-next": "^0.553.0",
"pinia": "^3.0.4",
"qrcode": "^1.5.4",
"radix-vue": "^1.9.17",
"tailwind-merge": "^3.4.0",
"vue": "^3.5.24",
"vue-pdf-embed": "^2.1.3",
"vue-router": "4",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.17",
"@types/node": "^24.10.1",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"tailwindcss": "^4.0.0",
"typescript": "~5.9.3",
"vite": "^7.2.2",
"vue-tsc": "^3.1.3"
}
}