-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1009 Bytes
/
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
{
"name": "angular-firebase",
"version": "0.0.0",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "11.10.1",
"npm": "6.7.0"
},
"private": true,
"dependencies": {
"@angular/animations": "~7.2.0",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/platform-server": "^8.2.2",
"@angular/router": "~7.2.0",
"@ng-bootstrap/ng-bootstrap": "^4.1.0",
"@ngrx/effects": "^8.2.0",
"@ngrx/router-store": "^8.2.0",
"@ngrx/store": "^7.4.0",
"@ngrx/store-devtools": "^8.2.0",
"@nguniversal/module-map-ngfactory-loader": "^8.1.1",
"bootstrap": "^4.3.1",
"core-js": "^2.6.9",
"express": "^4.17.1",
"firebase": "^5.9.0",
"path": "^0.12.7",
"rxjs": "~6.3.3",
"tslib": "^1.9.0",
"typescript": "~3.2.2",
"zone.js": "~0.8.26"
}
}