-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
67 lines (67 loc) · 1.96 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
{
"name": "logseq-chatgpt-plugin",
"version": "2.0.3",
"title": "Logseq ChatGPT Plugin",
"description": "A tightly integrated chatGPT plugin for Logseq.",
"license": "AGPL-3.0",
"main": "dist/index.html",
"repository": "debanjandhar12/logseq-chatgpt-plugin",
"author": "@debanjandhar12",
"scripts": {
"dev": "vite",
"build": "export NODE_OPTIONS=--max_old_space_size=4096 && vite build",
"preinstall": "npx only-allow yarn",
"test": "vitest"
},
"logseq": {
"id": "_rw1zys420",
"icon": "/icon.png"
},
"dependencies": {
"lodash": "^4.17.21",
"moment": "^2.29.4",
"json5": "^2.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"showdown": "^2.1.0",
"mldoc": "^1.5.3",
"mustache": "^4.2.0",
"await-lock": "^2.2.2",
"@logseq/libs": "^0.0.15",
"langchain": "^0.0.103",
"js-tiktoken": "^1.0.7",
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",
"@tensorflow/tfjs-backend-cpu": "^3.6.0",
"@tensorflow/tfjs-converter": "^3.6.0",
"@tensorflow/tfjs-core": "^3.6.0",
"cheerio": "^1.0.0-rc.12",
"googlethis": "^1.7.1",
"@mozilla/readability": "^0.4.4"
},
"devDependencies": {
"@types/lodash": "^4.14.177",
"@types/mustache": "^4.2.2",
"@types/node": "^18.8.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"vite": "^4.3.8",
"vite-plugin-wasm": "^3.2.2",
"vite-plugin-top-level-await": "^1.3.1",
"vitest": "^0.31.1",
"@vitejs/plugin-react": "^4.0.0",
"vite-plugin-logseq": "^1.1.2",
"@babel/preset-typescript": "^7.21.5",
"@babel/preset-env": "^7.21.5",
"@babel/generator": "^7.21.5",
"vite-plugin-node-polyfills": "^0.8.2",
"only-allow": "^1.1.1",
"buffer": "^6.0.3",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"node-gyp": "^9.3.1",
"path-browserify": "^1.0.1",
"stream-browserify": "^3.0.0",
"vm-browserify": "^1.1.2"
}
}