-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
{
"name": "ng2-fundamentals-demo",
"version": "1.0.1",
"scripts": {
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run server\"",
"server": "node node_modules/ng2f-server/server.js",
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"keywords": [],
"author": "",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
}
],
"dependencies": {
"@angular/common": "4.0.0",
"@angular/compiler": "4.0.0",
"@angular/core": "4.0.0",
"@angular/forms": "4.0.0",
"@angular/http": "4.0.0",
"@angular/platform-browser": "4.0.0",
"@angular/platform-browser-dynamic": "4.0.0",
"@angular/router": "4.0.0",
"core-js": "2.4.1",
"ng2f-bootstrap": "^0.0.4",
"ng2f-server": "^0.2.3",
"rxjs": "5.0.1",
"systemjs": "0.19.40",
"toastr": "^2.1.2",
"zone.js": "0.8.4"
},
"devDependencies": {
"@types/core-js": "0.9.36",
"@types/node": "6.0.46",
"concurrently": "^3.5.0",
"typescript": "2.1.1"
},
"repository": {}
}