package.json 626 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "tabby-web",
  3. "version": "1.0.165-nightly.0",
  4. "description": "Web-specific bindings",
  5. "keywords": [
  6. "tabby-builtin-plugin"
  7. ],
  8. "main": "dist/index.js",
  9. "typings": "typings/index.d.ts",
  10. "scripts": {
  11. "build": "webpack --progress --color",
  12. "watch": "webpack --progress --color --watch"
  13. },
  14. "files": [
  15. "dist"
  16. ],
  17. "author": "Eugene Pankov",
  18. "license": "MIT",
  19. "peerDependencies": {
  20. "@angular/core": "^9.1.9"
  21. },
  22. "devDependencies": {
  23. "@vaadin/vaadin-context-menu": "^5.0.0",
  24. "bootstrap": "^4.1.3",
  25. "bowser": "^2.11.0",
  26. "copy-text-to-clipboard": "^3.0.1"
  27. }
  28. }