-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.33 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
{
"name": "firebase-authentication-with-angular-5",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@agm/core": "^1.0.0-beta.6",
"@angular/animations": "7.2.13",
"@angular/cdk": "^7.2.1",
"@angular/common": "7.2.13",
"@angular/compiler": "7.2.13",
"@angular/core": "7.2.13",
"@angular/fire": "^5.2.1",
"@angular/flex-layout": "^8.0.0-beta.26",
"@angular/forms": "7.2.13",
"@angular/http": "7.2.13",
"@angular/material": "7.2.1",
"@angular/platform-browser": "7.2.13",
"@angular/platform-browser-dynamic": "7.2.13",
"@angular/router": "7.2.13",
"@ng-bootstrap/ng-bootstrap": "^4.2.1",
"@types/bootstrap": "^4.3.1",
"@types/signalr": "^2.2.35",
"angular-froala-wysiwyg": "^3.0.3-1",
"angular-mgl-timeline": "^0.3.2",
"angularfire2": "^5.2.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"bootstrap-sass": "^3.3.7",
"bootstrap-stacked-modals": "^2.1.4",
"core-js": "^2.4.1",
"emailjs-com": "^2.2.4",
"firebase": "^5.11.1",
"firebase-admin": "^8.2.0",
"firebase-functions": "^3.1.0",
"froala-editor": "^3.0.3",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"ng2-semantic-ui": "^0.9.7",
"ngx-bootstrap": "^5.1.0",
"ngx-toastr": "^10.0.4",
"node-sass": "^4.11.0",
"npm": "^6.9.0",
"request": "^2.88.0",
"rxjs": "^6.4.0",
"rxjs-compat": "^6.3.3",
"semantic-ui-feed": "^2.3.1",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.0",
"@angular/cli": "7.3.8",
"@angular/compiler-cli": "7.2.13",
"@angular/language-service": "7.2.13",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/jquery": "^3.3.30",
"@types/node": "~6.0.60",
"codelyzer": "~3.2.0",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.2",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "3.2.4"
}
}