UNPKG

@openhab-ui/setup-and-maintenance

Version:

Configuration and maintenance interface for openHAB

79 lines 2.19 kB
{ "name": "@openhab-ui/setup-and-maintenance", "keywords": [ "openhab", "ui", "administration", "home-automation" ], "version": "1.0.3", "description": "Configuration and maintenance interface for openHAB", "author": "David Graeff", "email": "davgraeff@gmail.com", "private": false, "scripts": { "build": "gulp build", "lint": "gulp lint", "dev": "gulp serve", "devno": "gulp serveonly", "doc": "npx jsdoc -c jsdoc.json" }, "homepage": "https://github.com/davidgraeff/paper-ui-ng", "repository": { "type": "git", "url": "git+https://github.com/davidgraeff/paper-ui-ng.git" }, "license": "MIT", "devDependencies": { "@fortawesome/fontawesome-free": "^5.7.2", "better-docs": "^1.1.4", "bootstrap": "^4.3.1", "compression": "^1.7.3", "connect-livereload": "^0.6.1", "connect-rest": "^3.0.29", "csso": ">=3.5", "del": ">=3", "flatpickr": "^4.5.4", "gulp": ">=4", "gulp-better-rollup": "^3.4.0", "gulp-concat": "^2.6.1", "gulp-connect": "^5.7.0", "gulp-csslint": "^1.0.1", "gulp-html-i18n": "^0.15.0", "gulp-htmlmin": "^5.0.1", "gulp-if": "^2.0.2", "gulp-mode": "^1.0.2", "gulp-open": "^3.0.1", "gulp-rename": "^1.4.0", "gulp-rollup-each": "^3.0.0", "gulp-sass": "^4.0.2", "gulp-sass-lint": "^1.4.0", "gulp-uglify-es": "^1.0.4", "gulp-watch": "^5.0.1", "html": "^1.0.0", "monaco-editor": "^0.15.6", "plugin-error": "^1.0.1", "register-service-worker": "^1.6.2", "rete": "^1.1.1", "rollup": "^1.2.3", "rollup-plugin-commonjs": "^9.2.1", "rollup-plugin-css-only": "^1.0.0", "rollup-plugin-flow": "^1.1.1", "rollup-plugin-json": "^3.1.0", "rollup-plugin-node-resolve": "^4.0.1", "rollup-plugin-replace": "^2.1.0", "rollup-plugin-sass": "^1.1.0", "rollup-plugin-vue": "^4.7.2", "rollup-stream": "^1.24.1", "vinyl-sourcemaps-apply": "^0.2.1", "vue-template-compiler": "^2.6.8", "workbox-build": "^3.6.3" }, "dependencies": { "idb": "^3.0.2", "leaflet": "^1.4.0", "lit-html": "^1.0.0", "shepherd.js": "^2.3.3", "vue": "^2.6.8" } }