mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-19 18:07:58 +00:00
started separating terminus-electron and terminus-web
This commit is contained in:
27
terminus-web/package.json
Normal file
27
terminus-web/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "terminus-web",
|
||||
"version": "1.0.135-nightly.0",
|
||||
"description": "Web-specific bindings",
|
||||
"keywords": [
|
||||
"terminus-builtin-plugin"
|
||||
],
|
||||
"main": "dist/index.js",
|
||||
"typings": "typings/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "webpack --progress --color",
|
||||
"watch": "webpack --progress --color --watch"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"author": "Eugene Pankov",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@angular/core": "^9.1.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vaadin/vaadin-context-menu": "^5.0.0",
|
||||
"bootstrap": "^4.1.3",
|
||||
"copy-text-to-clipboard": "^3.0.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user