forked from Sunbird-Knowlg/sunbird-video-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.82 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
{
"name": "sunbird-video-player-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build sunbird-video-player --watch=true",
"test": "ng test sunbird-video-player --code-coverage --watch=false --sourceMap=false",
"lint": "ng lint",
"e2e": "ng e2e",
"link-sdk": "npm link @project-sunbird/sunbird-player-sdk && cd projects/sunbird-video-player && npm link @project-sunbird/sunbird-player-sdk && cd ../..",
"link-player": "cd dist/sunbird-video-player && npm link && cd ../.. && npm link @project-sunbird/sunbird-video-player-v9",
"build-lib": "ng build sunbird-video-player",
"build-lib-link": "npm run build-lib && npm run link-player",
"postbuild-lib": "node assets-copy.js",
"mybuild": "npm run build",
"serve": "node assets-copy.js && npm link ./dist/sunbird-video-player && ng serve",
"build-web-component": "npm run build-lib-link && ng build video-player-wc --output-hashing none && node ./build-wc.js"
},
"private": true,
"dependencies": {
"@angular/animations": "9.1.12",
"@angular/common": "9.1.12",
"@angular/compiler": "9.1.12",
"@angular/core": "9.1.12",
"@angular/elements": "^12.2.4",
"@angular/forms": "9.1.12",
"@angular/platform-browser": "9.1.12",
"@angular/platform-browser-dynamic": "9.1.12",
"@angular/router": "9.1.12",
"@project-sunbird/client-services": "^4.0.1",
"@project-sunbird/sb-styles": "0.0.7",
"@project-sunbird/sunbird-quml-player-v9": "4.5.0",
"@project-sunbird/telemetry-sdk": "0.0.26",
"core-js": "^2.5.4",
"document-register-element": "^1.7.2",
"express-http-proxy": "^1.6.2",
"lodash-es": "^4.17.21",
"ngx-bootstrap": "^6.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.3.3",
"tslib": "^1.9.0",
"video.js": "7.4.1",
"videojs-contrib-quality-levels": "2.1.0",
"videojs-http-source-selector": "1.1.6",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.901.15",
"@angular-devkit/build-ng-packagr": "0.901.15",
"@angular/cli": "9.1.12",
"@angular/compiler-cli": "9.1.12",
"@angular/language-service": "9.1.12",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"@types/video.js": "7.3.11",
"codelyzer": "^5.0.1",
"concat": "^1.0.3",
"fs-extra": "^9.1.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.1.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-mocha-reporter": "2.2.5",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^5.1.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tsickle": "^0.37.1",
"tslib": "^1.9.0",
"tslint": "~5.9.1",
"typescript": "~3.7.3"
}
}