-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (43 loc) · 1.04 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
{
"name": "angular-quickstart",
"version": "1.1.5",
"scripts": {
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"lite": "lite-server",
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"keywords": [
"angular",
"quickstart",
"systemjs",
"system.config.js",
"material"
],
"dependencies": {
"@angular/core": "7.2.1",
"@angular/common": "7.2.1",
"@angular/animations": "7.2.1",
"@angular/compiler": "7.2.1",
"@angular/forms": "7.2.1",
"@angular/material": "7.2.1",
"@angular/cdk": "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": {
"concurrently": "3.5.0",
"lite-server": "2.3.0",
"@types/node": "10.9.4"
}
}