-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.12 KB
/
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
36
37
38
39
40
41
{
"name": "joplin-plugin-multimd-table-tools",
"version": "1.2.1",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
"updateVersion": "webpack --env joplin-plugin-config=updateVersion",
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update"
},
"license": "MIT",
"keywords": [
"joplin-plugin",
"multimarkdown",
"multimd",
"markdown",
"md"
],
"files": [
"publish"
],
"devDependencies": {
"@joplin/lib": "~2.9",
"@types/codemirror": "^5.60.8",
"@types/node": "^18.7.13",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"tar": "^6.1.11",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"@codemirror/view": "6.24.1",
"@codemirror/state": "6.4.1"
},
"dependencies": {
"@felisdiligens/md-table-tools": "^0.1.3",
"turndown": "^7.1.2"
}
}