Node-Red configuration
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "name": "@flowfuse/node-red-dashboard",
  3. "version": "1.15.0",
  4. "description": "Dashboard 2.0 - A collection of Node-RED nodes that provide functionality to build your own UI applications (inc. forms, buttons, charts).",
  5. "keywords": [
  6. "node-red"
  7. ],
  8. "homepage": "https://dashboard.flowfuse.com",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/FlowFuse/node-red-dashboard.git"
  12. },
  13. "license": "Apache-2.0",
  14. "author": {
  15. "name": "Joe Pavitt",
  16. "url": "https://github.com/joepavitt"
  17. },
  18. "contributors": [
  19. {
  20. "name": "Pez Cuckow",
  21. "url": "https://github.com/pezmc"
  22. },
  23. {
  24. "name": "FlowFuse",
  25. "url": "https://flowfuse.com"
  26. }
  27. ],
  28. "files": [
  29. "dist/*",
  30. "nodes/*"
  31. ],
  32. "scripts": {
  33. "build": "vite build",
  34. "build:dev": "NODE_ENV=development npm run build",
  35. "cy:open": "cypress open",
  36. "cy:run": "cypress run",
  37. "cy:server": "node-red -u ./cypress/fixtures/user-dir/ -p 1881",
  38. "dev": "NODE_ENV=development vite build --watch",
  39. "dev:prod": "vite build --watch",
  40. "docs:build": "vitepress build docs",
  41. "docs:dev": "vitepress dev docs",
  42. "generate-pwa-assets": "pwa-assets-generator",
  43. "lint": "npm run lint:js && npm run lint:package",
  44. "lint:fix": "npm run lint:js:fix && npm run lint:package:fix",
  45. "lint:js": "eslint --ext .js,.vue,.cjs,.mjs .",
  46. "lint:js:fix": "yarn lint:js --fix",
  47. "lint:package": "sort-package-json --check 'package.json'",
  48. "lint:package:fix": "sort-package-json 'package.json'",
  49. "test": "mocha \"test/**/*.spec.js\"",
  50. "test:debug": "mocha --inspect=9226 \"test/**/*.spec.js\"",
  51. "watch": "npm-run-all --parallel watch:dashboard watch:node-red",
  52. "watch:dashboard": "npm run dev",
  53. "watch:node-red": "cd ~/.node-red && npx nodemon --watch $(realpath ./node_modules/@flowfuse/node-red-dashboard/nodes) --ext '*' --exec node-red"
  54. },
  55. "dependencies": {
  56. "acorn": "^8.11.2",
  57. "chartjs-adapter-luxon": "^1.3.1",
  58. "core-js": "^3.32.0",
  59. "d3": "^7.8.5",
  60. "escodegen": "^2.1.0",
  61. "express": "^4.19.2",
  62. "socket.io": "^4.7.1",
  63. "vue": "^3.4.5"
  64. },
  65. "devDependencies": {
  66. "@flowfuse/flow-renderer": "^0.3.0",
  67. "@mdi/font": "^7.4.47",
  68. "@unhead/vue": "^1.7.4",
  69. "@vite-pwa/assets-generator": "^0.2.4",
  70. "@vitejs/plugin-vue": "^5.0.4",
  71. "chart.js": "^4.4.0",
  72. "cypress": "^13.12.0",
  73. "dompurify": "^3.0.5",
  74. "eslint": "^8.53.0",
  75. "eslint-config-standard": "^17.1.0",
  76. "eslint-plugin-cypress": "^2.15.1",
  77. "eslint-plugin-html": "^7.1.0",
  78. "eslint-plugin-import": "^2.29.0",
  79. "eslint-plugin-n": "^16.3.1",
  80. "eslint-plugin-no-only-tests": "^3.1.0",
  81. "eslint-plugin-promise": "^6.1.1",
  82. "eslint-plugin-vue": "^9.18.1",
  83. "eslint-plugin-vuetify": "^2.4.0",
  84. "glob": "^10.3.4",
  85. "highlight.js": "^11.8.0",
  86. "luxon": "^3.4.3",
  87. "marked": "^4.3.0",
  88. "marked-highlight": "^2.0.6",
  89. "medium-zoom": "^1.0.8",
  90. "mermaid": "^10.4.0",
  91. "mocha": "^10.2.0",
  92. "node-red": "^3.1.9",
  93. "node-red-node-test-helper": "^0.3.3",
  94. "npm-run-all": "^4.1.5",
  95. "sass": "^1.77.8",
  96. "should": "^13.2.3",
  97. "should-sinon": "^0.0.6",
  98. "sinon": "^15.2.0",
  99. "socket.io-client": "^4.7.2",
  100. "sort-package-json": "^2.6.0",
  101. "vite": "^5.2.10",
  102. "vite-plugin-pwa": "^0.20.0",
  103. "vitepress": "^1.0.2",
  104. "vue-router": "^4.2.4",
  105. "vuetify": "^3.6.13",
  106. "vuex": "^4.1.0",
  107. "workbox-core": "^7.1.0",
  108. "workbox-precaching": "^7.1.0",
  109. "workbox-routing": "^7.1.0",
  110. "workbox-strategies": "^7.1.0",
  111. "workbox-window": "^7.1.0"
  112. },
  113. "engines": {
  114. "node": ">=14"
  115. },
  116. "node-red": {
  117. "version": ">=3.0.0",
  118. "nodes": {
  119. "ui-base": "nodes/config/ui_base.js",
  120. "ui-page": "nodes/config/ui_page.js",
  121. "ui-link": "nodes/config/ui_link.js",
  122. "ui-group": "nodes/config/ui_group.js",
  123. "ui-theme": "nodes/config/ui_theme.js",
  124. "ui-form": "nodes/widgets/ui_form.js",
  125. "ui-text-input": "nodes/widgets/ui_text_input.js",
  126. "ui-number-input": "nodes/widgets/ui_number_input.js",
  127. "ui-file-input": "nodes/widgets/ui_file_input.js",
  128. "ui-button": "nodes/widgets/ui_button.js",
  129. "ui-button-group": "nodes/widgets/ui_button_group.js",
  130. "ui-dropdown": "nodes/widgets/ui_dropdown.js",
  131. "ui-radio-group": "nodes/widgets/ui_radio_group.js",
  132. "ui-slider": "nodes/widgets/ui_slider.js",
  133. "ui-switch": "nodes/widgets/ui_switch.js",
  134. "ui-text": "nodes/widgets/ui_text.js",
  135. "ui-table": "nodes/widgets/ui_table.js",
  136. "ui-chart": "nodes/widgets/ui_chart.js",
  137. "ui-gauge": "nodes/widgets/ui_gauge.js",
  138. "ui-notification": "nodes/widgets/ui_notification.js",
  139. "ui-markdown": "nodes/widgets/ui_markdown.js",
  140. "ui-template": "nodes/widgets/ui_template.js",
  141. "ui-event": "nodes/widgets/ui_event.js",
  142. "ui-control": "nodes/widgets/ui_control.js"
  143. }
  144. },
  145. "overrides": {
  146. "node-red-node-test-helper": {
  147. "semver": "^7.5.4"
  148. },
  149. "sharp": "0.32.6",
  150. "sharp-ico": "0.1.5"
  151. }
  152. }