mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 12:16:34 +03:00
c3bd725ce8
Bumps [ngx-perfect-scrollbar](https://github.com/zefoy/ngx-perfect-scrollbar) from 8.0.0 to 10.1.0. - [Release notes](https://github.com/zefoy/ngx-perfect-scrollbar/releases) - [Commits](https://github.com/zefoy/ngx-perfect-scrollbar/compare/v8.0.0...v10.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "terminus-core",
|
|
"version": "1.0.123-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": "^4.0.0",
|
|
"@types/shell-escape": "^0.2.0",
|
|
"@types/winston": "^2.3.6",
|
|
"axios": "^0.21.1",
|
|
"bootstrap": "^4.1.3",
|
|
"core-js": "^3.1.2",
|
|
"deepmerge": "^4.1.1",
|
|
"electron-updater": "^4.0.6",
|
|
"js-yaml": "^4.0.0",
|
|
"mixpanel": "^0.10.2",
|
|
"ng2-dnd": "^5.0.2",
|
|
"ngx-perfect-scrollbar": "^10.1.0",
|
|
"readable-stream": "2.3.7",
|
|
"shell-escape": "^0.2.0",
|
|
"uuid": "^8.0.0",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/animations": "^9.1.9",
|
|
"@angular/common": "^9.1.11",
|
|
"@angular/core": "^9.1.9",
|
|
"@angular/forms": "^9.1.11",
|
|
"@angular/platform-browser": "^9.1.11",
|
|
"@angular/platform-browser-dynamic": "^9.1.11",
|
|
"rxjs": "^6.6.3"
|
|
}
|
|
}
|