initial version of rich text editor

pull/1553/head
Aviral Dasgupta 2016-05-27 10:17:01 +05:30
parent bede9a814b
commit 7e563b89c7
2 changed files with 2 additions and 0 deletions

View File

@ -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",

View File

@ -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