-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.32 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.32 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": "modular-homelab-dashboard",
"private": true,
"version": "1.1.15",
"type": "module",
"homepage": "https://github.com/Kellojo/Modular-Homelab-Dashboard",
"author": {
"name": "Kellojo"
},
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build-docker": "docker build -t modular-homelab-dashboard .",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check ."
},
"devDependencies": {
"@iconify/svelte": "^5.0.2",
"@sveltejs/adapter-node": "^5.4.0",
"@sveltejs/kit": "^2.53.4",
"@sveltejs/vite-plugin-svelte": "^6.2.0",
"@types/d3": "^7.4.3",
"@types/node": "^24.7.1",
"@types/signale": "^1.4.7",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"svelte": "^5.53.6",
"svelte-check": "^4.3.2",
"typescript": "^5.9.2",
"vite": "^7.3.2"
},
"dependencies": {
"@types/node-cron": "^3.0.11",
"d3": "^7.9.0",
"filesize": "^11.0.13",
"let-it-go": "^1.1.0",
"moment": "^2.30.1",
"node-cron": "^4.2.1",
"signale": "^1.4.0",
"systeminformation": "^5.31.1",
"yaml": "^2.8.3"
},
"overrides": {
"cookie": "^1.1.1"
}
}