-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.56 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
41
42
43
44
45
46
47
48
{
"name": "smartqasa-elements",
"version": "2024.10.18b-1",
"description": "SmartQasa Dashboard Elements",
"type": "module",
"author": "Tom Bruno",
"repository": {
"type": "git",
"url": "https://github.com/smartqasa/smartqasa-dash"
},
"scripts": {
"clean": "rm -f dist/elements.js",
"build": "npm run clean && rollup -c",
"watch": "npm run clean && rollup -c --watch",
"lint": "eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-typescript": "^12.1.0",
"@rollup/plugin-url": "^8.0.2",
"@types/http-cache-semantics": "^4.0.4",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"rollup-plugin-lit-css": "^5.0.1",
"typescript": "^5.6.3"
},
"dependencies": {
"home-assistant-js-websocket": "^9.2.1",
"js-yaml": "^4.1.0",
"lit": "^3.2.1",
"swiper": "^11.1.14",
"tslib": "^2.7.0"
}
}