forked from nhaouari/obsidian-textgenerator-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 3.75 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
{
"name": "obsidian-textgenerator-plugin",
"version": "0.7.5",
"description": "Text generator is a handy plugin that helps you generate text content using GPT-3 (OpenAI).",
"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 && git add manifest.json versions.json",
"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"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/debug": "^4.1.8",
"@types/lodash.get": "^4.4.7",
"@types/lodash.set": "^4.3.7",
"@types/node": "^16.18.38",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/semver": "^7.5.0",
"@types/three": "^0.155.0",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"builtin-modules": "^3.3.0",
"daisyui": "^3.9.3",
"electron": "^27.0.4",
"esbuild": "0.13.12",
"esbuild-plugin-wasm": "^1.1.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"obsidian": "1.5.7-1",
"prettier": "^3.0.3",
"tslib": "2.6.2",
"typescript": "5.2.2"
},
"dependencies": {
"@chakra-ui/system": "^2.6.2",
"@codemirror/language": "^6.8.0",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.14.1",
"@dqbd/tiktoken": "^1.0.7",
"@emotion/react": "^11",
"@google-ai/generativelanguage": "^1.0.0",
"@huggingface/inference": "^2.6.1",
"@langchain/core": "^0.1.39",
"@langchain/google-genai": "^0.0.9",
"@langchain/openai": "^0.0.15",
"@mozilla/readability": "^0.4.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@react-icons/all-files": "^4.1.0",
"@rjsf/core": "^5.15.1",
"@rjsf/utils": "^5.15.1",
"@rjsf/validator-ajv8": "^5.15.1",
"@tabler/icons-react": "^2.25.0",
"@tailwindcss/forms": "^0.5.7",
"@types/lodash.merge": "^4.6.7",
"@vanakat/plugin-api": "^0.1.0",
"ansi-to-html": "^0.7.2",
"autoprefixer": "^10.4.14",
"chakra-react-select": "^4.7.6",
"cheminfo-types": "^1.7.2",
"chromadb": "^1.5.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"compute-cosine-similarity": "^1.0.0",
"cssnano": "^6.0.1",
"debounce": "^2.0.0",
"debug": "^2.6.9",
"esbuild-wasm": "^0.17.19",
"framer-motion": "^5.6.0",
"func-cache": "^2.2.62",
"handlebars": "^4.7.7",
"handlebars-async-helpers": "^1.0.6",
"json-schema": "^0.4.0",
"json5": "^2.2.3",
"langchain": "^0.1.23",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.2",
"lodash.set": "^4.3.2",
"lucide-react": "^0.263.1",
"monaco-editor": "^0.44.0",
"natural": "^5.2.4",
"obsidian-dataview": "^0.5.56",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"pretty-error": "^4.0.0",
"react": "^18.2.0",
"react-confirm-alert": "^3.0.6",
"react-dom": "^18.2.0",
"react-dropdown-tree-select": "^2.8.0",
"react-force-graph": "^1.43.0",
"react-force-graph-3d": "^1.23.0",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.16.0",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"replicate": "^0.16.1",
"request": "^2.88.2",
"rss-parser": "^3.13.0",
"safe-await": "^2.0.0",
"semver": "^7.5.4",
"sse": "github:mpetazzoni/sse.js",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"tesseract.js": "^4.1.1",
"text-spinners": "^1.0.5",
"three": "^0.155.0",
"turndown": "^7.1.2",
"usehooks-ts": "^2.9.1",
"youtube-transcript": "^1.0.6",
"zod": "^3.21.4",
"zustand": "^4.3.9"
}
}