forked from agoberg85/home-assistant-simple-tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 1.1 KB
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 1.1 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
{
"name": "fork-u-bubble-simple-tabs",
"version": "1.2.0",
"description": "Fork U-Bubble Simple Tabs - tabbed card for Home Assistant with visual editor, styling CSS, haptic and URL support.",
"main": "fork_u-bubble_simple_tabs.js",
"module": "fork_u-bubble_simple_tabs.js",
"author": "Fork U-Bubble",
"license": "MIT",
"type": "module",
"scripts": {
"start": "rollup -c --watch",
"build": "rollup -c",
"lint": "eslint src/*.ts"
},
"dependencies": {
"custom-card-helpers": "^1.9.0",
"home-assistant-js-websocket": "^9.0.0",
"js-yaml": "^4.1.0",
"lit": "^3.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-terser": "^0.4.3",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.48.0",
"rollup": "^3.28.1",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.2.2"
}
}