package.json 7.2 KB

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