forked from minyoad/terminus-quick-cmds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·66 lines (66 loc) · 1.71 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
66
{
"name": "tabby-quick-cmds",
"version": "1.0.2",
"description": "Quick commands manager for Tabby",
"homepage": "https://github.com/minyoad/terminus-quick-cmds",
"keywords": [
"terminus-plugin",
"tabby-plugin",
"quick-commands"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch"
},
"files": [
"dist"
],
"author": "minyoad",
"license": "MIT",
"devDependencies": {
"@types/webpack-env": "^1.16.3",
"apply-loader": "^2.0.0",
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^6.7.1",
"electron": "^18.0.3",
"node-sass": "^7.0.1",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"sass-loader": "^12.6.0",
"svg-inline-loader": "^0.8.2",
"to-string-loader": "^1.2.0",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"peerDependencies": {
"@angular/common": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/forms": "^4.1.3",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.29",
"terminus-core": "*",
"terminus-settings": "*",
"terminus-terminal": "*"
},
"dependencies": {
"@angular/common": "^13.3.2",
"@angular/core": "^13.3.2",
"@angular/forms": "^13.3.2",
"@ng-bootstrap/ng-bootstrap": "^12.0.2",
"node": "14.15.0",
"rxjs": "^7.5.5",
"terminus-core": "^1.0.140",
"terminus-settings": "^1.0.140",
"terminus-terminal": "^1.0.140",
"ts-loader": "^9.2.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/minyoad/terminus-quick-cmds.git"
},
"bugs": {
"url": "https://github.com/minyoad/terminus-quick-cmds/issues"
}
}