tabby/tabby-web/package.json
dependabot[bot] 90001c4f3b
build(deps-dev): bump @vaadin/vaadin-context-menu in /tabby-web
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>
2023-10-02 04:28:46 +00:00

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"
}
}