framework/extensions/markdown/js/package.json
Alexander Skvortsov 690f4619f8 Update mdarea
This is included because it fixes a bug where the last character isn't included, introduced by the shift in core's editor implementation + the way mdarea used to handle state
2021-02-26 22:18:54 -05:00

15 lines
312 B
JSON

{
"private": true,
"name": "@flarum/markdown",
"dependencies": {
"flarum-webpack-config": "0.1.0-beta.10",
"mdarea": "^2.0.9",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack --mode production"
}
}