-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.11 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "joplin-plugin-ai-summarization",
"version": "0.2.3",
"scripts": {
"test": "jest",
"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 --force"
},
"license": "MIT",
"keywords": [
"joplin-plugin"
],
"files": [
"publish"
],
"devDependencies": {
"@joplin/lib": "~2.9",
"@types/jest": "^29.5.12",
"@types/node": "^18.7.13",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"jest": "^29.7.0",
"jest-worker": "^29.7.0",
"prettier": "3.3.3",
"tar": "^6.1.11",
"ts-jest": "^29.2.5",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"overrides": {
"@xenova/transformers": {
"sharp": "0.33.4"
}
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",
"@tensorflow/tfjs": "^4.20.0",
"@tiptap/extension-blockquote": "^2.5.4",
"@tiptap/extension-color": "^2.5.4",
"@tiptap/extension-text-style": "^2.5.4",
"@tiptap/pm": "^2.5.4",
"@tiptap/react": "^2.5.4",
"@tiptap/starter-kit": "^2.5.4",
"@xenova/transformers": "^2.17.2",
"change-case": "^5.4.4",
"charm": "^1.0.2",
"electron-log": "^4.4.1",
"framer-motion": "^11.3.8",
"hdbscanjs": "^1.0.12",
"mathjs": "^13.0.0",
"mime": "^4.0.3",
"ml-hclust": "^3.1.0",
"ml-kmeans": "^6.0.0",
"natural": "^7.1.0",
"node-polyfill-webpack-plugin": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-router-dom": "^5.3.4",
"styled-components": "^6.1.11",
"summarybot": "^0.0.7",
"svd-js": "^1.1.1",
"word2vec": "^1.1.5"
}
}