-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.28 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
{
"name": "tutdocs",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.1.0",
"@angular/cdk": "^16.2.12",
"@angular/common": "^16.1.0",
"@angular/compiler": "^16.1.0",
"@angular/core": "^16.1.0",
"@angular/fire": "^16.0.0",
"@angular/forms": "^16.1.0",
"@angular/material": "^16.2.12",
"@angular/platform-browser": "^16.1.0",
"@angular/platform-browser-dynamic": "^16.1.0",
"@angular/router": "^16.1.0",
"@canvasjs/angular-charts": "^1.1.1",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@google/model-viewer": "^3.3.0",
"@types/gapi.auth2": "^0.0.60",
"angular-oauth2-oidc": "^15.0.1",
"crypto-js": "^4.2.0",
"express": "^4.18.2",
"firebase": "^10.8.1",
"highlight.js": "^11.8.0",
"jquery": "^3.7.0",
"jQuery": "^1.7.4",
"mammoth": "^1.6.0",
"ng-gapi": "^0.0.94",
"ng2-adsense": "^13.0.0",
"ng2-pdf-viewer": "^10.0.0",
"ngx-doc-viewer": "^15.0.1",
"ngx-extended-pdf-viewer": "^18.1.12",
"ngx-highlightjs": "^10.0.0",
"onesignal": "^0.1.2",
"onesignal-ngx": "^2.0.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"typed.js": "^2.1.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.4",
"@angular/cli": "~16.1.4",
"@angular/compiler-cli": "^16.1.0",
"@types/crypto-js": "^4.2.1",
"@types/jasmine": "~4.3.0",
"@types/jquery": "^3.5.29",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.1.3"
},
"description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.4.",
"main": "server.js",
"keywords": [],
"author": "",
"license": "ISC"
}