-
Notifications
You must be signed in to change notification settings - Fork 100
/
package.json
75 lines (75 loc) · 2.15 KB
/
package.json
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
{
"name": "ha-fusion",
"version": "2024.10.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@event-calendar/core": "^3.6.1",
"@event-calendar/day-grid": "^3.6.1",
"@event-calendar/list": "^3.6.1",
"@iconify/svelte": "^4.0.2",
"@sveltejs/adapter-node": "^5.2.6",
"@sveltejs/kit": "^2.6.4",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/d3-array": "^3.2.1",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^3.1.6",
"@types/eslint": "^9.6.1",
"@types/express": "^5.0.0",
"@types/js-yaml": "^4.0.9",
"@types/promise-fs": "^2.1.5",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"svelte-confetti": "1.4.0",
"svelte-fast-dimension": "^1.1.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"vite": "^5.4.8"
},
"type": "module",
"dependencies": {
"@codemirror/autocomplete": "^6.18.1",
"@codemirror/commands": "^6.7.0",
"@codemirror/language": "^6.10.3",
"@codemirror/legacy-modes": "^6.4.1",
"@codemirror/lint": "^6.8.2",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.34.1",
"@fontsource-variable/inter": "^5.1.0",
"@jaames/iro": "^5.5.2",
"codemirror": "^6.0.1",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"hls.js": "^1.5.16",
"home-assistant-js-websocket": "^9.4.0",
"http-proxy-middleware": "^3.0.3",
"js-yaml": "^4.1.0",
"konva": "^9.3.15",
"maplibre-gl": "^4.7.1",
"marked": "^14.1.2",
"svelte-dnd-action": "^0.9.51",
"svelte-modals": "^1.3.0",
"svelte-ripple": "^0.1.1",
"svelte-tiny-virtual-list": "^2.1.2",
"weekstart": "^2.0.0",
"youtubei.js": "^10.5.0"
}
}