-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.18 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
{
"name": "acode-plugin-acodex",
"version": "3.3.0",
"description": "Terminal support for Acode",
"license": "MIT",
"author": "Raunak Raj <bajrangcoders@gmail.com>",
"repository": "https://github.com/bajrangCoder/acode-plugin-terminal.git",
"main": "dist/main.js",
"scripts": {
"dev": "bun esbuild.config.mjs --serve",
"build": "bun esbuild.config.mjs",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check"
},
"dependencies": {
"@novnc/novnc": "^1.5.0",
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-image": "^0.8.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-unicode11": "^0.8.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"acode-plugin-types": "^1.11.7-patch.2",
"html-tag-js": "^1.9.2",
"ollama": "^0.5.13",
"preact": "^10.27.2"
},
"devDependencies": {
"esbuild": "^0.25.0",
"esbuild-sass-plugin": "^2.16.1",
"jszip": "^3.10.1",
"oxfmt": "^0.36.0"
},
"resolutions": {
"glob-parent": ">=5.1.2",
"terser": ">=5.14.2 "
},
"browserslist": [
"> 0.25%, not dead"
],
"packageManager": "bun@1.3.1"
}