joplin-plugin-freehand-drawing
Version:
[On GitHub](https://github.com/personalizedrefrigerator/joplin-plugin-freehand-drawing) | [On the Joplin Forum](https://discourse.joplinapp.org/t/plugin-js-draw-integration/27114) | [Online Demo](https://personalizedrefrigerator.github.io/js-draw/example/
36 lines (35 loc) • 945 B
JSON
{
"name": "joplin-plugin-freehand-drawing",
"version": "1.6.1",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "yarn dist",
"update": "npm install -g generator-joplin && yo joplin --update"
},
"license": "MIT",
"keywords": [
"joplin-plugin"
],
"files": [
"publish"
],
"devDependencies": {
"@types/codemirror": "5.60.7",
"@types/fs-extra": "^9.0.13",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.14.0",
"copy-webpack-plugin": "^11.0.0",
"fs-extra": "^11.1.0",
"glob": "^8.1.0",
"on-build-webpack": "^0.1.0",
"style-loader": "^3.3.1",
"tar": "^6.1.13",
"ts-loader": "^9.4.2",
"typescript": "^4.9.1",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"js-draw": "^0.20.0"
}
}