{ "name": "@openlp/web-remote", "version": "0.9.19", "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", "supportedBrowsers": "(echo module.exports = && browserslist-useragent-regexp --allowHigherVersions) > src/assets/supportedBrowsers.js", "tx": "node scripts/tx.js" }, "dependencies": { "@angular/animations": "^17.3.6", "@angular/cdk": "^17.3.6", "@angular/common": "^17.3.6", "@angular/compiler": "^17.3.6", "@angular/core": "^17.3.6", "@angular/forms": "^17.3.6", "@angular/material": "^17.3.6", "@angular/platform-browser": "^17.3.6", "@angular/platform-browser-dynamic": "^17.3.6", "@angular/router": "^17.3.6", "@fontsource/roboto": "^5.0.13", "@ngx-translate/core": "^15.0.0", "@ngx-translate/http-loader": "^8.0.0", "core-js": "^3.37.0", "material-icons": "^1.13.12", "rxjs": "^7.8.1", "zone.js": "^0.14.4" }, "devDependencies": { "@angular-devkit/build-angular": "^17.3.6", "@angular-eslint/builder": "^17.3.0", "@angular-eslint/eslint-plugin": "^17.3.0", "@angular-eslint/eslint-plugin-template": "^17.3.0", "@angular-eslint/schematics": "^17.3.0", "@angular-eslint/template-parser": "^17.3.0", "@angular/cli": "~17.3.6", "@angular/compiler-cli": "^17.3.6", "@angular/language-service": "^17.3.6", "@chiragrupani/karma-chromium-edge-launcher": "^2.3.1", "@transifex/api": "^7.1.0", "@types/jasmine": "~5.1.4", "@types/jasminewd2": "~2.0.13", "@types/jest": "^29.5.12", "@types/node": "~20.12.7", "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.7.1", "axios": "^1.6.8", "browserslist": "^4.23.0", "browserslist-useragent-regexp": "^4.1.3", "eslint": "^8.57.0", "eslint-plugin-import": "~2.29.1", "eslint-plugin-jsdoc": "~48.2.3", "eslint-plugin-prefer-arrow": "~1.2.3", "jasmine-core": "~5.1.2", "jasmine-spec-reporter": "~7.0.0", "karma": "~6.4.3", "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.4.5" }, "private": true }