-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
116 lines (116 loc) · 3.74 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "kmc-ng",
"version": "7.25.0",
"license": "AGPL-3.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/kaltura/kmc-ng.git"
},
"description": "",
"keywords": [
"kaltura"
],
"author": {
"name": "Kaltura Community",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/kaltura/kmc-ng/issues"
},
"contributors": [
{
"name": "Eran Sakal",
"email": "[email protected]"
},
{
"name": "Amir Chervinsky",
"email": "[email protected]"
}
],
"homepage": "https://github.com/kaltura/kmc-ng#readme",
"scripts": {
"setup": "node ./scripts/setup.js",
"build": "ng build",
"build:prod-old": "node --max_old_space_size=8092 ./node_modules/@angular/cli/bin/ng build --prod",
"build:prod": "node scripts/build-prod.js $1",
"build:analyze": "node --max_old_space_size=8092 ./node_modules/@angular/cli/bin/ng build --prod--preserve-symlinks --aot --extract-licenses --named-chunks --stats-json && webpack-bundle-analyzer dist/stats.json",
"kws": "kws",
"lint": "ng lint",
"ng": "ng",
"prebuild": "node ./scripts/pre-build.js",
"prestart": "node ./scripts/pre-build.js",
"prebuild:prod": "node ./scripts/pre-build.js",
"postbuild:prod": "node ./scripts/post-build-prod.js",
"release:prepare": "kws release --publish=false",
"release:publish": "kws release --prepare=false",
"standalone": "node ./scripts/checkout-standalone.js",
"standalone:update": "npm run kws -- bookmark standalone --update && git commit -am 'chore: update standalone commit' && git push",
"start": "node --max_old_space_size=8092 ./node_modules/@angular/cli/bin/ng serve",
"test": "ng test",
"generate:ch": "node ./dev/tools/contextual-help-generator/generate.js"
},
"dependencies": {
"@angular/animations": "~11.1.1",
"@angular/cdk": "~9.2.1",
"@angular/common": "~11.1.1",
"@angular/compiler": "~11.1.1",
"@angular/core": "~11.1.1",
"@angular/forms": "~11.1.1",
"@angular/platform-browser": "~11.1.1",
"@angular/platform-browser-dynamic": "~11.1.1",
"@angular/router": "~11.1.1",
"@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",
"angularx-qrcode": "~10.0.11",
"core-js": "^3.2.1",
"intl": "^1.2.5",
"jquery": "~3.7.1",
"jsnlog": "~2.26.2",
"jsonschema": "~1.4.0",
"kaltura-ngx-client": "file:libs/kaltura-ngx-client-12.0.0-v20241110-081338.tgz",
"moment": "~2.22.2",
"ngx-page-scroll": "~5.0.1",
"ngx-webstorage": "~5.0.0",
"normalize.css": "~8.0.1",
"primeicons": "~1.0.0",
"primeng": "~11.2.0",
"ramda": "~0.25.0",
"rxjs": "~6.5.3",
"rxjs-compat": "~6.5.3",
"seamless-immutable": "~7.1.4",
"ts-md5": "~1.2.4",
"tslib": "^2.0.0",
"web-animations-js": "^2.3.2",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1101.2",
"@angular/cli": "~11.1.2",
"@angular/compiler-cli": "~11.1.1",
"@angular/language-service": "~11.1.1",
"@kaltura-ng/dev-workspace": "~2.4.1",
"@types/core-js": "0.9.28",
"@types/jquery": "~2.0.53",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"csvtojson": "~2.0.10",
"enhanced-resolve": "~3.3.0",
"globby": "~8.0.2",
"minimist": "~1.2.3",
"ts-node": "~4.1.0",
"tslint": "~6.1.0",
"typescript": "~4.1.3",
"webpack-bundle-analyzer": "~3.3.2"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.5.1"
}
}