-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "acode-plugin-acodex",
"version": "3.1.8",
"description": "Terminal support for Acode",
"main": "dist/main.js",
"repository": "https://github.com/bajrangCoder/acode-plugin-terminal.git",
"author": "Raunak Raj <[email protected]>",
"license": "MIT",
"dependencies": {
"@novnc/novnc": "^1.5.0",
"@xterm/addon-attach": "0.10.0-beta.1",
"@xterm/addon-fit": "0.9.0-beta.1",
"@xterm/addon-image": "^0.8.0",
"@xterm/addon-search": "0.14.0-beta.1",
"@xterm/addon-unicode11": "0.7.0-beta.1",
"@xterm/addon-web-links": "0.10.0-beta.1",
"@xterm/addon-webgl": "0.17.0-beta.1",
"@xterm/xterm": "^5.5.0",
"html-tag-js": "^1.7.1",
"ollama": "^0.5.9"
},
"devDependencies": {
"esbuild": "^0.19.12",
"esbuild-sass-plugin": "^2.16.1",
"jszip": "^3.10.1"
},
"scripts": {
"build": "node build.mjs",
"serve": "node build.mjs --serve"
},
"browserslist": [
"> 0.25%, not dead"
],
"resolutions": {
"terser": ">=5.14.2 ",
"glob-parent": ">=5.1.2"
}
}