package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "terminus-core",
  3. "version": "1.0.99-nightly.0",
  4. "description": "Terminus core",
  5. "keywords": [
  6. "terminus-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. "@types/js-yaml": "^3.9.0",
  21. "@types/shell-escape": "^0.2.0",
  22. "@types/winston": "^2.3.6",
  23. "axios": "^0.19.0",
  24. "bootstrap": "^4.1.3",
  25. "core-js": "^3.1.2",
  26. "deepmerge": "^4.1.1",
  27. "electron-updater": "^4.0.6",
  28. "js-yaml": "^3.9.0",
  29. "mixpanel": "^0.10.2",
  30. "ng2-dnd": "^5.0.2",
  31. "ngx-perfect-scrollbar": "^8.0.0",
  32. "shell-escape": "^0.2.0",
  33. "uuid": "^3.3.2",
  34. "winston": "^3.2.1"
  35. },
  36. "peerDependencies": {
  37. "@angular/animations": "^7",
  38. "@angular/common": "^7",
  39. "@angular/core": "^7",
  40. "@angular/forms": "^7",
  41. "@angular/platform-browser": "^7",
  42. "@angular/platform-browser-dynamic": "^7",
  43. "rxjs": "^5"
  44. }
  45. }