mirror of
https://github.com/Eugeny/tabby
synced 2024-12-14 15:22:40 +00:00
29 lines
742 B
JSON
29 lines
742 B
JSON
{
|
|
"name": "terminus-theme-hype",
|
|
"version": "0.0.1",
|
|
"description": "Hyper inspired theme for Terminus",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "webpack --progress --color",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": ["dist"],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@angular/core": "4.0.1",
|
|
"terminus-core": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/webpack-env": "1.13.0",
|
|
"node-sass": "^4.5.0",
|
|
"bootstrap": "4.0.0-alpha.6",
|
|
"sass-loader": "^6.0.3",
|
|
"css-loader": "0.26.1",
|
|
"typescript": "~2.1.0",
|
|
"to-string-loader": "^1.1.5",
|
|
"awesome-typescript-loader": "3.1.2",
|
|
"raw-loader": "0.5.1",
|
|
"webpack": "2.3.3"
|
|
}
|
|
}
|