File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 18
18
"stream-cache" : " ~0.0.1" ,
19
19
"strip-ansi" : " ^3.0.0" ,
20
20
"supports-color" : " ^3.1.1" ,
21
+ "webpack" : " >=2.0.7-beta <3" ,
21
22
"webpack-dev-middleware" : " ^1.4.0" ,
22
23
"yargs" : " ^3.32.0"
23
24
},
29
30
"file-loader" : " ~0.8.4" ,
30
31
"jade" : " ^1.11.0" ,
31
32
"jade-loader" : " ~0.8.0" ,
33
+ "jquery" : " ^2.2.0" ,
32
34
"jsbeautify" : " ^0.3.6" ,
33
35
"less" : " ^2.5.1" ,
34
36
"less-loader" : " ~2.2.0" ,
35
37
"style-loader" : " ~0.13.0" ,
36
- "url-loader" : " ~0.5.6" ,
37
- "webpack" : " ^1.12.1"
38
+ "url-loader" : " ~0.5.6"
38
39
},
39
40
"license" : " MIT" ,
40
41
"repository" : {
51
52
" ssl/"
52
53
],
53
54
"scripts" : {
54
- "prepublish" : " webpack ./client/live.js client/live.bundle.js --colors --config client/webpack.config.js -p && webpack ./client/index.js client/index.bundle.js --colors --config client/webpack.config.js -p" ,
55
+ "prepublish" : " webpack ./client/live.js client/live.bundle.js --color --config client/webpack.config.js -p && webpack ./client/index.js client/index.bundle.js --color --config client/webpack.config.js -p" ,
55
56
"lint" : " eslint lib test" ,
56
57
"beautify-lint" : " beautify-lint lib/**.js bin/**.js" ,
57
58
"beautify" : " beautify-rewrite lib/**.js bin/**.js" ,
You can’t perform that action at this time.
0 commit comments