Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 2.5 KiB

před 2 roky
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "name": "xhive-framework",
  3. "scripts": {
  4. "build": "node esbuild",
  5. "production": "node esbuild --production",
  6. "watch": "node esbuild --watch",
  7. "coverage:report": "npx nyc report --reporter=clover",
  8. "prepare": "npm run snyk-protect",
  9. "snyk-protect": "snyk-protect"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/xhiveframework/xhiveframework.git"
  14. },
  15. "author": "Xhive Global Ltd.",
  16. "license": "MIT",
  17. "bugs": {
  18. "url": "https://github.com/xhiveframework/xhiveframework/issues"
  19. },
  20. "engines": {
  21. "node": ">=14"
  22. },
  23. "homepage": "https://xhiveframework.co",
  24. "dependencies": {
  25. "@editorjs/editorjs": "^2.26.3",
  26. "@xhiveframework/esbuild-plugin-postcss2": "git+https://lab.membtech.com/xhiveframework/esbuild-plugin-postcss2.git",
  27. "@snyk/protect": "^1.1107.0",
  28. "@vue/component-compiler": "^4.2.4",
  29. "ace-builds": "^1.4.8",
  30. "air-datepicker": "git+https://lab.membtech.com/xhiveframework/air-datepicker.git",
  31. "autoprefixer": "10",
  32. "awesomplete": "^1.1.5",
  33. "bootstrap": "4.5.0",
  34. "chalk": "^2.3.2",
  35. "cliui": "^7.0.4",
  36. "cookie": "^0.4.0",
  37. "cropperjs": "^1.5.12",
  38. "cssnano": "^5.0.0",
  39. "driver.js": "^0.9.8",
  40. "editorjs-undo": "0.1.6",
  41. "esbuild": "^0.14.29",
  42. "esbuild-vue": "^1.2.1",
  43. "fast-deep-equal": "^2.0.1",
  44. "fast-glob": "^3.2.5",
  45. "xhiveframework-charts": "git+https://lab.membtech.com/xhiveframework/charts.git",
  46. "xhiveframework-datatable": "git+https://lab.membtech.com/xhiveframework/datatable.git",
  47. "xhiveframework-gantt": "git+https://lab.membtech.com/xhiveframework/gantt.git",
  48. "highlight.js": "^10.4.1",
  49. "html5-qrcode": "^2.0.11",
  50. "jquery": "3.6.0",
  51. "js-sha256": "^0.9.0",
  52. "jsbarcode": "^3.9.0",
  53. "launch-editor": "^2.2.1",
  54. "localforage": "^1.9.0",
  55. "md5": "^2.3.0",
  56. "moment": "^2.29.4",
  57. "moment-timezone": "^0.5.28",
  58. "plyr": "^3.7.2",
  59. "popper.js": "^1.16.0",
  60. "postcss": "8",
  61. "quill": "2.0.0-dev.4",
  62. "quill-image-resize": "^3.0.9",
  63. "quill-magic-url": "^3.0.0",
  64. "qz-tray": "^2.0.8",
  65. "redis": "^3.1.1",
  66. "rtlcss": "^3.2.1",
  67. "sass": "^1.53.0",
  68. "showdown": "^2.1.0",
  69. "socket.io": "^4.5.1",
  70. "socket.io-client": "^4.5.1",
  71. "sortablejs": "1.9.0",
  72. "superagent": "^3.8.2",
  73. "touch": "^3.1.0",
  74. "vue": "2.6.14",
  75. "vue-router": "^2.0.0",
  76. "vue-template-compiler": "2.6.14",
  77. "vuedraggable": "^2.24.3",
  78. "vuex": "3",
  79. "yargs": "^17.5.1"
  80. },
  81. "snyk": true,
  82. "nyc": {
  83. "report-dir": ".cypress-coverage"
  84. }
  85. }