markdown-to-rex
Version:
ReasonML bindings for markdown-to-jsx javascript package
36 lines (35 loc) • 882 B
JSON
{
"name": "markdown-to-rex",
"version": "0.1.1",
"description": "ReasonML bindings for markdown-to-jsx javascript package",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack -w",
"webpack:production": "NODE_ENV=production webpack",
"server": "webpack-dev-server"
},
"keywords": [
"BuckleScript",
"ReasonML",
"ReasonReact",
"Markdown",
"markdown-to-jsx"
],
"author": "DerivedMate",
"license": "MIT",
"dependencies": {
"react": "^16.8.1",
"react-dom": "^16.8.1",
"reason-react": ">=0.7.0"
},
"devDependencies": {
"bs-platform": "^5.0.4",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.0.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.8"
}
}