Basic editing with some widgets

This commit is contained in:
Mathias Biilmann Christensen
2016-05-30 16:55:32 -07:00
parent 978b7290c5
commit d2aa1adf7b
23 changed files with 307 additions and 32 deletions

View File

@ -54,5 +54,13 @@
"webpack-dev-server": "^1.14.1",
"webpack-postcss-tools": "^1.1.1",
"whatwg-fetch": "^0.11.0"
},
"dependencies": {
"commonmark": "^0.24.0",
"commonmark-react-renderer": "^4.1.2",
"draft-js": "^0.7.0",
"draft-js-export-markdown": "^0.2.0",
"draft-js-import-markdown": "^0.1.6",
"json-loader": "^0.5.4"
}
}