mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 12:16:34 +03:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "terminus-core",
|
|
"version": "0.0.1",
|
|
"description": "Terminus core",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "rm -rf dist && webpack --progress --color --display-modules",
|
|
"watch": "rm -rf dist && webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.22",
|
|
"@types/js-yaml": "^3.5.29",
|
|
"@types/node": "^7.0.12",
|
|
"@types/webpack-env": "^1.13.0",
|
|
"bootstrap": "4.0.0-alpha.6",
|
|
"core-js": "^2.4.1",
|
|
"ngx-perfect-scrollbar": "4.0.0",
|
|
"typescript": "^2.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/animations": "4.0.1",
|
|
"@angular/common": "4.0.1",
|
|
"@angular/core": "4.0.1",
|
|
"@angular/forms": "4.0.1",
|
|
"@angular/platform-browser": "4.0.1",
|
|
"@angular/platform-browser-dynamic": "4.0.1",
|
|
"rxjs": "5.3.0",
|
|
"zone.js": "0.8.4"
|
|
},
|
|
"dependencies": {
|
|
"deepmerge": "^1.4.4",
|
|
"js-yaml": "^3.8.4"
|
|
},
|
|
"false": {}
|
|
}
|