package.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. {
  2. "name": "@growi/app",
  3. "version": "0.9.0-RC",
  4. "license": "MIT",
  5. "scripts": {
  6. "build": "cd ../../ && env-cmd -f config/env.prod.js webpack --config config/webpack.prod.js --profile --bail"
  7. },
  8. "// comments for dependencies": {
  9. "openid-client": "Node.js 12 or higher is required for openid-client@3 and above.",
  10. "string-width": "5.0.0 or above uses ESM."
  11. },
  12. "dependencies": {
  13. "@google-cloud/storage": "^5.8.5",
  14. "@growi/slack": "^0.9.0-RC",
  15. "@kobalab/socket.io-session": "^1.0.3",
  16. "@promster/express": "^5.0.1",
  17. "@promster/server": "^6.0.0",
  18. "@slack/events-api": "^3.0.0",
  19. "@slack/web-api": "^6.2.3",
  20. "@slack/webhook": "^6.0.0",
  21. "JSONStream": "^1.3.5",
  22. "archiver": "^5.3.0",
  23. "array.prototype.flatmap": "^1.2.2",
  24. "async-canvas-to-blob": "^1.0.3",
  25. "aws-sdk": "^2.88.0",
  26. "axios": "^0.21.1",
  27. "body-parser": "^1.18.2",
  28. "browser-bunyan": "^1.6.3",
  29. "bunyan": "^1.8.15",
  30. "bunyan-format": "^0.2.1",
  31. "check-node-version": "^4.1.0",
  32. "connect-flash": "~0.1.1",
  33. "connect-mongo": "^4.4.1",
  34. "connect-redis": "^4.0.4",
  35. "cookie-parser": "^1.4.5",
  36. "cross-env": "^7.0.0",
  37. "csrf": "^3.1.0",
  38. "date-fns": "^2.0.0",
  39. "detect-indent": "^6.0.0",
  40. "diff": "^5.0.0",
  41. "elasticsearch": "^16.0.0",
  42. "entities": "^2.0.0",
  43. "env-cmd": "^10.0.1",
  44. "esa-nodejs": "^0.0.7",
  45. "escape-string-regexp": "^2.0.0",
  46. "express": "^4.16.1",
  47. "express-bunyan-logger": "^1.3.3",
  48. "express-form": "~0.12.0",
  49. "express-mongo-sanitize": "^2.1.0",
  50. "express-session": "^1.16.1",
  51. "express-validator": "^6.1.1",
  52. "express-webpack-assets": "^0.1.0",
  53. "graceful-fs": "^4.1.11",
  54. "growi-commons": "^5.0.4",
  55. "growi-plugin-attachment-refs": "^2.0.1",
  56. "growi-plugin-lsx": "^4.0.2",
  57. "growi-plugin-pukiwiki-like-linker": "^3.1.0",
  58. "helmet": "^3.13.0",
  59. "i18next": "^20.3.2",
  60. "i18next-express-middleware": "^2.0.0",
  61. "i18next-node-fs-backend": "^2.1.0",
  62. "i18next-sprintf-postprocessor": "^0.2.2",
  63. "is-iso-date": "^0.0.1",
  64. "lucene-query-parser": "^1.2.0",
  65. "md5": "^2.2.1",
  66. "method-override": "^3.0.0",
  67. "migrate-mongo": "^8.2.2",
  68. "mkdirp": "^1.0.3",
  69. "module-alias": "^2.0.6",
  70. "mongoose": "5.12.13",
  71. "mongoose-gridfs": "^1.2.42",
  72. "mongoose-paginate-v2": "^1.3.9",
  73. "mongoose-unique-validator": "^2.0.3",
  74. "multer": "~1.4.0",
  75. "multer-autoreap": "^1.0.3",
  76. "nodemailer": "^6.6.2",
  77. "nodemailer-ses-transport": "~1.5.0",
  78. "npm-run-all": "^4.1.2",
  79. "openid-client": "=2.5.0",
  80. "package-installed-version-sync": "^2.1.0",
  81. "passport": "^0.4.0",
  82. "passport-github": "^1.1.0",
  83. "passport-google-oauth20": "^2.0.0",
  84. "passport-http": "^0.3.0",
  85. "passport-ldapauth": "^2.0.0",
  86. "passport-local": "^1.0.0",
  87. "passport-saml": "^1.0.0",
  88. "passport-twitter": "^1.0.4",
  89. "prom-client": "^13.0.0",
  90. "react-card-flip": "^1.0.10",
  91. "react-image-crop": "^8.3.0",
  92. "reconnecting-websocket": "^4.4.0",
  93. "redis": "^3.0.2",
  94. "rimraf": "^3.0.0",
  95. "socket.io": "^2.3.0",
  96. "stream-to-promise": "^3.0.0",
  97. "string-width": "=4.2.2",
  98. "swig-templates": "^2.0.2",
  99. "uglifycss": "^0.0.29",
  100. "universal-bunyan": "^0.9.2",
  101. "unzipper": "^0.10.5",
  102. "url-join": "^4.0.0",
  103. "validator": "^13.6.0",
  104. "ws": "^7.4.6",
  105. "xss": "^1.0.6"
  106. },
  107. "// comments for defDependencies": {
  108. "@handsontable/react": "v3 requires handsontable >= 7.0.0.",
  109. "handsontable": "v7.0.0 or above is no loger MIT lisence."
  110. },
  111. "devDependencies": {
  112. "@alienfast/i18next-loader": "^1.0.16",
  113. "@atlaskit/drawer": "^5.3.7",
  114. "@atlaskit/navigation-next": "^8.0.5",
  115. "@babel/core": "^7.4.5",
  116. "@babel/plugin-proposal-class-properties": "^7.8.3",
  117. "@babel/plugin-proposal-optional-chaining": "^7.9.0",
  118. "@babel/polyfill": "^7.4.4",
  119. "@babel/preset-env": "^7.4.5",
  120. "@babel/preset-react": "^7.0.0",
  121. "@handsontable/react": "=2.1.0",
  122. "@types/compression": "^1.7.0",
  123. "@types/express": "^4.17.11",
  124. "@types/multer": "^1.4.5",
  125. "@types/node": "^14.14.35",
  126. "autoprefixer": "^9.0.0",
  127. "babel-eslint": "^10.0.1",
  128. "babel-loader": "^8.0.6",
  129. "babel-plugin-lodash": "^3.3.4",
  130. "babel-plugin-transform-imports": "^2.0.0",
  131. "bootstrap": "^4.5.0",
  132. "browser-bunyan": "^1.6.3",
  133. "browser-sync": "^2.26.3",
  134. "bunyan-debug": "^2.0.0",
  135. "cli": "~1.0.1",
  136. "codemirror": "^5.48.4",
  137. "colors": "^1.2.5",
  138. "connect-browser-sync": "^2.1.0",
  139. "core-js": "=2.6.9",
  140. "css-loader": "^3.0.0",
  141. "csv-to-markdown-table": "^1.0.1",
  142. "diff2html": "^3.1.2",
  143. "eazy-logger": "^3.0.2",
  144. "eslint": "^6.0.1",
  145. "eslint-config-weseek": "^1.0.8",
  146. "eslint-plugin-import": "^2.18.0",
  147. "eslint-plugin-jest": "^23.0.3",
  148. "eslint-plugin-react": "^7.14.2",
  149. "eslint-plugin-react-hooks": "^4.0.4",
  150. "file-loader": "^5.0.2",
  151. "handsontable": "=6.2.2",
  152. "hard-source-webpack-plugin": "^0.13.1",
  153. "i18next-browser-languagedetector": "^4.0.1",
  154. "imports-loader": "^0.8.0",
  155. "jest": "^25.1.0",
  156. "jest-date-mock": "^1.0.8",
  157. "jquery-slimscroll": "^1.3.8",
  158. "jquery-ui": "^1.12.1",
  159. "jquery.cookie": "~1.4.1",
  160. "load-css-file": "^1.0.0",
  161. "lodash-webpack-plugin": "^0.11.5",
  162. "markdown-it": "^10.0.0",
  163. "markdown-it-blockdiag": "^1.1.1",
  164. "markdown-it-drawio-viewer": "^1.3.1",
  165. "markdown-it-emoji": "^1.4.0",
  166. "markdown-it-footnote": "^3.0.1",
  167. "markdown-it-mathjax": "^2.0.0",
  168. "markdown-it-named-headers": "^0.0.4",
  169. "markdown-it-plantuml": "^1.3.0",
  170. "markdown-it-task-checkbox": "^1.0.6",
  171. "markdown-it-toc-and-anchor-with-slugid": "^1.1.4",
  172. "markdown-table": "^1.1.1",
  173. "mini-css-extract-plugin": "^0.9.0",
  174. "morgan": "^1.9.0",
  175. "node-dev": "^4.0.0",
  176. "node-sass": "^4.14.1",
  177. "normalize-path": "^3.0.0",
  178. "null-loader": "^3.0.0",
  179. "on-headers": "^1.0.1",
  180. "optimize-css-assets-webpack-plugin": "^5.0.3",
  181. "penpal": "^4.0.0",
  182. "plantuml-encoder": "^1.2.5",
  183. "postcss-loader": "^3.0.0",
  184. "prettier": "^1.19.1",
  185. "react": "^16.8.3",
  186. "react-bootstrap-typeahead": "^3.4.7",
  187. "react-codemirror2": "^6.0.0",
  188. "react-copy-to-clipboard": "^5.0.1",
  189. "react-dom": "^16.8.3",
  190. "react-dropzone": "^11.2.4",
  191. "react-frame-component": "^4.0.0",
  192. "react-hotkeys": "^2.0.0",
  193. "react-i18next": "^11.1.0",
  194. "react-images": "1.0.0",
  195. "react-motion": "^0.5.2",
  196. "react-waypoint": "^9.0.0",
  197. "reactstrap": "^8.9.0",
  198. "replacestream": "^4.0.3",
  199. "reveal.js": "^3.5.0",
  200. "rs-i18n": "^0.0.9",
  201. "sass-loader": "^8.0.0",
  202. "simple-load-script": "^1.0.2",
  203. "socket.io-client": "^2.3.0",
  204. "sticky-events": "^3.1.3",
  205. "style-loader": "^1.0.0",
  206. "styled-components": "^5.0.1",
  207. "stylelint": "^13.2.0",
  208. "stylelint-config-recess-order": "^2.0.1",
  209. "swagger-jsdoc": "^3.4.0",
  210. "swagger2openapi": "^5.3.1",
  211. "terser-webpack-plugin": "^4.1.0",
  212. "throttle-debounce": "^2.0.0",
  213. "toastr": "^2.1.2",
  214. "unstated": "^2.1.1",
  215. "webpack": "^4.39.3",
  216. "webpack-assets-manifest": "^3.1.1",
  217. "webpack-bundle-analyzer": "^3.0.2",
  218. "webpack-cli": "^3.3.7",
  219. "webpack-merge": "^4.2.2"
  220. }
  221. }