-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.83 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.83 KB
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
{
"name": "@beekeeperstudio/bks-ai-shell",
"version": "3.0.8",
"description": "A Beekeeper Studio plugin for analyzing database and generate queries",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/beekeeper-studio/bks-ai-shell.git"
},
"type": "module",
"main": "dist/main.js",
"styles": "dist/style.css",
"files": [
"dist",
"manifest.json"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run"
},
"devDependencies": {
"@ai-sdk/anthropic": "^3.0.9",
"@ai-sdk/google": "^3.0.6",
"@ai-sdk/openai": "^3.0.8",
"@ai-sdk/openai-compatible": "^2.0.4",
"@ai-sdk/vue": "^3.0.28",
"@beekeeperstudio/plugin": "^1.6.0",
"@beekeeperstudio/ui-kit": "0.3.1",
"@beekeeperstudio/vite-plugin": "^1.0.3",
"@material-symbols/font-400": "^0.31.2",
"@pdanpdan/vue-keyboard-trap": "^1.2.0",
"@types/lodash": "^4.17.16",
"@types/pluralize": "^0.0.33",
"@types/semver": "^7.7.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/browser": "^3.2.4",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.8.1",
"ai": "^6.0.28",
"happy-dom": "^20.0.2",
"highlight.js": "^11.11.1",
"lodash": "^4.17.21",
"marked": "^15.0.12",
"marked-highlight": "^2.2.1",
"mitt": "^3.0.1",
"ollama-ai-provider-v2": "^1.3.1",
"pinia": "^3.0.2",
"pluralize": "^8.0.0",
"primevue": "^4.4.1",
"sass": "^1.87.0",
"semver": "^7.7.3",
"sql-query-identifier": "^2.8.0",
"typeface-roboto": "^0.0.75",
"typescript": "~5.9.3",
"vite": "^6.2.3",
"vite-plugin-vue-devtools": "^8.0.5",
"vitest": "^3.2.4",
"vitest-browser-vue": "^1.1.0",
"vue": "^3.4.21",
"vue-tsc": "^3.1.0",
"zod": "^4.1.8"
}
}