This commit is contained in:
Eugene Pankov
2017-04-11 22:45:59 +02:00
parent 0ea346a6ae
commit dc513b427d
114 changed files with 454 additions and 374 deletions

View File

@@ -5,7 +5,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "webpack --progress --color",
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch"
},
"author": "Eugene Pankov",
@@ -16,25 +16,30 @@
"@types/webpack-env": "1.13.0",
"awesome-typescript-loader": "3.1.2",
"css-loader": "^0.28.0",
"dataurl": "0.1.0",
"deep-equal": "1.0.1",
"pug": "^2.0.0-beta11",
"pug-loader": "^2.3.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"to-string-loader": "^1.1.5",
"webpack": "2.3.3"
},
"dependencies": {
"peerDependencies": {
"@angular/common": "4.0.1",
"@angular/core": "4.0.1",
"@angular/forms": "4.0.1",
"@angular/platform-browser": "4.0.1",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.22",
"child-process-promise": "2.2.1",
"dataurl": "0.1.0",
"deep-equal": "1.0.1",
"fs-promise": "2.0.2",
"hterm-commonjs": "1.0.0",
"node-pty": "0.6.2",
"terminus-core": "*",
"terminus-settings": "*",
"rxjs": "5.3.0"
},
"dependencies": {
"child-process-promise": "2.2.1",
"fs-promise": "2.0.2",
"font-manager": "0.2.2",
"hterm-commonjs": "1.0.0",
"node-pty": "0.6.2"
}
}