File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 5
5
6
6
- [x] [ Webpack 2] ( https://webpack.github.io/docs/roadmap.html#2 )
7
7
- [x] [ Typescript 2] ( https://blogs.msdn.microsoft.com/typescript/2016/07/11/announcing-typescript-2-0-beta/ )
8
-
8
+ - [x] [ Webpack Dashboard] ( https://github.com/FormidableLabs/webpack-dashboard )
9
+ ![ Imgur] ( http://i.imgur.com/pETTX85.png )
9
10
# Getting started
10
11
11
12
## Clone Typescript Webpack Starter
Original file line number Diff line number Diff line change 24
24
"author" : " yrenaudin" ,
25
25
"license" : " ISC" ,
26
26
"devDependencies" : {
27
- "css-loader" : " ^0.23.1 " ,
27
+ "css-loader" : " ^0.25.0 " ,
28
28
"ejs-loader" : " ^0.3.0" ,
29
29
"expose-loader" : " ^0.7.1" ,
30
- "html-loader" : " ^0.4.3 " ,
30
+ "html-loader" : " ^0.4.4 " ,
31
31
"html-webpack-plugin" : " ^2.22.0" ,
32
32
"rimraf" : " ^2.5.4" ,
33
33
"style-loader" : " ^0.13.1" ,
34
34
"ts-loader" : " ^0.8.2" ,
35
- "tslint" : " ^3.13.0 " ,
35
+ "tslint" : " ^3.15.1 " ,
36
36
"tslint-loader" : " ^2.1.5" ,
37
37
"typescript" : " ^2.0.0" ,
38
- "typings" : " ^1.3.2 " ,
39
- "webpack" : " ^2.1.0-beta.20 " ,
38
+ "typings" : " ^1.3.3 " ,
39
+ "webpack" : " ^2.1.0-beta.22 " ,
40
40
"webpack-dashboard" : " ^0.1.8" ,
41
- "webpack-dev-server" : " ^1.15.0 "
41
+ "webpack-dev-server" : " ^1.15.2 "
42
42
},
43
43
"dependencies" : {
44
- "lodash" : " ^4.14.1 "
44
+ "lodash" : " ^4.15.0 "
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments