mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 12:16:34 +03:00
1faf9681a2
Bumps [deepmerge](https://github.com/TehShrike/deepmerge) from 3.3.0 to 4.1.1. - [Release notes](https://github.com/TehShrike/deepmerge/releases) - [Changelog](https://github.com/TehShrike/deepmerge/blob/master/changelog.md) - [Commits](https://github.com/TehShrike/deepmerge/compare/v3.3.0...v4.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "terminus-core",
|
|
"version": "1.0.92-nightly.0",
|
|
"description": "Terminus core",
|
|
"keywords": [
|
|
"terminus-builtin-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "typings/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color --display-modules",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"typings"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^3.9.0",
|
|
"@types/shell-escape": "^0.2.0",
|
|
"@types/winston": "^2.3.6",
|
|
"axios": "^0.19.0",
|
|
"bootstrap": "^4.1.3",
|
|
"core-js": "^3.1.2",
|
|
"deepmerge": "^4.1.1",
|
|
"electron-updater": "^4.0.6",
|
|
"js-yaml": "^3.9.0",
|
|
"mixpanel": "^0.10.2",
|
|
"ng2-dnd": "^5.0.2",
|
|
"ngx-perfect-scrollbar": "^8.0.0",
|
|
"shell-escape": "^0.2.0",
|
|
"uuid": "^3.3.2",
|
|
"winston": "^3.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/animations": "^7",
|
|
"@angular/common": "^7",
|
|
"@angular/core": "^7",
|
|
"@angular/forms": "^7",
|
|
"@angular/platform-browser": "^7",
|
|
"@angular/platform-browser-dynamic": "^7",
|
|
"rxjs": "^5"
|
|
}
|
|
}
|