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