-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.74 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
{
"name": "tabby-quick-cmds-hint",
"version": "0.1.0",
"description": "It's a simple complete hint plugin for tabby. (alpha)",
"repository": {
"url": "git+https://github.com/OpaqueGlass/tabby-quick-cmds-hint.git"
},
"homepage": "https://github.com/OpaqueGlass/tabby-quick-cmds-hint",
"author": {
"name": "OpaqueGlass"
},
"license": "AGPL-3.0",
"keywords": [
"tabby-plugin"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"devDependencies": {
"@angular/animations": "^15",
"@angular/common": "^15",
"@angular/core": "^15",
"@angular/forms": "^15",
"@angular/platform-browser": "^15",
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
"@ngx-translate/core": "^16.0.3",
"@types/node": "^22.5.4",
"@types/webpack-env": "^1.16.0",
"apply-loader": "^2.0.0",
"clippyjs": "^0.0.3",
"css-loader": "^7.1.2",
"node-sass": "^9.0.0",
"pug": "^3.0.3",
"pug-loader": "^2.4.0",
"raw-loader": "^4.0.2",
"rxjs": "^7.3.0",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
"tabby-core": "^1.0.197-nightly.1",
"tabby-settings": "^1.0.197-nightly.1",
"tabby-terminal": "^1.0.197-nightly.1",
"to-string-loader": "^1.2.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.24.4",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@xterm/addon-unicode11": "^0.8.0",
"@xterm/xterm": "^5.4.0",
"fuse.js": "^7.0.0",
"js-yaml": "^4.1.0",
"openai": "^4.67.1",
"strip-ansi": "^7.1.0",
"svg-inline-loader": "^0.8.2"
}
}