-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.29 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
{
"name": "flower-card",
"version": "2026.4.1",
"description": "Custom flower card for https://github.com/Olen/homeassistant-plant",
"keywords": [
"home-assistant",
"homeassistant",
"lovelace",
"custom-cards"
],
"module": "flower-card.js",
"license": "MIT",
"dependencies": {
"@marcokreeft/ha-editor-formbuilder": "^2024.9.1",
"babel-loader": "^9.2.1",
"compression-webpack-plugin": "^11.1.0",
"custom-card-helpers": "^1.9.0",
"home-assistant-js-websocket": "^9.4.0",
"lit": "^3.3.0",
"webpack": "^5.95.0",
"yarn": "^1.22.22"
},
"scripts": {
"lint": "eslint src/**/*.ts tests/**/*.ts",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"dev": "webpack -c webpack.config.js",
"build": "yarn lint && webpack -c webpack.config.js"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@vitest/coverage-v8": "^2.1.0",
"eslint": "^8.57.1",
"eslint-config-love": "^83.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.1",
"jsdom": "^25.0.0",
"ts-loader": "^9.5.1",
"typescript": "<5.6.0",
"vitest": "^2.1.0",
"webpack-cli": "^5.1.4"
}
}