This repository was archived by the owner on Jan 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 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
{
"name": "angular5-http-demo",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng build && node app.js",
"build": "rimraf dist && webpack --config config/webpack.dev.js --progress --profile --bail"
},
"private": true,
"dependencies": {
"@angular/animations": "^5.2.11",
"@angular/common": "^5.2.11",
"@angular/compiler": "^5.2.11",
"@angular/core": "^5.2.11",
"@angular/forms": "^5.2.11",
"@angular/http": "^5.2.11",
"@angular/platform-browser": "^5.2.11",
"@angular/platform-browser-dynamic": "^5.2.11",
"@angular/router": "^5.2.11",
"body-parser": "^1.18.2",
"core-js": "^2.5.7",
"express": "^4.16.3",
"rxjs": "^5.5.12",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular/cli": "^1.7.4",
"@angular/compiler-cli": "^5.2.11",
"@types/angular": "^1.6.50",
"@types/core-js": "0.9.36",
"@types/node": "^6.0.117",
"angular2-template-loader": "^0.6.0",
"awesome-typescript-loader": "^3.5.0",
"extract-text-webpack-plugin": "2.0.0-beta.5",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.16.1",
"rimraf": "^2.5.2",
"ts-node": "~3.2.0",
"tslint": "~5.8.0",
"typescript": "~2.4.2",
"webpack": "^3.12.0",
"webpack-merge": "^3.0.0"
}
}