-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
43
44
45
46
{
"name": "webpack-angular5",
"version": "1.0.0",
"description": "a webpack-angular5 project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config config/webpack.dev.js",
"start": "webpack-dev-server --config config/webpack.dev.js --open"
},
"keywords": [
"webpack",
"angular"
],
"author": "sylvia",
"license": "ISC",
"devDependencies": {
"@types/node": "^9.3.0",
"html-webpack-plugin": "^2.30.1",
"ts-loader": "^3.2.0",
"typescript": "^2.6.2",
"webpack-dev-server": "^2.11.0"
},
"dependencies": {
"@angular/common": "^5.2.0",
"@angular/compiler": "^5.2.0",
"@angular/core": "^5.2.0",
"@angular/platform-browser": "^5.2.0",
"@angular/platform-browser-dynamic": "^5.2.0",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.4.1",
"clean-webpack-plugin": "^0.1.17",
"core-js": "^2.5.3",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"html": "^1.0.0",
"raw-loader": "^0.5.1",
"rxjs": "^5.5.6",
"style-loader": "^0.19.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.1",
"zone.js": "^0.8.20"
}
}