{ "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 ", "license": "MIT", "dependencies": { "@cycjimmy/jsmpeg-player": "^5.1.1", "@egjs/hammerjs": "^2.0.17", "@lit-labs/task": "^1.1.1", "@material/mwc-menu": "^0.25.3", "@material/rtl": "^13.0.0", "@types/bluebird": "^3.5.36", "component-emitter": "^1.3.0", "crypto": "^1.0.1", "custom-card-helpers": "^1.9.0", "date-fns": "^2.28.0", "embla-carousel": "^6.2.0", "embla-carousel-wheel-gestures": "^2.1.1", "home-assistant-js-websocket": "^6.1.1", "keycharm": "^0.4.0", "lit": "^2.2.1", "lodash-es": "^4.17.21", "moment": "^2.29.2", "propagating-hammerjs": "^2.0.1", "quick-lru": "^6.1.0", "screenfull": "^6.0.1", "side-drawer": "^3.0.0", "ts-toolbelt": "^9.6.0", "uuid": "^8.3.2", "vis-data": "^7.1.3", "vis-timeline": "^7.5.1", "vis-util": "^5.0.2", "xss": "^1.0.10", "zod": "^3.13.4" }, "devDependencies": { "@babel/core": "^7.17.7", "@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", "@rollup/plugin-replace": "^4.0.0", "@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.25.4", "eslint-plugin-prettier": "^4.0.0", "npm-check-updates": "^12.5.3", "prettier": "^2.6.0", "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 --watch", "build": "yarn run lint && yarn run rollup", "lint": "eslint 'src/**/*.ts'", "rollup": "rollup -c" } }