package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "tabby-core",
  3. "version": "1.0.165-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. "@ngx-translate/core": "^14.0.0",
  21. "bootstrap": "^4.1.3",
  22. "deepmerge": "^4.1.1",
  23. "js-yaml": "^4.0.0",
  24. "messageformat": "^2.3.0",
  25. "mixpanel": "^0.13.0",
  26. "ngx-filesize": "^2.0.16",
  27. "ngx-perfect-scrollbar": "^10.1.0",
  28. "ngx-translate-messageformat-compiler": "^4.11.0",
  29. "readable-stream": "3.6.0",
  30. "uuid": "^8.0.0"
  31. },
  32. "peerDependencies": {
  33. "@angular/animations": "^9.1.9",
  34. "@angular/common": "^9.1.11",
  35. "@angular/core": "^9.1.9",
  36. "@angular/forms": "^9.1.11",
  37. "@angular/platform-browser": "^9.1.11",
  38. "@angular/platform-browser-dynamic": "^9.1.11",
  39. "rxjs": "^6.6.3"
  40. }
  41. }