-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.23 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
{
"name": "kyt-starter-universal-angular2",
"version": "0.0.1",
"description": "Angular2 Universal Starter-kyt",
"scripts": {
"typings": "typings install",
"lint": "npm run tslint 'src/**/*.ts'"
},
"kyt": {
"version": "0.0.1",
"files": ["tsconfig.json", "tslint.json", "typings.d.ts", "typings.json", ".gitignore"],
"scripts": ["typings", "lint"]
},
"dependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/http": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/platform-server": "2.0.0-rc.1",
"@angular/router": "2.0.0-rc.1",
"@angular/router-deprecated": "2.0.0-rc.1",
"angular2-universal": "~0.101.3",
"body-parser": "^1.15.1",
"compression": "^1.6.1",
"express": "^4.13.4",
"morgan": "^1.7.0",
"preboot": "^2.0.10",
"rxjs": "5.0.0-beta.6",
"@angularclass/hmr-loader": "~3.0.1",
"@angularclass/hmr": "~1.2.0",
"assets-webpack-plugin": "^3.4.0",
"codelyzer": "0.0.18",
"ts-loader": "^0.8.2",
"ts-node": "^0.7.3",
"tslint": "^3.10.2",
"typescript": "^1.8.10",
"typings": "~1.0.4"
}
}