forked from matt8707/ha-fusion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.19 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
76
{
"name": "ha-fusion",
"version": "2024.7.1",
"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.1.0",
"@event-calendar/day-grid": "^3.1.0",
"@event-calendar/list": "^3.1.0",
"@iconify/svelte": "^4.0.2",
"@sveltejs/adapter-node": "^5.2.0",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/d3-array": "^3.2.1",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^3.1.6",
"@types/eslint": "^8.56.10",
"@types/express": "^4.17.21",
"@types/js-yaml": "^4.0.9",
"@types/promise-fs": "^2.1.5",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.41.0",
"globals": "^15.8.0",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-confetti": "^2.0.1",
"svelte-fast-dimension": "^1.1.0",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"typescript-eslint": "8.0.0-alpha.39",
"vite": "^5.3.3"
},
"type": "module",
"dependencies": {
"@codemirror/autocomplete": "^6.17.0",
"@codemirror/commands": "^6.6.0",
"@codemirror/language": "^6.10.2",
"@codemirror/legacy-modes": "^6.4.0",
"@codemirror/lint": "^6.8.1",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.28.4",
"@fontsource-variable/inter": "^5.0.19",
"@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.19.2",
"hls.js": "^1.5.13",
"home-assistant-js-websocket": "^9.4.0",
"http-proxy-middleware": "^3.0.0",
"js-yaml": "^4.1.0",
"konva": "^9.3.13",
"maplibre-gl": "^4.5.0",
"marked": "^13.0.2",
"svelte-dnd-action": "^0.9.49",
"svelte-modals": "^1.3.0",
"svelte-ripple": "^0.1.1",
"svelte-tiny-virtual-list": "^2.1.2",
"weekstart": "^2.0.0",
"youtubei.js": "^10.0.0"
}
}