-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.99 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.99 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
61
62
63
64
{
"name": "sidebar-organizer",
"version": "3.4.0",
"module": "dist/sidebar-organizer.js",
"author": "Viet Ngoc",
"license": "MIT",
"description": "Customize the sidebar in Home Assistant",
"keywords": [
"homeassistant",
"sidebar",
"organizer"
],
"repository": {
"type": "git",
"url": "https://github.com/ngocjohn/sidebar-organizer",
"repo": "ngocjohn/sidebar-organizer"
},
"dependencies": {
"@jaames/iro": "^5.5.2",
"@mdi/js": "^7.4.47",
"get-promisable-result": "^1.0.2",
"home-assistant-query-selector": "^5.0.0",
"home-assistant-styles-manager": "^3.1.0",
"lit": "^3.3.2",
"rollup-plugin-filesize": "^10.0.0",
"tinycolor2": "^1.6.0",
"yaml": "^2.8.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.3.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^25.0.3",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.51.0",
"conventional-changelog-conventionalcommits": "^9.1.0",
"cross-env": "^10.1.0",
"es-toolkit": "^1.43.0",
"eslint": "^9.39.2",
"eslint-plugin-perfectionist": "^5.2.0",
"eslint-plugin-unused-imports": "^4.3.0",
"home-assistant-js-websocket": "^9.6.0",
"memoize-one": "^6.0.0",
"prettier": "3.7.4",
"rollup": "^4.54.0",
"rollup-plugin-filesize-check": "^1.2.0",
"rollup-plugin-serve": "2.0.3",
"semantic-release": "^25.0.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
},
"scripts": {
"start": "rollup -c rollup.config.js --bundleConfigAsCjs --watch",
"build": "pnpm run lint && pnpm run rollup",
"rollup": "rollup -c rollup.config.js --bundleConfigAsCjs",
"lint": "eslint src/ --ext .ts --fix",
"postversion": "pnpm run build"
}
}