tabby/terminus-theme-hype/package.json
Eugene Pankov 46b0b0e172 .
2017-04-30 00:25:01 +02:00

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"
}
}