mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 12:16:34 +03:00
735010dd1f
Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 7.0.1. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v3.4.0...v7.0.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.99-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": "^7.0.1",
|
|
"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"
|
|
}
|
|
}
|