-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1009 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1009 Bytes
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
{
"name": "angular-dynamical-load",
"version": "1.2.0",
"scripts": {
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"lite": "lite-server",
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"license": "ISC",
"dependencies": {
"@angular/core": "6.0.5",
"@angular/common": "6.0.5",
"@angular/animations": "6.0.5",
"@angular/compiler": "6.0.5",
"@angular/forms": "6.0.5",
"@angular/http": "6.0.5",
"@angular/cdk": "6.0.2",
"@angular/material": "6.0.2",
"@angular/platform-browser": "6.0.5",
"@angular/platform-browser-dynamic": "6.0.5",
"@angular/platform-server": "6.0.5",
"@angular/router": "6.0.5",
"core-js": "2.5.5",
"hammerjs": "2.0.8",
"rxjs": "6.2.1",
"rxjs-compat": "6.2.1",
"rxjs-system-bundle": "6.0.0",
"systemjs": "0.21.4",
"typescript": "2.7.2",
"zone.js": "0.8.26"
},
"devDependencies": {
"concurrently": "3.2.0",
"lite-server": "2.2.2",
"@types/node": "10.0.4"
}
}