You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.7 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "name": "xhiveframework-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. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://lab.membtech.com/xhiveframework/xhiveframework15.git"
  12. },
  13. "author": "XhiveFramework Technologies Pvt. Ltd.",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://lab.membtech.com/xhiveframework/xhiveframework15/issues"
  17. },
  18. "engines": {
  19. "node": ">=18"
  20. },
  21. "homepage": "https://xhiveframework.com",
  22. "dependencies": {
  23. "@editorjs/editorjs": "~2.26.3",
  24. "@xhiveframework/esbuild-plugin-postcss2": "git+https://lab.membtech.com/xhiveframework/esbuild-plugin-postcss2.git",
  25. "@headlessui/vue": "^1.7.16",
  26. "@popperjs/core": "^2.11.2",
  27. "@redis/client": "^1.5.8",
  28. "@sentry/browser": "^7.15.0",
  29. "@vue-flow/background": "^1.1.0",
  30. "@vue-flow/core": "^1.16.2",
  31. "@vue/component-compiler": "^4.2.4",
  32. "@vueuse/core": "^9.5.0",
  33. "ace-builds": "^1.4.8",
  34. "air-datepicker": "git+https://lab.membtech.com/xhiveframework/air-datepicker.git",
  35. "autoprefixer": "10",
  36. "awesomplete": "^1.1.5",
  37. "bootstrap": "4.6.2",
  38. "chalk": "^2.3.2",
  39. "cliui": "^7.0.4",
  40. "cookie": "^0.4.0",
  41. "cropperjs": "^1.5.12",
  42. "cssnano": "^5.0.0",
  43. "driver.js": "^0.9.8",
  44. "editorjs-undo": "0.1.6",
  45. "esbuild": "^0.14.29",
  46. "esbuild-plugin-vue3": "^0.3.0",
  47. "fast-deep-equal": "^2.0.1",
  48. "fast-glob": "^3.2.5",
  49. "xhiveframework-charts": "git+https://lab.membtech.com/xhiveframework/charts.git",
  50. "xhiveframework-datatable": "git+https://lab.membtech.com/xhiveframework/datatable.git",
  51. "xhiveframework-gantt": "git+https://lab.membtech.com/xhiveframework/gantt.git",
  52. "highlight.js": "^10.4.1",
  53. "html5-qrcode": "^2.3.8",
  54. "jquery": "3.7.0",
  55. "js-sha256": "^0.9.0",
  56. "jsbarcode": "^3.11.0",
  57. "launch-editor": "^2.2.1",
  58. "localforage": "^1.10.0",
  59. "md5": "^2.3.0",
  60. "moment": "^2.29.4",
  61. "moment-timezone": "^0.5.35",
  62. "pinia": "^2.0.23",
  63. "plyr": "^3.7.8",
  64. "popper.js": "^1.16.0",
  65. "postcss": "8",
  66. "quill": "2.0.0-dev.4",
  67. "quill-image-resize": "^3.0.9",
  68. "quill-magic-url": "^3.0.0",
  69. "qz-tray": "^2.0.8",
  70. "rtlcss": "^4.0.0",
  71. "sass": "^1.63.0",
  72. "showdown": "^2.1.0",
  73. "socket.io": "^4.7.1",
  74. "socket.io-client": "^4.7.1",
  75. "sortablejs": "^1.15.0",
  76. "superagent": "^8.0.0",
  77. "touch": "^3.1.0",
  78. "vue": "^3.3.0",
  79. "vue-router": "^4.1.5",
  80. "vuedraggable": "^4.1.0",
  81. "vuex": "4.0.2",
  82. "yargs": "^17.5.1"
  83. },
  84. "nyc": {
  85. "report-dir": ".cypress-coverage"
  86. },
  87. "optionalDependencies": {
  88. "bufferutil": "^4.0.8",
  89. "utf-8-validate": "^6.0.3"
  90. }
  91. }