forked from angular/angular-update-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.4 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
{
"name": "angular-upgrade-guide",
"version": "0.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": {
"@angular/animations": "11.0.0",
"@angular/cdk": "11.0.0",
"@angular/cli": "11.0.0",
"@angular/common": "11.0.0",
"@angular/compiler": "11.0.0",
"@angular/compiler-cli": "11.0.0",
"@angular/core": "11.0.0",
"@angular/fire": "^6.1.0-rc.1",
"@angular/forms": "11.0.0",
"@angular/material": "11.0.0",
"@angular/platform-browser": "11.0.0",
"@angular/platform-browser-dynamic": "11.0.0",
"@angular/router": "11.0.0",
"@angular/service-worker": "11.0.0",
"@types/showdown": "^1.4.32",
"codelyzer": "^5.1.2",
"core-js": "^2.4.1",
"rxjs": "6.5.3",
"snarkdown": "^1.2.2",
"tslib": "^2.0.0",
"typescript": "4.0.5",
"zone.js": "~0.10.3",
"firebase": ">= 5.5.7 <8"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1100.0",
"firebase-tools": "^8.16.0",
"tslint": "~6.1.0",
"@angular-devkit/architect": "<0.900 || ^0.900.0-0 || ^9.0.0-0",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"singleQuote": true,
"printWidth": 120
}
}