forked from Eugeny/tabby-theme-hype
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "terminus-theme-gruvbox",
"version": "0.0.7",
"description": "Hyper inspired theme for Terminus",
"keywords": ["terminus-plugin"],
"main": "dist/index.js",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"author": "Eugene Pankov",
"license": "MIT",
"peerDependencies": {
"@angular/core": "4.0.1",
"terminus-core": "*"
},
"devDependencies": {
"@angular/common": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/forms": "^4.1.3",
"@types/electron": "^1.6.10",
"@types/webpack-env": "^1.13.0",
"awesome-typescript-loader": "3.1.2",
"bootstrap": "4.0.0-alpha.6",
"css-loader": "0.26.1",
"node-sass": "^4.5.0",
"raw-loader": "0.5.1",
"rxjs": "^5.4.0",
"sass-loader": "^6.0.3",
"terminus-core": "0.0.2",
"to-string-loader": "^1.1.5",
"typescript": "~2.1.0",
"webpack": "2.3.3"
},
"repository": "porkloin/terminus-theme-gruvbox"
}