File tree Expand file tree Collapse file tree 2 files changed +5
-18
lines changed
Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Original file line number Diff line number Diff line change 5858 "babel-runtime" : " ^6.11.6" ,
5959 "bluebird" : " ^3.5.0" ,
6060 "browser-request" : " ^0.3.3" ,
61- "classnames" : " ^2.1.2" ,
62- "draft-js" : " ^0.11.0-alpha" ,
6361 "extract-text-webpack-plugin" : " ^0.9.1" ,
6462 "favico.js" : " ^0.3.10" ,
65- "filesize" : " 3.5.6" ,
66- "flux" : " 2.1.1" ,
67- "gemini-scrollbar" : " matrix-org/gemini-scrollbar#b302279" ,
68- "gfm.css" : " ^1.1.1" ,
69- "highlight.js" : " ^9.0.0" ,
70- "linkifyjs" : " ^2.1.3" ,
7163 "matrix-js-sdk" : " 0.10.1" ,
7264 "matrix-react-sdk" : " 0.12.2" ,
7365 "modernizr" : " ^3.1.0" ,
74- "pako" : " ^1.0.5" ,
7566 "prop-types" : " ^15.5.10" ,
7667 "react" : " ^15.6.0" ,
77- "react-beautiful-dnd" : " ^4.0.1" ,
7868 "react-dom" : " ^15.6.0" ,
79- "react-gemini-scrollbar" : " matrix-org/react-gemini-scrollbar#5e97aef" ,
8069 "sanitize-html" : " ^1.11.1" ,
81- "text-encoding-utf-8" : " ^1.0.1" ,
8270 "ua-parser-js" : " ^0.7.10" ,
83- "url" : " ^0.11.0" ,
84- "velocity-vector" : " vector-im/velocity#059e3b2"
71+ "url" : " ^0.11.0"
8572 },
8673 "devDependencies" : {
8774 "autoprefixer" : " ^6.6.0" ,
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ require('babel-polyfill');
3232// Require common CSS here; this will make webpack process it into bundle.css.
3333// Our own CSS (which is themed) is imported via separate webpack entry points
3434// in webpack.config.js
35- require ( 'gemini-scrollbar/gemini-scrollbar.css' ) ;
36- require ( 'gfm.css/gfm.css' ) ;
37- require ( 'highlight.js/styles/github.css' ) ;
38- require ( 'draft-js/dist/Draft.css' ) ;
35+ require ( 'matrix-react-sdk/node_modules/ gemini-scrollbar/gemini-scrollbar.css' ) ;
36+ require ( 'matrix-react-sdk/node_modules/ gfm.css/gfm.css' ) ;
37+ require ( 'matrix-react-sdk/node_modules/ highlight.js/styles/github.css' ) ;
38+ require ( 'matrix-react-sdk/node_modules/ draft-js/dist/Draft.css' ) ;
3939
4040const rageshake = require ( "matrix-react-sdk/lib/rageshake/rageshake" ) ;
4141rageshake . init ( ) . then ( ( ) => {
You can’t perform that action at this time.
0 commit comments