forked from bennadel/Incident-Commander
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 856 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
{
"name": "incident-commander",
"version": "10.0.9",
"license": "ISC",
"scripts": {
"build": "ng build --prod",
"ng": "ng",
"start": "ng serve --open",
"start-prod": "ng serve --open --prod"
},
"private": true,
"dependencies": {
"@angular/animations": "10.0.9",
"@angular/common": "10.0.9",
"@angular/compiler": "10.0.9",
"@angular/core": "10.0.9",
"@angular/forms": "10.0.9",
"@angular/platform-browser": "10.0.9",
"@angular/platform-browser-dynamic": "10.0.9",
"@angular/router": "10.0.9",
"@types/lodash": "4.14.121",
"@types/node": "11.9.4",
"firebase": "7.19.0",
"lodash": "4.17.11",
"rxjs": "6.5.5",
"tslib": "2.0.0",
"zone.js": "0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1000.6",
"@angular/cli": "10.0.6",
"@angular/compiler-cli": "10.0.9",
"typescript": "3.9.5"
}
}