2017-05-31 17:55:18 +02:00
|
|
|
{
|
2022-12-01 16:24:54 +01:00
|
|
|
"dependencies": {
|
|
|
|
"@angular/animations": "14.2.12",
|
|
|
|
"@angular/cdk": "14.2.7",
|
|
|
|
"@angular/common": "14.2.12",
|
|
|
|
"@angular/compiler": "14.2.12",
|
|
|
|
"@angular/core": "14.2.12",
|
|
|
|
"@angular/flex-layout": "14.0.0-beta.41",
|
|
|
|
"@angular/forms": "14.2.12",
|
|
|
|
"@angular/material": "14.2.7",
|
|
|
|
"@angular/platform-browser": "14.2.12",
|
|
|
|
"@angular/platform-browser-dynamic": "14.2.12",
|
|
|
|
"@angular/router": "14.2.12",
|
|
|
|
"core-js": "3.21.1",
|
|
|
|
"jquery": "3.6.0",
|
|
|
|
"openvidu-browser": "2.24.0",
|
|
|
|
"rxjs": "7.5.5",
|
|
|
|
"tslib": "2.3.1",
|
|
|
|
"zone.js": "0.11.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@angular-devkit/build-angular": "14.2.10",
|
|
|
|
"@angular/cli": "14.2.10",
|
|
|
|
"@angular/compiler-cli": "14.2.12",
|
|
|
|
"@angular/language-service": "14.2.12",
|
|
|
|
"@types/jasmine": "3.6.6",
|
|
|
|
"@types/node": "17.0.21",
|
|
|
|
"codelyzer": "6.0.2",
|
|
|
|
"jasmine-core": "4.0.1",
|
|
|
|
"jasmine-spec-reporter": "7.0.0",
|
|
|
|
"karma": "6.3.17",
|
|
|
|
"karma-chrome-launcher": "3.1.1",
|
|
|
|
"karma-coverage-istanbul-reporter": "3.0.3",
|
|
|
|
"karma-jasmine": "4.0.1",
|
|
|
|
"karma-jasmine-html-reporter": "1.7.0",
|
|
|
|
"protractor": "7.0.0",
|
|
|
|
"ts-node": "10.7.0",
|
|
|
|
"tslint": "6.1.3",
|
|
|
|
"typescript": "4.8.4"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"name": "frontend",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build": "./node_modules/.bin/ng build --base-href /dashboard/ --output-path ../main/resources/static/dashboard",
|
|
|
|
"build-prod": "./node_modules/.bin/ng build --configuration production --base-href /dashboard/ --output-path ../main/resources/static/dashboard",
|
|
|
|
"e2e": "ng e2e",
|
|
|
|
"lint": "ng lint",
|
|
|
|
"ng": "ng",
|
|
|
|
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
|
|
|
|
"start": "ng serve",
|
|
|
|
"test": "ng test"
|
|
|
|
},
|
|
|
|
"version": "0.0.0"
|
2022-05-12 16:57:21 +02:00
|
|
|
}
|