package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "tabby-core",
  3. "version": "1.0.189-nightly.0",
  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. "typings"
  16. ],
  17. "author": "Eugene Pankov",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "bootstrap": "^5.3.0-alpha.1",
  21. "color": "^4.2.3",
  22. "deepmerge": "^4.1.1",
  23. "fuzzy-search": "^3.2.1",
  24. "js-yaml": "^4.0.0",
  25. "messageformat": "^2.3.0",
  26. "mixpanel": "^0.17.0",
  27. "ngx-translate-messageformat-compiler": "^4.11.0",
  28. "readable-stream": "4.2.0",
  29. "uuid": "^9.0.0"
  30. },
  31. "peerDependencies": {
  32. "@angular/animations": "^9.1.9",
  33. "@angular/common": "^9.1.11",
  34. "@angular/core": "^9.1.9",
  35. "@angular/forms": "^9.1.11",
  36. "@angular/platform-browser": "^9.1.11",
  37. "@angular/platform-browser-dynamic": "^9.1.11",
  38. "rxjs": "^6.6.3"
  39. }
  40. }