-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
57 lines (51 loc) · 1.17 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
55
56
57
{
"version": "1.3.0",
"name": "asp.net.core.ng.jwt",
"private": true,
"scripts": {
"start": "tsc",
"tsc": "tsc",
"tsc:w": "tsc -w",
"runall": "tsc && dotnet run"
},
"keywords": [
"angular",
"httpclient",
"lattable",
"operators",
"material",
"systemjs",
"system.config.js",
"dotnetcore",
"jwt",
"bearer",
"token",
"authentication",
"api"
],
"dependencies": {
"@angular/animations": "7.2.1",
"@angular/cdk": "7.2.1",
"@angular/common": "7.2.1",
"@angular/http": "7.2.1",
"@angular/compiler": "7.2.1",
"@angular/core": "7.2.1",
"@angular/forms": "7.2.1",
"@angular/material": "7.2.1",
"@angular/platform-browser": "7.2.1",
"@angular/platform-browser-dynamic": "7.2.1",
"@angular/platform-server": "7.2.1",
"@angular/router": "7.2.1",
"core-js": "2.6.1",
"hammerjs": "2.0.8",
"rxjs": "6.3.3",
"rxjs-compat": "6.2.1",
"rxjs-system-bundle": "6.0.0",
"systemjs": "0.21.4",
"typescript": "3.1.1",
"zone.js": "0.8.29"
},
"devDependencies": {
"@types/node": "10.9.4"
}
}