-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "joplin-plugin-better-markdown-viewer",
"version": "2.1.0",
"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"
],
"repository": "https://github.com/ylc395/joplin-plugin-better-markdown-viewer",
"files": [
"publish"
],
"devDependencies": {
"@types/codemirror": "^5.60.4",
"@types/markdown-it": "^12.2.3",
"@types/node": "^14.0.14",
"@types/ws": "^8.2.0",
"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",
"prettier": "^2.4.1",
"tar": "^6.0.5",
"ts-loader": "^7.0.5",
"typescript": "^4.4.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"yargs": "^16.2.0"
},
"dependencies": {
"node-port-check": "^2.0.1",
"ws": "^8.2.3"
}
}