mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-07 20:09:52 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [@vaadin/vaadin-context-menu](https://github.com/vaadin/web-components/tree/HEAD/packages/vaadin-context-menu) from 5.0.0 to 23.1.16. - [Release notes](https://github.com/vaadin/web-components/releases) - [Commits](https://github.com/vaadin/web-components/commits/v23.1.16/packages/vaadin-context-menu) --- updated-dependencies: - dependency-name: "@vaadin/vaadin-context-menu" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
640 B
JSON
30 lines
640 B
JSON
{
|
|
"name": "tabby-web",
|
|
"version": "1.0.197-nightly.1",
|
|
"description": "Web-specific bindings",
|
|
"keywords": [
|
|
"tabby-builtin-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "typings/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"typings"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@angular/core": "^15"
|
|
},
|
|
"devDependencies": {
|
|
"@vaadin/vaadin-context-menu": "^23.1.16",
|
|
"bootstrap": "^4.1.3",
|
|
"bowser": "^2.11.0",
|
|
"copy-text-to-clipboard": "^3.0.1"
|
|
}
|
|
}
|