UNPKG

joplin-plugin-enhancement

Version:

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/septemberhx)

50 lines (49 loc) 1.3 kB
{ "name": "joplin-plugin-enhancement", "version": "1.2.1", "scripts": { "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "prepare": "npm run dist", "update": "npm install -g generator-joplin && yo joplin --update" }, "license": "MIT", "keywords": [ "joplin-plugin", "live-preview" ], "files": [ "publish" ], "devDependencies": { "@types/codemirror": "^5.60.5", "@types/node": "^14.0.14", "chalk": "^4.1.0", "copy-webpack-plugin": "^6.1.0", "fs-extra": "^9.0.1", "glob": "^7.1.6", "on-build-webpack": "^0.1.0", "tar": "^6.0.5", "ts-loader": "^7.0.5", "ts-node": "^10.7.0", "typescript": "^3.9.3", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "yargs": "^16.2.0" }, "dependencies": { "codemirror": "^5.60.5", "dayjs": "^1.11.2", "highlight.js": "^11.6.0", "html-entities": "^2.3.3", "katex": "^0.16.0", "markdown-it": "^13.0.1", "markdown-it-mark": "^3.0.1", "mermaid": "8.14.0", "mime-types": "^2.1.35", "plantuml-encoder": "^1.4.0", "pseudocode": "^2.2.0", "showdown": "^2.1.0", "tippy.js": "^6.3.7", "ts-debounce": "^4.0.0" } }