-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
72 lines (72 loc) · 2.35 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
67
68
69
70
71
72
{
"name": "tabby-workspace-manager",
"version": "0.0.4",
"description": "Gives a possibilty to create workspace profiles with custom tabs",
"keywords": [
"tabby-plugin"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch --mode=development",
"prepublishOnly": "npm run build",
"clean": "rm -rf node_modules && rm package-lock.json && npm i"
},
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/composer404/tabby-workspace-manager/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/composer404/tabby-workspace-manager"
},
"author": "Przemyslaw Kozik",
"license": "MIT",
"devDependencies": {
"@angular/animations": "^13.0.0",
"@angular/common": "^13.0.0",
"@angular/core": "^13.0.0",
"@angular/forms": "^13.0.0",
"@angular/platform-browser": "^13.0.0",
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
"@types/js-yaml": "^4.0.4",
"@types/node": "^16.0.0",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"apply-loader": "^2.0.0",
"css-loader": "^5.0.0",
"js-yaml": "^4.1.0",
"ng2-dnd": "5.0.2",
"ngx-toastr": "^8.8.0",
"node-loader": "^2.0.0",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"rxjs": "^7.4.0",
"sass": "^1.43.4",
"sass-loader": "^10.0.0",
"style-loader": "2.0.0",
"@tabby-gang/to-string-loader": "^1.1.7-beta.2",
"tabby-core": "^1.0.163",
"tabby-electron": "^1.0.163",
"tabby-settings": "^1.0.163",
"tabby-terminal": "^1.0.163",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-max-params-no-constructor": "0.0.4",
"eslint-plugin-prettier": "^3.3.1",
"ts-loader": "^5.2.1",
"typescript": "^4.4.4",
"untildify": "^3.0.2",
"webpack": "^4.46.0",
"prettier": "^2.2.1",
"webpack-cli": "^3.1.2",
"winston": "^3.3.3"
},
"dependencies": {}
}