mirror of
https://github.com/Eugeny/tabby
synced 2024-11-16 09:48:05 +00:00
040098050d
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
36 lines
897 B
JSON
36 lines
897 B
JSON
{
|
|
"name": "terminus-plugin-manager",
|
|
"version": "1.0.123-nightly.0",
|
|
"description": "Terminus' plugin manager",
|
|
"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": [
|
|
"dist"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/semver": "^7.1.0",
|
|
"axios": "^0.21.1",
|
|
"electron-promise-ipc": "^2.2.4",
|
|
"mz": "^2.6.0",
|
|
"semver": "^7.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "^9.1.11",
|
|
"@angular/core": "^9.1.9",
|
|
"@angular/forms": "^9.1.11",
|
|
"@angular/platform-browser": "^9.1.11",
|
|
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
|
|
"rxjs": "^6.5.5",
|
|
"terminus-core": "*",
|
|
"terminus-settings": "*"
|
|
}
|
|
}
|