1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-26 12:03:31 +03:00
tabby/terminus-theme-hype/package.json
Eugene Pankov fa02eb38e9 .
2017-04-14 21:53:19 +02:00

29 lines
721 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"
},
"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"
}
}