-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.17 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 3.17 KB
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
{
"name": "bbooks",
"version": "0.1.0",
"scripts": {
"ng": "ng",
"start": "node app.js",
"build": "ng build",
"preinstall": "node environment.js",
"heroku-postbuild": "ng build --aot --prod",
"lint": "ng lint",
"e2e": "ng e2e",
"test": "jest --coverage",
"test-sumary": "jest --collectCoverage --coverageReporters=\"text-summary\"",
"test-unit": "jest",
"test:watch": "jest --watch"
},
"engines": {
"node": "10.13.0",
"npm": "6.4.1"
},
"private": true,
"dependencies": {
"@angular/animations": "~9.0.0",
"@angular/cdk": "^9.2.4",
"@angular/common": "~9.0.0",
"@angular/compiler": "~9.0.0",
"@angular/core": "~9.0.0",
"@angular/flex-layout": "^9.0.0-beta.31",
"@angular/forms": "~9.0.0",
"@angular/localize": "~9.0.0",
"@angular/material": "^9.2.4",
"@angular/platform-browser": "~9.0.0",
"@angular/platform-browser-dynamic": "~9.0.0",
"@angular/router": "~9.0.0",
"@angular/service-worker": "~9.0.0",
"@ericblade/quagga2": "^1.3.1",
"@fortawesome/angular-fontawesome": "~0.6.1",
"@fortawesome/fontawesome-free": "^5.14.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@ngrx/store": "^9.0.0",
"@ngrx/store-devtools": "^9.0.0",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@sweetalert2/ngx-sweetalert2": "^9.0.0",
"@types/jest": "^26.0.10",
"@zxing/browser": "0.0.8",
"@zxing/library": "^0.18.4",
"@zxing/ngx-scanner": "^3.1.3",
"angular-mgl-timeline": "^0.3.3",
"angularx-social-login": "^3.2.1",
"animate.css": "^4.1.0",
"axios": "^0.21.1",
"bn-ng-idle": "^1.0.1",
"content-security-policy": "^0.3.4",
"express": "^4.17.1",
"force-ssl-heroku": "^1.0.2",
"hammerjs": "^2.0.8",
"helmet": "^4.4.1",
"heroku-ssl-redirect": "^0.1.1",
"jest-preset-angular": "^8.2.1",
"libphonenumber-js": "^1.7.38",
"mongoose": "^5.11.19",
"ngx-infinite-scroll": "^10.0.1",
"ngx-mat-intl-tel-input": "^3.3.0",
"ngx-material-file-input": "^2.1.1",
"ngx-owl-carousel-o": "^3.1.1",
"ngx-qrcode2": "^9.0.0",
"path-is-absolute": "^2.0.0",
"permissions-policy": "^0.3.0",
"referrer-policy": "^1.2.0",
"rxjs": "~6.5.4",
"strict-transport-security": "^0.3.0",
"sweetalert2": "^10.13.3",
"tslib": "^1.13.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1000.8",
"@angular/cli": "~9.0.0",
"@angular/compiler-cli": "~9.0.0",
"@angular/language-service": "~9.0.0",
"@babel/preset-env": "^7.11.0",
"@types/chai": "^4.2.12",
"@types/cucumber": "^6.0.1",
"@types/jasmine": "^3.5.11",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.12.53",
"babel-jest": "^26.3.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"codelyzer": "^5.2.2",
"cucumber": "^6.0.5",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"jest": "^26.4.0",
"protractor": "^5.4.4",
"protractor-cucumber-framework": "^6.2.1",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
"typescript": "~3.7.5"
}
}