-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "tabby-theme-snazzy",
"version": "0.2.0",
"description": "Snazzy inspired theme for tabby",
"keywords": [
"tabby-plugin"
],
"main": "dist/index.js",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"author": "Felix Uellendall",
"license": "Apache 2",
"peerDependencies": {
"@angular/core": "^9.1.11",
"tabby-core": "^1.0.187-nightly.1",
"tabby-terminal": "^1.0.187-nightly.1"
},
"devDependencies": {
"@angular/common": "^9.1.11",
"@angular/core": "^9.1.11",
"@angular/forms": "^9.1.11",
"@types/electron": "^1.6.10",
"@types/webpack-env": "^1.18.0",
"bootstrap": "^4.0.0",
"css-loader": "^6.7.3",
"node-sass": "^8.0.0",
"raw-loader": "^4.0.2",
"rxjs": "^6.5.5",
"sass-loader": "^13.2.0",
"tabby-core": "^1.0.187-nightly.1",
"tabby-terminal": "^1.0.187-nightly.1",
"to-string-loader": "^1.2.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"repository": "feluelle/tabby-theme-snazzy"
}