-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 901 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
{
"name": "joplin-plugin-pseudocode-support",
"version": "0.1.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",
"update": "npm install -g generator-joplin && yo joplin --update"
},
"license": "AGPL-3.0-or-later",
"keywords": [
"joplin-plugin"
],
"files": [
"publish"
],
"devDependencies": {
"@types/node": "^14.18.63",
"chalk": "^4.1.2",
"copy-webpack-plugin": "^6.4.1",
"fs-extra": "^9.1.0",
"glob": "^7.2.3",
"on-build-webpack": "^0.1.0",
"tar": "^6.2.0",
"ts-loader": "^9.5.1",
"typescript": "^3.9.10",
"webpack": "^5.89.0",
"webpack-cli": "^4.10.0",
"yargs": "^16.2.0"
},
"dependencies": {
"katex": "^0.16.9",
"pseudocode": "^2.4.1"
}
}