-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.47 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
{
"name": "tabby-sftp-tab",
"version": "1.0.7",
"description": "Plugin that allows you to open sftp tab like SecureCRT",
"keywords": [
"tabby-plugin",
"tabby"
],
"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"
],
"author": {
"name": "wljince007",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/wljince007/tabby-sftp-tab.git"
},
"bugs": {
"url": "https://github.com/wljince007/tabby-sftp-tab/issues"
},
"homepage": "https://github.com/wljince007/tabby-sftp-tab",
"dependencies": {
"rxjs": "^6.6.7",
"tabby-core": "^1.0.156",
"tabby-settings": "^1.0.156",
"tabby-terminal": "^1.0.156"
},
"devDependencies": {
"@angular/common": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/forms": "^12.0.0",
"@ng-bootstrap/ng-bootstrap": "^2.2.0",
"js-yaml": "^4.0.0",
"yaml-loader": "0.8.0",
"clone-deep": "^4.0.1",
"@types/webpack-env": "^1.16.2",
"apply-loader": "^2.0.0",
"css-loader": "^6.3.0",
"node-sass": "^6.0.1",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"ts-loader": "^9.4.4",
"typescript": "^4.9.5",
"webpack": "^5.88.1",
"webpack-cli": "^4.10.0"
}
}