-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "joplin-plugin-bundle",
"version": "0.5.5",
"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"
],
"files": [
"publish"
],
"devDependencies": {
"@types/codemirror": "^5.60.5",
"@types/node": "^14.0.14",
"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",
"tar": "^6.0.5",
"ts-loader": "^7.0.5",
"ts-node": "^10.9.1",
"typescript": "^3.9.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"yargs": "^16.2.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"chrono-node": "^2.4.1",
"dateformat": "^5.0.3",
"html-entities": "^2.3.3",
"markdown-it": "^13.0.1",
"markdown-it-mark": "^3.0.1",
"moment": "^2.29.4",
"net": "^1.0.2",
"node-fetch": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reconnecting-websocket": "^4.4.0",
"string-to-color": "^2.2.2",
"tls": "^0.0.1",
"ts-debounce": "^4.0.0",
"uslug": "git+https://github.com/laurent22/uslug.git#emoji-support",
"words-count": "^2.0.2",
"ws": "^8.6.0",
"zotero-api-client": "^0.40.0"
}
}