forked from hello-sebastian/Energy-Horizon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 959 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 959 Bytes
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
{
"name": "energy-horizon-card",
"version": "0.5.1",
"description": "Custom Home Assistant Lovelace card for cumulative energy usage comparison (Energy Horizon).",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --config config/vite.config.ts",
"preview": "vite preview",
"test": "TZ=UTC vitest run",
"test:watch": "vitest",
"lint": "eslint --config config/eslint.config.js \"src/**/*.{ts,tsx,js,jsx}\"",
"deploy": "npm run build && scp -O dist/* root@192.168.1.106:/config/www/community/Energy-Horizon/"
},
"dependencies": {
"date-fns": "^4.1.0",
"echarts": "^5.6.0",
"lit": "^3.1.0",
"luxon": "^3.7.2"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint": "^9.10.0",
"jsdom": "^25.0.0",
"typescript": "^5.6.0",
"vite": "^6.0.0",
"vitest": "^2.1.0"
}
}