-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 851 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 851 Bytes
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
{
"name": "Example",
"scripts": {
"start": "webpack-dev-server --watch"
},
"devDependencies": {
"@ngtools/webpack": "^1.10.2",
"@types/node": "^8.10.12",
"@types/webpack": "^3.8.12",
"ts-loader": "^3.5.0",
"ts-node": "^4.1.0",
"typescript": "^2.7",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.11.2"
},
"dependencies": {
"@angular/common": "^5.2.10",
"@angular/compiler": "^5.2.10",
"@angular/core": "^5.2.10",
"@angular/forms": "^5.2.10",
"@angular/http": "^5.2.10",
"@angular/platform-browser": "^5.2.10",
"@angular/platform-browser-dynamic": "^5.2.10",
"@angular/router": "^5.2.10",
"@angular/upgrade": "^5.2.10",
"rxjs": "^5.5.10",
"zone.js": "^0.8.26"
}
}