2017-05-31 17:55:18 +02:00
|
|
|
{
|
2022-01-10 15:13:40 +01:00
|
|
|
"dependencies": {
|
|
|
|
"@angular/animations": "12.2.15",
|
2022-01-10 15:19:10 +01:00
|
|
|
"@angular/cdk": "12.2.13",
|
2022-01-10 15:13:40 +01:00
|
|
|
"@angular/common": "12.2.15",
|
|
|
|
"@angular/compiler": "12.2.15",
|
|
|
|
"@angular/core": "12.2.15",
|
2022-01-10 15:16:46 +01:00
|
|
|
"@angular/flex-layout": "12.0.0-beta.35",
|
2022-01-10 15:13:40 +01:00
|
|
|
"@angular/forms": "12.2.15",
|
2022-01-10 15:19:10 +01:00
|
|
|
"@angular/material": "12.2.13",
|
2022-01-10 15:13:40 +01:00
|
|
|
"@angular/platform-browser": "12.2.15",
|
|
|
|
"@angular/platform-browser-dynamic": "12.2.15",
|
|
|
|
"@angular/router": "12.2.15",
|
|
|
|
"core-js": "3.9.1",
|
|
|
|
"jquery": "3.6.0",
|
|
|
|
"openvidu-browser": "2.20.0",
|
|
|
|
"rxjs": "6.6.6",
|
|
|
|
"tslib": "2.1.0",
|
|
|
|
"zone.js": "~0.11.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@angular-devkit/build-angular": "12.2.14",
|
|
|
|
"@angular/cli": "12.2.14",
|
|
|
|
"@angular/compiler-cli": "12.2.15",
|
|
|
|
"@angular/language-service": "12.2.15",
|
|
|
|
"@types/jasmine": "3.6.6",
|
|
|
|
"@types/node": "14.14.32",
|
|
|
|
"codelyzer": "6.0.1",
|
|
|
|
"jasmine-core": "3.6.0",
|
|
|
|
"jasmine-spec-reporter": "6.0.0",
|
|
|
|
"karma": "6.3.10",
|
|
|
|
"karma-chrome-launcher": "3.1.0",
|
|
|
|
"karma-coverage-istanbul-reporter": "3.0.3",
|
|
|
|
"karma-jasmine": "4.0.1",
|
|
|
|
"karma-jasmine-html-reporter": "1.5.4",
|
|
|
|
"protractor": "7.0.0",
|
|
|
|
"ts-node": "9.1.1",
|
|
|
|
"tslint": "6.1.3",
|
|
|
|
"typescript": "4.3.5"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"name": "frontend",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build": "./node_modules/@angular/cli/bin/ng build --base-href /dashboard/ --output-path ../main/resources/static/dashboard",
|
|
|
|
"build-prod": "./node_modules/@angular/cli/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"
|
2018-07-12 15:46:35 +02:00
|
|
|
}
|