package.json 1015 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "tabby-core",
  3. "version": "1.0.197-nightly.1",
  4. "description": "Tabby core",
  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. "bootstrap": "^5.3.0-alpha.1",
  22. "color": "^4.2.3",
  23. "deepmerge": "^4.1.1",
  24. "fuzzy-search": "^3.2.1",
  25. "js-yaml": "^4.0.0",
  26. "messageformat": "^2.3.0",
  27. "mixpanel": "^0.17.0",
  28. "ngx-translate-messageformat-compiler": "^4.11.0",
  29. "readable-stream": "4.4.0",
  30. "uuid": "^9.0.0"
  31. },
  32. "peerDependencies": {
  33. "@angular/animations": "^15",
  34. "@angular/common": "^15",
  35. "@angular/core": "^15",
  36. "@angular/forms": "^15",
  37. "@angular/platform-browser": "^15",
  38. "@angular/platform-browser-dynamic": "^15",
  39. "rxjs": "^7"
  40. }
  41. }