-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (43 loc) · 1.33 KB
/
package.json
File metadata and controls
46 lines (43 loc) · 1.33 KB
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
{
"name": "angular-quickstart",
"description": "angular-quickstart",
"repository": {
"type": "git",
"url": "git+https://github.com/mdaveynis/angular_quickstart.git"
},
"version": "1.0.1",
"scripts": {
"start": "ngc && concurrently \"lite-server\" ",
"lite": "lite-server",
"tsc": "tsc",
"tsc:w": "tsc -w",
"ngc": "ngc"
},
"license": "ISC",
"dependencies": {
"@angular/common": "4.0.0-rc.5",
"@angular/compiler": "4.0.0-rc.5",
"@angular/core": "4.0.0-rc.5",
"@angular/forms": "4.0.0-rc.5",
"@angular/http": "4.0.0-rc.5",
"@angular/platform-browser": "4.0.0-rc.5",
"@angular/platform-browser-dynamic": "4.0.0-rc.5",
"@angular/router": "4.0.0-rc.5",
"@angular/platform-webworker": "4.0.0-rc.5",
"@angular/platform-webworker-dynamic": "4.0.0-rc.5",
"angular-in-memory-web-api": "0.3.1",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"rxjs": "^5.0.1",
"systemjs": "0.19.41",
"zone.js": "0.8.4",
"@types/systemjs": "0.20.2",
"@types/core-js": "0.9.28"
},
"devDependencies": {
"concurrently": "^3.4.0",
"lite-server": "^2.3.0",
"typescript": "2.1.6",
"@angular/compiler-cli": "4.0.0-rc.5"
}
}