Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.14.0 to 5.15.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.15.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
67 lines
2.0 KiB
JSON
67 lines
2.0 KiB
JSON
{
|
|
"name": "frigate-hass-card",
|
|
"version": "3.0.0",
|
|
"description": "Frigate Lovelace Card for Home Assistant",
|
|
"keywords": [
|
|
"frigate",
|
|
"home-assistant",
|
|
"homeassistant",
|
|
"hass",
|
|
"lovelace"
|
|
],
|
|
"type": "module",
|
|
"module": "frigate-hass-card.js",
|
|
"repository": "git@github.com:dermotduffy/frigate-hass-card.git",
|
|
"author": "Dermot Duffy <dermot.duffy@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cycjimmy/jsmpeg-player": "^5.1.1",
|
|
"@lit-labs/task": "^1.0.0",
|
|
"@material/image-list": "^13.0.0",
|
|
"@material/mwc-menu": "^0.25.3",
|
|
"@material/rtl": "^13.0.0",
|
|
"custom-card-helpers": "^1.8.0",
|
|
"dayjs": "^1.10.8",
|
|
"embla-carousel": "^6.1.1",
|
|
"home-assistant-js-websocket": "^6.1.1",
|
|
"lit": "^2.2.0",
|
|
"lodash-es": "^4.17.21",
|
|
"quick-lru": "^6.1.0",
|
|
"screenfull": "^6.0.1",
|
|
"zod": "^3.13.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
"@babel/plugin-proposal-decorators": "^7.15.8",
|
|
"@rollup/plugin-babel": "^5.3.1",
|
|
"@rollup/plugin-commonjs": "^21.0.2",
|
|
"@rollup/plugin-image": "^2.1.1",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
"@types/lodash-es": "^4.17.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
|
"@typescript-eslint/parser": "^5.15.0",
|
|
"eslint": "^8.11.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-import": "^2.24.2",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"npm-check-updates": "^12.5.3",
|
|
"prettier": "^2.4.1",
|
|
"rollup": "^2.70.1",
|
|
"rollup-plugin-serve": "^1.1.0",
|
|
"rollup-plugin-styles": "^4.0.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"rollup-plugin-typescript2": "^0.31.2",
|
|
"sass": "^1.49.9",
|
|
"typescript": "^4.6.2"
|
|
},
|
|
"scripts": {
|
|
"start": "rollup -c rollup.config.dev.js --watch",
|
|
"build": "npm run lint && npm run rollup",
|
|
"lint": "eslint 'src/**/*.ts'",
|
|
"rollup": "rollup -c"
|
|
}
|
|
}
|