forked from chandu4002/pdf-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 3.44 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
{
"name": "sunbird-pdf-player-app",
"version": "0.0.0",
"scripts": {
"start": "ng serve",
"start-lib": "watch 'npm run build-lib' projects",
"build": "ng build sunbird-pdf-player --watch=true",
"build-lib": "ng build sunbird-pdf-player",
"postbuild-lib": "node assets-copy.js && npm run schematics:build",
"create-package": "ng build sunbird-pdf-player && node assets-copy.js && npm run schematics:build && cd dist/sunbird-pdf-player && npm pack && cd ../.. && npm i dist/sunbird-pdf-player/sunbird-pdf-player-v8-0.0.1.tgz",
"bundle-report": "ng build --configuration production --stats-json && webpack-bundle-analyzer dist/sunbird-pdf-player-app/stats.json",
"create-player-link": "cd dist/sunbird-pdf-player && npm link && cd ../..",
"link-player": "npm link @project-sunbird/sunbird-pdf-player",
"test": "ng test sunbird-pdf-player --code-coverage --watch=false",
"build-lib-link": "npm run build-lib && npm i ./dist/sunbird-pdf-player",
"lint": "ng lint",
"mybuild": "npm run build",
"serve": "node assets-copy.js && npm link ./dist/sunbird-pdf-player && ng serve",
"build-web-component": "npm run build-lib && ng build pdf-player-wc --output-hashing none && node ./build-wc.js",
"schematics:build": "./node_modules/.bin/tsc -p tsconfig.schematics.json",
"postschematics:build": "./node_modules/.bin/copyfiles schematics/*/schema.json schematics/*/files/** schematics/collection.json ./dist/sunbird-pdf-player/"
},
"private": true,
"dependencies": {
"@angular/animations": "14.2.5",
"@angular/common": "14.2.5",
"@angular/compiler": "14.2.5",
"@angular/core": "14.2.5",
"@angular/elements": "^14.2.5",
"@angular/forms": "14.2.5",
"@angular/platform-browser": "14.2.5",
"@angular/platform-browser-dynamic": "14.2.5",
"@angular/router": "14.2.5",
"@babel/runtime": "^7.19.4",
"@project-sunbird/client-services": "^3.4.8",
"@project-sunbird/sb-styles": "0.0.7",
"@project-sunbird/sunbird-pdf-player-v9": "^4.8.2",
"@project-sunbird/sunbird-player-sdk-v9": "^4.6.4",
"@project-sunbird/telemetry-sdk": "0.0.26",
"core-js": "^2.5.4",
"document-register-element": "^1.7.2",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.2.5",
"@angular-devkit/core": "^14.2.5",
"@angular-eslint/builder": "13.5.0",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/schematics": "13.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "14.2.5",
"@angular/compiler-cli": "14.2.5",
"@angular/language-service": "14.2.5",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.20.15",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"concat": "^1.0.3",
"copyfiles": "^2.4.1",
"eslint": "^8.17.0",
"fs-extra": "^9.1.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.12",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^14.2.1",
"protractor": "~7.0.0",
"ts-node": "~7.0.0",
"tsickle": "0.39.1",
"typescript": "4.6.4",
"watch": "^1.0.2",
"wrench": "^1.5.9"
}
}