tabby/tabby-web/package.json

30 lines
638 B
JSON
Raw Normal View History

{
2021-06-29 23:57:04 +02:00
"name": "tabby-web",
2023-04-23 10:22:38 -07:00
"version": "1.0.197-nightly.1",
"description": "Web-specific bindings",
"keywords": [
2021-06-29 23:57:04 +02:00
"tabby-builtin-plugin"
],
"main": "dist/index.js",
"typings": "typings/index.d.ts",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch"
},
"files": [
2023-04-23 08:40:17 -07:00
"dist",
"typings"
],
"author": "Eugene Pankov",
"license": "MIT",
"peerDependencies": {
2023-04-23 08:57:05 -07:00
"@angular/core": "^15"
},
"devDependencies": {
"@vaadin/vaadin-context-menu": "^5.0.0",
"bootstrap": "^4.1.3",
"bowser": "^2.11.0",
"copy-text-to-clipboard": "^3.0.1"
}
}