2018-08-07 11:51:51 +00:00
|
|
|
{
|
2019-10-06 00:28:36 +00:00
|
|
|
"name": "@openlp/web-remote",
|
2023-02-16 16:29:08 +00:00
|
|
|
"version": "0.9.10",
|
2019-10-06 00:28:36 +00:00
|
|
|
"description": "The web remote for OpenLP, written in Angular",
|
2020-08-27 05:07:14 +00:00
|
|
|
"keywords": [
|
|
|
|
"OpenLP",
|
|
|
|
"Angular",
|
|
|
|
"Remote"
|
|
|
|
],
|
2019-10-06 00:28:36 +00:00
|
|
|
"homepage": "https://openlp.org/",
|
|
|
|
"bugs": "https://gitlab.com/openlp/web-remote",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"author": "OpenLP Developers",
|
|
|
|
"repository": {
|
2020-08-27 05:07:14 +00:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitlab.com/openlp/web-remote.git"
|
2019-10-06 00:28:36 +00:00
|
|
|
},
|
2018-08-07 11:51:51 +00:00
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
|
|
|
"start": "ng serve",
|
|
|
|
"build": "ng build",
|
|
|
|
"test": "ng test",
|
2023-05-02 04:34:53 +00:00
|
|
|
"lint": "ng lint"
|
2018-08-07 11:51:51 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-12-21 16:27:47 +00:00
|
|
|
"@angular/animations": "^15.0.2",
|
|
|
|
"@angular/cdk": "^15.0.2",
|
|
|
|
"@angular/common": "^15.0.2",
|
|
|
|
"@angular/compiler": "^15.0.2",
|
|
|
|
"@angular/core": "^15.0.2",
|
|
|
|
"@angular/forms": "^15.0.2",
|
|
|
|
"@angular/material": "^15.0.2",
|
|
|
|
"@angular/platform-browser": "^15.0.2",
|
|
|
|
"@angular/platform-browser-dynamic": "^15.0.2",
|
|
|
|
"@angular/router": "^15.0.2",
|
|
|
|
"@fontsource/roboto": "^4.5.8",
|
|
|
|
"core-js": "^3.26.1",
|
2019-10-08 05:43:49 +00:00
|
|
|
"hammerjs": "^2.0.8",
|
2022-12-21 16:27:47 +00:00
|
|
|
"material-icons": "^1.13.1",
|
|
|
|
"rxjs": "^7.6.0",
|
|
|
|
"zone.js": "^0.12.0"
|
2018-08-07 11:51:51 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-21 16:27:47 +00:00
|
|
|
"@angular-devkit/build-angular": "^15.0.3",
|
|
|
|
"@angular-eslint/builder": "^15.0.3",
|
|
|
|
"@angular-eslint/eslint-plugin": "^15.1.0",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "^15.1.0",
|
|
|
|
"@angular-eslint/schematics": "^15.1.0",
|
|
|
|
"@angular-eslint/template-parser": "^15.1.0",
|
|
|
|
"@angular/cli": "~15.0.2",
|
|
|
|
"@angular/compiler-cli": "^15.0.2",
|
|
|
|
"@angular/language-service": "^15.0.2",
|
|
|
|
"@types/jasmine": "~4.3.1",
|
|
|
|
"@types/jasminewd2": "~2.0.10",
|
|
|
|
"@types/node": "~18.11.13",
|
|
|
|
"@typescript-eslint/eslint-plugin": "5.44.0",
|
|
|
|
"@typescript-eslint/parser": "5.44.0",
|
|
|
|
"eslint": "^8.28.0",
|
|
|
|
"eslint-plugin-import": "~2.26.0",
|
|
|
|
"eslint-plugin-jsdoc": "~39.6.4",
|
|
|
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
|
|
"jasmine-core": "~4.5.0",
|
|
|
|
"jasmine-spec-reporter": "~7.0.0",
|
|
|
|
"karma": "~6.4.1",
|
|
|
|
"karma-chrome-launcher": "~3.1.1",
|
2021-01-03 18:05:10 +00:00
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.3",
|
2022-12-21 16:27:47 +00:00
|
|
|
"karma-jasmine": "~5.1.0",
|
|
|
|
"karma-jasmine-html-reporter": "^2.0.0",
|
|
|
|
"ts-node": "~10.9.1",
|
|
|
|
"typescript": "~4.8.2"
|
2019-10-06 00:28:36 +00:00
|
|
|
},
|
|
|
|
"private": true
|
2018-08-19 20:37:53 +00:00
|
|
|
}
|