-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "flower-card",
"version": "2024.10.0-beta1",
"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.2.0",
"webpack": "^5.95.0",
"yarn": "^1.22.22"
},
"scripts": {
"lint": "eslint src/**/*.ts",
"dev": "webpack -c webpack.config.js",
"build": "yarn lint && webpack -c webpack.config.js"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.8.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",
"ts-loader": "^9.5.1",
"typescript": "<5.6.0",
"webpack-cli": "^5.1.4"
}
}