-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 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
47
{
"name": "angular4-template-server-side-rendering",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"server:dev": "ts-node ./bin/server.ts"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Dmitry Kalyuk",
"license": "MIT",
"homepage": "",
"dependencies": {
"@angular/animations": "^4.1.0-beta.0",
"@angular/common": "^4.1.0-beta.0",
"@angular/compiler": "^4.1.0-beta.0",
"@angular/compiler-cli": "github:angular/compiler-cli-builds",
"@angular/core": "^4.1.0-beta.0",
"@angular/http": "^4.1.0-beta.0",
"@angular/platform-browser": "^4.1.0-beta.0",
"@angular/platform-browser-dynamic": "^4.1.0-beta.0",
"@angular/platform-server": "^4.1.0-beta.0",
"@angular/router": "^4.0.1",
"@types/core-js": "^0.9.40",
"@types/express": "^4.0.35",
"@types/node": "^7.0.12",
"@types/node-fetch": "^1.6.7",
"@types/webpack": "^2.2.13",
"awesome-typescript-loader": "^3.1.2",
"core-js": "^2.4.1",
"express": "^4.15.2",
"node-fetch": "^1.6.3",
"pug": "^2.0.0-beta11",
"rxjs": "^5.2.0",
"ts-node": "^3.0.2",
"typescript": "^2.2.2",
"webpack": "^2.3.2",
"zone.js": "^0.8.5"
},
"devDependencies": {
"tslint": "^5.0.0",
"webpack-dev-middleware": "^1.10.1"
}
}