-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "angular-cli-static",
"version": "0.0.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:prod": "ng serve --prod",
"build": "ng build",
"build:sm": "ng build --prod --source-map",
"build:prod": "ng build --prod",
"login": "firebase login",
"deploy": "ng deploy",
"lint": "ng lint",
"smex": "source-map-explorer",
"update": "npm-check -u"
},
"private": true,
"dependencies": {
"@angular/compiler": "~9.0.0-next.7",
"@angular/core": "~9.0.0-next.7",
"@angular/common": "~9.0.0-next.7",
"@angular/platform-browser": "~9.0.0-next.7",
"@angular/platform-browser-dynamic": "~9.0.0-next.7",
"@angular/fire": "^5.2.1",
"firebase": "^6.6.2",
"rxjs": "^6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/architect": "~0.900.0-next.5",
"@angular-devkit/build-angular": "~0.900.0-next.5",
"@angular/cli": "~9.0.0-next.5",
"@angular/compiler-cli": "~9.0.0-next.7",
"@types/node": "^12.7.5",
"firebase-tools": "^6.10.0",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"npm-check": "~5.9.0",
"source-map-explorer": "^2.0.1",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"typescript": "~3.5.3"
}
}