mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
initial version of rich text editor
This commit is contained in:
parent
bede9a814b
commit
7e563b89c7
2 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
"dependencies": {
|
||||
"babel-polyfill": "^6.5.0",
|
||||
"classnames": "^2.1.2",
|
||||
"draft-js": "^0.7.0",
|
||||
"extract-text-webpack-plugin": "^0.9.1",
|
||||
"filesize": "^3.1.2",
|
||||
"flux": "~2.0.3",
|
||||
|
|
|
@ -26,6 +26,7 @@ require('../../vector/components.css');
|
|||
require('gemini-scrollbar/gemini-scrollbar.css');
|
||||
require('gfm.css/gfm.css');
|
||||
require('highlight.js/styles/github.css');
|
||||
require('draft-js/dist/Draft.css');
|
||||
|
||||
|
||||
// add React and ReactPerf to the global namespace, to make them easier to
|
||||
|
|
Loading…
Reference in a new issue