generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 131
/
package.json
137 lines (137 loc) · 4.4 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "obsidian-textgenerator-plugin",
"version": "0.7.41",
"description": "Text generator is a handy plugin that helps you generate text content using GPT-3 (OpenAI).",
"obsidian": {
"minAppVersion": "1.6.0"
},
"main": "main.js",
"scripts": {
"dev": "npm run build:css && node esbuild.config.mjs",
"build": "npm run build:css && node esbuild.config.mjs production",
"version": "node version-bump.mjs",
"version:go": "node ./scripts/version-bump.mjs --go",
"eslint": "eslint --fix ./src/**/*.{js,jsx,ts,tsx,json}",
"build:css": "postcss ./src/css/global.css -o styles.css",
"dev:css": "postcss ./src/css/global.css -o styles.css --watch",
"prettier:check": "prettier --check \"**/*.{ts,tsx,js,md,mdx,css,yaml}\"",
"prettier:format": "prettier --write \"**/*.{ts,tsx,js,md,mdx,css,yaml}\"",
"remove-tag": "node ./scripts/remove-tag.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/debug": "^4.1.12",
"@types/koa": "^2.15.0",
"@types/koa-proxies": "^0.11.0",
"@types/koa__cors": "^5.0.0",
"@types/lockfile": "^1.0.4",
"@types/lodash.get": "^4.4.9",
"@types/lodash.set": "^4.3.9",
"@types/mime-types": "^2.1.4",
"@types/node": "^16.18.105",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/semver": "^7.5.8",
"@types/tar": "^6.1.13",
"@types/three": "^0.155.1",
"@types/turndown": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"builtin-modules": "^3.3.0",
"daisyui": "^3.9.4",
"electron": "^27.3.11",
"esbuild": "0.21.4",
"esbuild-plugin-alias": "^0.2.1",
"esbuild-plugin-wasm": "^1.1.0",
"eslint": "^8.57.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"obsidian": "1.6.6",
"oxlint": "^0.2.18",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"tslib": "2.6.2",
"typescript": "5.2.2"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.27.3",
"@codemirror/language": "^6.10.2",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.32.0",
"@dqbd/tiktoken": "^1.0.15",
"@google-ai/generativelanguage": "^1.1.0",
"@huggingface/inference": "2.7.0",
"@koa/cors": "^5.0.0",
"@langchain/anthropic": "^0.3.1",
"@langchain/community": "^0.2.25",
"@langchain/core": "^0.3.1",
"@langchain/google-genai": "^0.1.0",
"@langchain/openai": "^0.3.0",
"@mozilla/readability": "^0.4.4",
"@react-icons/all-files": "^4.1.0",
"@rjsf/core": "^5.20.0",
"@rjsf/utils": "^5.20.0",
"@rjsf/validator-ajv8": "^5.20.0",
"@tabler/icons-react": "^2.47.0",
"@tailwindcss/forms": "^0.5.7",
"@types/lodash.merge": "^4.6.9",
"@vanakat/plugin-api": "^0.1.1",
"ansi-to-html": "^0.7.2",
"autoprefixer": "^10.4.20",
"chromadb": "^1.8.1",
"clsx": "^2.1.1",
"debounce": "^2.1.0",
"debug": "^2.6.9",
"esbuild-wasm": "^0.21.5",
"fs-extra": "^11.2.0",
"func-cache": "^2.2.62",
"handlebars": "^4.7.8",
"handlebars-async-helpers": "^1.0.6",
"hyperswarm": "^4.8.2",
"json5": "^2.2.3",
"koa": "^2.15.3",
"koa-proxies": "^0.12.4",
"langchain": "^0.3.2",
"live-plugin-manager": "^0.18.1",
"lockfile": "^1.0.4",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.2",
"lodash.set": "^4.3.2",
"mime-types": "^2.1.35",
"moment": "^2.30.1",
"obsidian-dataview": "^0.5.67",
"p2pcf": "^1.3.14",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"pretty-error": "^4.0.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-confirm-alert": "^3.0.6",
"react-dom": "^18.3.1",
"react-markdown": "^8.0.7",
"react-simple-code-editor": "^0.13.1",
"react-syntax-highlighter": "^15.5.0",
"replicate": "^0.30.2",
"request": "^2.88.2",
"rss-parser": "^3.13.0",
"safe-await": "^2.0.0",
"semver": "^7.6.3",
"sse": "github:mpetazzoni/sse.js",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7",
"tar": "^6.2.1",
"tesseract.js": "^4.1.4",
"three": "^0.155.0",
"turndown": "^7.2.0",
"url-join": "^5.0.0",
"usehooks-ts": "^3.1.0",
"youtube-transcript": "^1.2.1",
"zod": "^3.23.8"
}
}