forked from VadimDez/ng2-pdf-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.57 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
{
"name": "ng2-pdf-viewer",
"version": "9.1.0",
"description": "Angular 5+ component for rendering PDF",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production=true",
"build:stats": "ng build --stats-json",
"analyze": "webpack-bundle-analyzer dist/stats-es2015.json",
"test": "ng test --watch false",
"test:ci": "ng test --watch=false --browsers=ChromeHeadlessCustom",
"test:w": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"packagr": "ng-packagr -p ng-package.json",
"docs": "ng build --configuration production --output-path docs --base-href ng2-pdf-viewer && cp ./docs/index.html ./docs/404.html",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://[email protected]/VadimDez/ng2-pdf-viewer.git"
},
"keywords": [
"angular",
"pdf",
"angular",
"angular-pdf",
"angular2-pdf",
"ng2",
"ng2-pdf",
"angular5"
],
"author": "Vadym Yatsyuk <[email protected]>",
"bugs": {
"url": "https://github.com/VadimDez/ng2-pdf-viewer/issues"
},
"homepage": "https://github.com/VadimDez/ng2-pdf-viewer#readme",
"dependencies": {
"pdfjs-dist": "~2.14.305",
"tslib": "^2.3.1"
},
"peerDependencies": {
"pdfjs-dist": "~2.14.305"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.1.4",
"@angular/animations": "^13.1.3",
"@angular/cdk": "^13.1.3",
"@angular/cli": "~13.1.4",
"@angular/common": "~13.1.3",
"@angular/compiler": "~13.1.3",
"@angular/compiler-cli": "~13.1.3",
"@angular/core": "~13.1.3",
"@angular/forms": "~13.1.3",
"@angular/language-service": "~13.1.3",
"@angular/material": "^13.1.3",
"@angular/platform-browser": "~13.1.3",
"@angular/platform-browser-dynamic": "~13.1.3",
"@angular/router": "~13.1.3",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^13.7.2",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.11",
"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": "^13.2.1",
"protractor": "~7.0.0",
"puppeteer": "^5.5.0",
"rxjs": "~6.5.3",
"ts-node": "~8.6.2",
"tslint": "~6.1.0",
"typescript": "~4.5.4",
"webpack-bundle-analyzer": "^3.7.0",
"zone.js": "~0.11.4"
}
}