-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 945 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "joplin-plugin-freehand-drawing",
"version": "1.7.0",
"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.21.0"
}
}