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.

package.json 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "name": "node-red-dashboard",
  3. "version": "3.2.0",
  4. "description": "A set of dashboard nodes for Node-RED",
  5. "keywords": [
  6. "node-red"
  7. ],
  8. "scripts": {
  9. "test": "echo \"Error: no test specified\" && exit 1",
  10. "prepare": "node fixfa.js"
  11. },
  12. "contributors": [
  13. {
  14. "name": "Andrei Tatar"
  15. },
  16. {
  17. "name": "Dave Conway-Jones"
  18. },
  19. {
  20. "name": "Joe Pavitt"
  21. },
  22. {
  23. "name": "Nick O'Leary"
  24. },
  25. {
  26. "name": "Dan Cunnington"
  27. },
  28. {
  29. "name": "Laurence Stant"
  30. },
  31. {
  32. "name": "Camille Boissel"
  33. },
  34. {
  35. "name": "Hiroyasu Nishiyama"
  36. },
  37. {
  38. "name": "Steve Rickus"
  39. },
  40. {
  41. "name": "Kazuhiro Ito"
  42. },
  43. {
  44. "name": "@fellinga"
  45. },
  46. {
  47. "name": "@petslane"
  48. },
  49. {
  50. "name": "@hotNipi"
  51. },
  52. {
  53. "name": "@Steve-Mcl"
  54. }
  55. ],
  56. "license": "Apache-2.0",
  57. "repository": {
  58. "type": "git",
  59. "url": "https://github.com/node-red/node-red-dashboard.git"
  60. },
  61. "node-red": {
  62. "version": ">=1.0.0",
  63. "nodes": {
  64. "ui_base": "nodes/ui_base.js",
  65. "ui_button": "nodes/ui_button.js",
  66. "ui_dropdown": "nodes/ui_dropdown.js",
  67. "ui_switch": "nodes/ui_switch.js",
  68. "ui_slider": "nodes/ui_slider.js",
  69. "ui_numeric": "nodes/ui_numeric.js",
  70. "ui_text_input": "nodes/ui_text_input.js",
  71. "ui_date_picker": "nodes/ui_date_picker.js",
  72. "ui_colour_picker": "nodes/ui_colour_picker.js",
  73. "ui_form": "nodes/ui_form.js",
  74. "ui_text": "nodes/ui_text.js",
  75. "ui_gauge": "nodes/ui_gauge.js",
  76. "ui_chart": "nodes/ui_chart.js",
  77. "ui_audio": "nodes/ui_audio.js",
  78. "ui_toast": "nodes/ui_toast.js",
  79. "ui_ui_control": "nodes/ui_ui_control.js",
  80. "ui_template": "nodes/ui_template.js",
  81. "ui_link": "nodes/ui_link.js",
  82. "ui_tab": "nodes/ui_tab.js",
  83. "ui_group": "nodes/ui_group.js",
  84. "ui_spacer": "nodes/ui_spacer.js"
  85. }
  86. },
  87. "dependencies": {
  88. "compression": "^1.7.4",
  89. "gridstack": "^0.6.4",
  90. "serve-static": "^1.15.0",
  91. "socket.io": "^4.5.2"
  92. },
  93. "devDependencies": {
  94. "angular": "~1.8.3",
  95. "angular-animate": "~1.8.3",
  96. "angular-aria": "~1.8.3",
  97. "angular-chart.js": "^1.1.1",
  98. "angular-material": "~1.2.5",
  99. "angular-material-icons": "^0.7.1",
  100. "angular-messages": "~1.8.3",
  101. "angular-mocks": "~1.8.3",
  102. "angular-route": "~1.8.3",
  103. "angular-sanitize": "~1.8.3",
  104. "angular-touch": "~1.8.3",
  105. "angularjs-color-picker": "^3.4.8",
  106. "chart.js": "~2.3.0",
  107. "d3": "^3.5.17",
  108. "font-awesome": "^4.7.0",
  109. "gulp": "~4.0.2",
  110. "gulp-angular-templatecache": "~3.0.1",
  111. "gulp-clean-css": "^4.3.0",
  112. "gulp-concat": "^2.6.1",
  113. "gulp-concat-css": "^3.1.0",
  114. "gulp-debug": "^4.0.0",
  115. "gulp-eol": "^0.2.0",
  116. "gulp-header": "^2.0.9",
  117. "gulp-html-replace": "^1.6.2",
  118. "gulp-html-src": "^1.0.0",
  119. "gulp-htmlmin": "^5.0.1",
  120. "gulp-if": "^3.0.0",
  121. "gulp-jscs": "^4.1.0",
  122. "gulp-jshint": "^2.1.0",
  123. "gulp-manifest3": "^0.1.2",
  124. "gulp-rename": "^1.4.0",
  125. "gulp-replace": "^1.1.3",
  126. "gulp-sass": "^4.1.1",
  127. "gulp-uglify": "~3.0.2",
  128. "gulp-util": "^3.0.8",
  129. "jquery": "~3.6.1",
  130. "jshint": "~2.13.5",
  131. "justgage": "~1.4.3",
  132. "less": "^3.13.1",
  133. "material-design-icons-iconfont": "^6.7.0",
  134. "moment": "~2.29.4",
  135. "sprintf-js": "^1.1.2",
  136. "streamqueue": "~1.1.2",
  137. "svg-morpheus": "^0.3.0",
  138. "tinycolor2": "1.4.2",
  139. "weather-icons-lite": "^1.6.1"
  140. },
  141. "engines": {
  142. "node": ">=12"
  143. }
  144. }