-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.88 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.88 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
52
53
54
55
56
57
58
59
60
{
"name": "sc-custom-cards",
"version": "1.5.0",
"description": "Configurable room card for Home Assistant",
"main": "sergio-cards.js",
"type": "module",
"author": "Sergio Carracedo <hi@sergiocarracedo.es>",
"bugs": {
"url": "https://github.com/sergiocarracedo/sc-custom-cards/issues"
},
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
"lint:eslint": "eslint . --fix",
"lint": "run-s lint:*",
"format": "prettier --write src/",
"prepare": "lefthook install"
},
"dependencies": {
"@kipk/load-ha-components": "^1.0.3",
"@lit/task": "^1.0.2",
"custom-card-helpers": "^1.9.0",
"echarts": "^5.6.0",
"home-assistant-js-websocket": "^9.5.0",
"lit": "^2.8.0"
},
"devDependencies": {
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.4.2",
"@tsconfig/node22": "^22.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.13.9",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/eslint-plugin": "^1.1.36",
"canvas": "^3.2.1",
"dotenv": "^16.5.0",
"eslint": "^9.21.0",
"eslint-config-love": "^119.0.0",
"eslint-plugin-oxlint": "^0.15.13",
"globals": "^16.0.0",
"jiti": "^2.4.2",
"jsdom": "^26.0.0",
"lefthook": "^2.1.2",
"npm-run-all2": "^7.0.2",
"oxlint": "^0.15.13",
"prettier": "3.5.3",
"sass-embedded": "^1.85.1",
"ts-lit-plugin": "^2.0.2",
"typescript": "~5.8.0",
"vite": "^6.2.1",
"vite-plugin-vue-devtools": "^7.7.2",
"vitest": "^4.0.18"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}