forked from TarheelGrad1998/gallery-card
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
69 lines (69 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
67
68
69
{
"name": "gallery-card",
"version": "1.2.0",
"description": "Gallery Card 2024 for lovelace",
"main": "dist/gallery-card.js",
"scripts": {
"build": "npm run lint && npm run rollup",
"rollup": "rollup -c",
"babel": "babel dist/gallery-card.js --out-file dist/gallery-card.js",
"lint": "eslint --fix src/*.js",
"watch": "rollup -c --watch",
"postversion": "npm run build",
"audit-fix": "npx yarn-audit-fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukelalo/gallery-card.git"
},
"keywords": [
"lovelace"
],
"author": "lukelalo",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukelalo/gallery-card/issues"
},
"homepage": "https://github.com/lukelalo/gallery-card#readme",
"devDependencies": {
"babel-loader": "^9.1.3",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@eslint-recommended/eslint-config": "24.0.0",
"@eslint/js": "^9.0.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.0.0",
"npm": "^10.5.2",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"rollup": "^2.77.4-1",
"rollup-plugin": "^1.0.0",
"semantic-release": "^23.0.8"
},
"dependencies": {
"dayjs": "^1.11.10",
"lit": "^2.7.6",
"lit-element": "^3.3.2",
"lit-html": "^2.7.5"
}
}