-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.05 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.05 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "tabby-tabbyspaces",
"version": "0.2.7",
"description": "Workspaces for Tabby - Visual split-layout workspace editor",
"keywords": [
"tabby",
"tabby-plugin"
],
"main": "dist/index.js",
"type": "commonjs",
"typings": "dist/index.d.ts",
"scripts": {
"build": "node scripts/build-prod.js",
"build:dev": "node scripts/build-dev.js",
"watch": "webpack --mode development --watch",
"watch:dev": "webpack --mode development --watch --env dev --output-path dist-dev"
},
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"tabby-core": "*",
"tabby-local": "*",
"tabby-settings": "*",
"tabby-terminal": "*"
},
"devDependencies": {
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@ng-bootstrap/ng-bootstrap": "^14.2.0",
"@ngtools/webpack": "^15.0.0",
"apply-loader": "^2.0.0",
"css-loader": "^6.8.0",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"raw-loader": "^4.0.2",
"rxjs": "^7.8.0",
"sass": "^1.63.0",
"sass-loader": "^13.3.0",
"tabby-core": "^1.0.197-nightly.1",
"tabby-local": "^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.4",
"typescript": "~4.9.0",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.0",
"zone.js": "^0.13.0"
},
"author": "Igor Halilovic",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/halilc4/tabbyspaces.git"
},
"homepage": "https://github.com/halilc4/tabbyspaces#readme",
"bugs": {
"url": "https://github.com/halilc4/tabbyspaces/issues"
},
"tabbyPlugin": {
"name": "tabbyspaces",
"displayName": "TabbySpaces",
"description": "Workspaces for Tabby - Visual split-layout workspace editor"
}
}