package.json 953 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. "bootstrap": "^4.1.3",
  21. "deepmerge": "^4.1.1",
  22. "js-yaml": "^4.0.0",
  23. "mixpanel": "^0.13.0",
  24. "ngx-filesize": "^2.0.16",
  25. "ngx-perfect-scrollbar": "^10.1.0",
  26. "readable-stream": "3.6.0",
  27. "uuid": "^8.0.0"
  28. },
  29. "peerDependencies": {
  30. "@angular/animations": "^9.1.9",
  31. "@angular/common": "^9.1.11",
  32. "@angular/core": "^9.1.9",
  33. "@angular/forms": "^9.1.11",
  34. "@angular/platform-browser": "^9.1.11",
  35. "@angular/platform-browser-dynamic": "^9.1.11",
  36. "rxjs": "^6.6.3"
  37. }
  38. }