package.json 852 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "tabby-settings",
  3. "version": "1.0.171-nightly.3",
  4. "description": "Tabby terminal settings page",
  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 --display-modules",
  12. "watch": "webpack --progress --color --watch"
  13. },
  14. "files": [
  15. "typings"
  16. ],
  17. "author": "Eugene Pankov",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "@types/marked": "^4.0.2",
  21. "marked": "^4.0.8",
  22. "ngx-infinite-scroll": "^10.0.1"
  23. },
  24. "peerDependencies": {
  25. "@angular/animations": "^9.1.9",
  26. "@angular/common": "^9.1.11",
  27. "@angular/core": "^9.1.9",
  28. "@angular/forms": "^9.1.11",
  29. "@angular/platform-browser": "^9.1.11",
  30. "@ng-bootstrap/ng-bootstrap": "^6.1.0",
  31. "rxjs": "^6.5.5",
  32. "tabby-core": "*"
  33. }
  34. }