-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "blog-component-state",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"readme:gen-toc": "markdown-toc ./README.md -i"
},
"private": true,
"dependencies": {
"@angular/animations": "~9.0.0-next.5",
"@angular/cdk": "~8.2.3",
"@angular/common": "~9.0.0-next.5",
"@angular/compiler": "~9.0.0-next.5",
"@angular/core": "~9.0.0-next.5",
"@angular/forms": "~9.0.0-next.5",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "~9.0.0-next.5",
"@angular/platform-browser-dynamic": "~9.0.0-next.5",
"@angular/router": "~9.0.0-next.5",
"@ngrx/effects": "^8.4.0",
"@ngrx/store": "^8.4.0",
"@ngrx/store-devtools": "^8.4.0",
"material": "^0.4.1",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.10.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-next.4",
"@angular/cli": "~9.0.0-next.4",
"@angular/compiler-cli": "~9.0.0-next.5",
"@angular/language-service": "~9.0.0-next.5",
"@types/node": "~8.9.4",
"markdown-toc": "^1.2.0",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
"typescript": "~3.5.3",
"webpack-dashboard": "^3.2.0"
}
}