-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
66 lines (66 loc) · 2.17 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "decluttering-card",
"version": "1.0.0",
"description": "Decluttering Card for Lovelace",
"main": "dist/decluttering-card.js",
"scripts": {
"build": "npm run lint && npm run rollup",
"rollup": "rollup -c",
"babel": "babel dist/decluttering-card.js --out-file dist/decluttering-card.js",
"lint": "eslint src/*.ts",
"postversion": "npm run build",
"start": "rollup -c --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/custom-cards/decluttering-card.git"
},
"keywords": [
"lovelace"
],
"author": "RomRider",
"license": "MIT",
"bugs": {
"url": "https://github.com/custom-cards/decluttering-card/issues"
},
"homepage": "https://github.com/custom-cards/decluttering-card/README.md",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^10.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"babel-cli": "^6.26.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
"npm": "^9.6.3",
"prettier": "^1.19.0",
"prettier-eslint": "^9.0.1",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.26.0",
"ts-lit-plugin": "^1.2.1",
"typescript": "^3.8.3",
"typescript-styled-plugin": "^0.15.0"
},
"dependencies": {
"custom-card-helpers": "^1.5.0",
"home-assistant-js-websocket": "^5.1.0",
"lit-element": "^2.3.0",
"resize-observer": "^1.0.0"
}
}