package.json 835 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "tabby-settings",
  3. "version": "1.0.197-nightly.1",
  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. "dist",
  16. "typings"
  17. ],
  18. "author": "Eugene Pankov",
  19. "license": "MIT",
  20. "devDependencies": {
  21. "@types/marked": "^5.0.1",
  22. "marked": "^5.1.2",
  23. "ngx-infinite-scroll": "^16"
  24. },
  25. "peerDependencies": {
  26. "@angular/animations": "^15",
  27. "@angular/common": "^15",
  28. "@angular/core": "^15",
  29. "@angular/forms": "^15",
  30. "@angular/platform-browser": "^15",
  31. "@ng-bootstrap/ng-bootstrap": "^14",
  32. "rxjs": "^7",
  33. "tabby-core": "*"
  34. }
  35. }