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.
 
 
 
 
 
 

86 lines
2.3 KiB

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