{ "name": "@openlp/web-remote", "version": "0.9.12", "description": "The web remote for OpenLP, written in Angular", "keywords": [ "OpenLP", "Angular", "Remote" ], "homepage": "https://openlp.org/", "bugs": "https://gitlab.com/openlp/web-remote", "license": "GPL-3.0-or-later", "author": "OpenLP Developers", "repository": { "type": "git", "url": "https://gitlab.com/openlp/web-remote.git" }, "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint" }, "dependencies": { "@angular/animations": "^17.2.1", "@angular/cdk": "^17.2.1", "@angular/common": "^17.2.1", "@angular/compiler": "^17.2.1", "@angular/core": "^17.2.1", "@angular/forms": "^17.2.1", "@angular/material": "^17.2.1", "@angular/platform-browser": "^17.2.1", "@angular/platform-browser-dynamic": "^17.2.1", "@angular/router": "^17.2.1", "@fontsource/roboto": "^5.0.8", "core-js": "^3.35.1", "hammerjs": "^2.0.8", "material-icons": "^1.13.12", "rxjs": "^7.8.1", "zone.js": "^0.14.3" }, "devDependencies": { "@angular-devkit/build-angular": "^17.2.1", "@angular-eslint/builder": "^17.2.1", "@angular-eslint/eslint-plugin": "^17.2.1", "@angular-eslint/eslint-plugin-template": "^17.2.1", "@angular-eslint/schematics": "^17.2.1", "@angular-eslint/template-parser": "^17.2.1", "@angular/cli": "~17.2.1", "@angular/compiler-cli": "^17.2.1", "@angular/language-service": "^17.2.1", "@chiragrupani/karma-chromium-edge-launcher": "^2.3.1", "@types/jasmine": "~5.1.4", "@types/jasminewd2": "~2.0.13", "@types/node": "~20.11.17", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "eslint": "^8.56.0", "eslint-plugin-import": "~2.29.1", "eslint-plugin-jsdoc": "~48.0.6", "eslint-plugin-prefer-arrow": "~1.2.3", "jasmine-core": "~5.1.2", "jasmine-spec-reporter": "~7.0.0", "karma": "~6.4.2", "karma-chrome-launcher": "~3.2.0", "karma-coverage-istanbul-reporter": "~3.0.3", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "^2.1.0", "ts-node": "~10.9.2", "typescript": "~5.3.3" }, "private": true }