-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
54 lines (54 loc) · 1.56 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": "design-patterns-in-angular",
"version": "0.0.0",
"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-next.5",
"@angular/cdk": "^10.2.4",
"@angular/common": "~11.0.0-next.5",
"@angular/compiler": "~11.0.0-next.5",
"@angular/core": "~11.0.0-next.5",
"@angular/forms": "~11.0.0-next.5",
"@angular/material": "^10.2.4",
"@angular/platform-browser": "~11.0.0-next.5",
"@angular/platform-browser-dynamic": "~11.0.0-next.5",
"@angular/router": "~11.0.0-next.5",
"@briebug/jest-schematic": "^3.1.0",
"@typescript-eslint/parser": "^4.8.1",
"rxjs": "~6.6.3",
"ts-md5": "^1.2.7",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-builders/jest": "11.0.0",
"@angular-devkit/build-angular": "~0.901.7",
"@angular/cli": "^10.1.6",
"@angular/compiler-cli": "~11.0.0-next.5",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "26.0.19",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"codelyzer": "^5.1.2",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.4",
"jest": "26.6.3",
"prettier": "^2.0.4",
"prettier-eslint": "^11.0.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.0.3"
}
}