-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 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
{
"name": "homedock_os",
"version": "2.1.0.608",
"description": "",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "Banshee Technologies S.L.",
"license": "PolyForm Strict License 1.0.0",
"dependencies": {
"@iconify-icons/mdi": "^1.2.48",
"@iconify/vue": "^5.0.0",
"@noble/ed25519": "^3.0.0",
"@noble/hashes": "^2.0.1",
"@unhead/vue": "^2.1.12",
"@vitejs/plugin-vue": "^6.0.3",
"ant-design-vue": "^4.2.6",
"axios": "1.13.6",
"dayjs": "^1.11.19",
"node-forge": "^1.3.3",
"pdfjs-dist": "^5.4.530",
"pinia": "^3.0.4",
"qrcode": "^1.5.4",
"vanilla-tilt": "^1.8.1",
"vite": "^7.3.2",
"vue": "3.5.30",
"vue-chartjs": "^5.3.3",
"vue-router": "4.6.4",
"vue3-marquee": "^4.2.2"
},
"overrides": {
"brace-expansion": "^2.0.2",
"lodash": "^4.17.22",
"lodash-es": "^4.17.23",
"rollup": "^4.59.0"
},
"devDependencies": {
"@types/node": "25.0.10",
"@types/node-forge": "^1.3.14",
"@types/qrcode": "^1.5.6",
"@vitejs/plugin-basic-ssl": "2.1.4",
"autoprefixer": "^10.4.22",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.18",
"typescript": "5.9.3"
}
}