web-remote/package.json

83 lines
2.6 KiB
JSON
Raw Permalink Normal View History

2018-08-07 11:51:51 +00:00
{
"name": "@openlp/web-remote",
2024-04-27 07:54:13 +00:00
"version": "0.9.19",
"description": "The web remote for OpenLP, written in Angular",
2020-08-27 05:07:14 +00:00
"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": {
2020-08-27 05:07:14 +00:00
"type": "git",
"url": "https://gitlab.com/openlp/web-remote.git"
},
2018-08-07 11:51:51 +00:00
"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"
2018-08-07 11:51:51 +00:00
},
"dependencies": {
2024-04-25 19:07:48 +00:00
"@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"
2018-08-07 11:51:51 +00:00
},
"devDependencies": {
2024-04-25 19:07:48 +00:00
"@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",
2024-04-25 19:07:48 +00:00
"@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",
2024-04-25 19:31:35 +00:00
"@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",
2024-04-08 14:32:29 +00:00
"eslint-plugin-jsdoc": "~48.2.3",
2022-12-21 16:27:47 +00:00
"eslint-plugin-prefer-arrow": "~1.2.3",
"jasmine-core": "~5.1.2",
2022-12-21 16:27:47 +00:00
"jasmine-spec-reporter": "~7.0.0",
2024-03-16 08:33:04 +00:00
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
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.1.0",
"ts-node": "~10.9.2",
"typescript": "~5.4.5"
},
"private": true
}