-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
78 lines (78 loc) · 3.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "analytics-front-end",
"version": "3.7.9",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"ws": "ws --spa index.html -d dist/analytics-front-end",
"example": "concurrently --kill-others \"node scripts/run-example.js --path=src/dev/analyticsLoader.html\" \"npm start\"",
"example:style": "concurrently --kill-others \"node scripts/run-example.js --path=src/dev/analyticsLoaderCustomStyle.html\" \"npm start\"",
"example:ep": "concurrently --kill-others \"node scripts/run-example.js --path=src/dev/epAnalyticsLoader.html\" \"npm start\"",
"example:locale": "concurrently --kill-others \"node scripts/run-example.js --path=src/dev/analyticsLoaderLocale.html\" \"npm start\"",
"example:menu": "concurrently --kill-others \"node scripts/run-example.js --path=src/dev/analyticsLoaderMenu.html\" \"npm start\"",
"example:view": "concurrently --kill-others \"node scripts/run-example.js --path=src/dev/analyticsLoaderView.html\" \"npm start\"",
"example:kms": "concurrently --kill-others \"node scripts/run-example.js --path=src/dev/analyticsLoaderKMS.html\" \"npm start\"",
"example:friendly": "concurrently --kill-others \"node scripts/run-friendly.js --path=src/dev/analyticsLoaderFriendly.html\" \"npm run ws\"",
"build:prod": "node scripts/build-prod.js $1"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.2.4",
"@angular/cdk": "^8.2.0",
"@angular/common": "^11.2.4",
"@angular/compiler": "^11.2.4",
"@angular/core": "^11.2.4",
"@angular/forms": "^11.2.4",
"@angular/platform-browser": "^11.2.4",
"@angular/platform-browser-dynamic": "^11.2.4",
"@angular/router": "^11.2.4",
"@kaltura-ng/kaltura-common": "^9.0.1",
"@kaltura-ng/kaltura-logger": "^5.0.1",
"@kaltura-ng/kaltura-primeng-ui": "^5.0.3",
"@kaltura-ng/kaltura-ui": "^9.0.3",
"@kaltura-ng/mc-shared": "^7.0.6",
"@kaltura-ng/mc-theme": "^5.0.3",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"core-js": "^3.2.1",
"echarts": "^4.2.1",
"html2pdf.js": "^0.9.3",
"jquery": "^3.5.1",
"jsnlog": "^2.29.0",
"kaltura-ngx-client": "file:libs/kaltura-ngx-client-12.0.0-v20240806-142402.tgz",
"moment": "^2.24.0",
"ngx-echarts": "^4.2.1",
"ngx-page-scroll": "^5.0.1",
"normalize.css": "^8.0.1",
"primeng": "^11.3.0",
"rxjs": "^6.5.3",
"rxjs-compat": "^6.5.3",
"seamless-immutable": "~7.1.2",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.3",
"@angular/cli": "^11.2.3",
"@angular/compiler-cli": "^11.2.4",
"@angular/language-service": "^11.2.4",
"@types/echarts": "^4.1.9",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.6",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"concurrently": "^4.1.1",
"fs-extra": "^10.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"local-web-server": "^3.0.7",
"protractor": "~7.0.0",
"ts-node": "~5.0.1",
"tslint": "~6.1.0",
"typescript": "4.0.7"
}
}