package.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. {
  2. "name": "wiki-server",
  3. "version": "3.0.0",
  4. "releaseDate": "2023-01-01T01:01:01.000Z",
  5. "description": "The most powerful and extensible open source Wiki software",
  6. "main": "index.mjs",
  7. "type": "module",
  8. "private": true,
  9. "dev": true,
  10. "scripts": {
  11. "start": "cd .. && node server",
  12. "dev": "cd .. && nodemon server --watch server --ext mjs,js,json,graphql,gql"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/Requarks/wiki.git"
  17. },
  18. "keywords": [
  19. "wiki",
  20. "wikis",
  21. "docs",
  22. "documentation",
  23. "markdown",
  24. "guides",
  25. "knowledge base"
  26. ],
  27. "author": "Nicolas Giard",
  28. "license": "AGPL-3.0",
  29. "bugs": {
  30. "url": "https://github.com/Requarks/wiki/issues"
  31. },
  32. "homepage": "https://github.com/Requarks/wiki#readme",
  33. "engines": {
  34. "node": ">=18.0"
  35. },
  36. "dependencies": {
  37. "@azure/storage-blob": "12.13.0",
  38. "@exlinc/keycloak-passport": "1.0.2",
  39. "@graphql-tools/schema": "9.0.17",
  40. "@graphql-tools/utils": "9.2.1",
  41. "@joplin/turndown-plugin-gfm": "1.0.47",
  42. "@root/csr": "0.8.1",
  43. "@root/keypairs": "0.10.3",
  44. "@root/pem": "1.0.4",
  45. "acme": "3.0.3",
  46. "akismet-api": "6.0.0",
  47. "apollo-fetch": "0.7.0",
  48. "apollo-server": "3.6.7",
  49. "apollo-server-express": "3.6.7",
  50. "auto-load": "3.0.4",
  51. "aws-sdk": "2.1353.0",
  52. "bcryptjs": "2.4.3",
  53. "body-parser": "1.20.2",
  54. "chalk": "5.2.0",
  55. "cheerio": "1.0.0-rc.12",
  56. "chokidar": "3.5.3",
  57. "chromium-pickle-js": "0.2.0",
  58. "clean-css": "5.3.2",
  59. "command-exists": "1.2.9",
  60. "compression": "1.7.4",
  61. "connect-session-knex": "3.0.1",
  62. "cookie-parser": "1.4.6",
  63. "cors": "2.8.5",
  64. "cron-parser": "4.8.1",
  65. "cuint": "0.2.2",
  66. "custom-error-instance": "2.1.2",
  67. "dependency-graph": "0.11.0",
  68. "diff": "5.1.0",
  69. "diff2html": "3.4.34",
  70. "dompurify": "3.0.1",
  71. "dotize": "0.3.0",
  72. "emoji-regex": "10.2.1",
  73. "eventemitter2": "6.4.9",
  74. "express": "4.18.2",
  75. "express-brute": "1.0.1",
  76. "express-session": "1.17.3",
  77. "file-type": "18.2.1",
  78. "filesize": "10.0.7",
  79. "fs-extra": "11.1.1",
  80. "getos": "3.2.1",
  81. "graphql": "16.6.0",
  82. "graphql-list-fields": "2.0.2",
  83. "graphql-rate-limit-directive": "2.0.3",
  84. "graphql-tools": "8.3.19",
  85. "graphql-upload": "16.0.2",
  86. "he": "1.2.0",
  87. "highlight.js": "11.7.0",
  88. "i18next": "22.4.14",
  89. "i18next-node-fs-backend": "2.1.3",
  90. "image-size": "1.0.2",
  91. "js-base64": "3.7.5",
  92. "js-binary": "1.2.0",
  93. "js-yaml": "4.1.0",
  94. "jsdom": "21.1.1",
  95. "jsonwebtoken": "9.0.0",
  96. "katex": "0.16.4",
  97. "klaw": "4.1.0",
  98. "knex": "2.4.2",
  99. "lodash": "4.17.21",
  100. "lodash-es": "4.17.21",
  101. "luxon": "3.3.0",
  102. "markdown-it": "13.0.1",
  103. "markdown-it-abbr": "1.0.4",
  104. "markdown-it-attrs": "4.1.6",
  105. "markdown-it-decorate": "1.2.2",
  106. "markdown-it-emoji": "2.0.2",
  107. "markdown-it-expand-tabs": "1.0.13",
  108. "markdown-it-footnote": "3.0.3",
  109. "markdown-it-imsize": "2.0.1",
  110. "markdown-it-mark": "3.0.1",
  111. "markdown-it-multimd-table": "4.2.1",
  112. "markdown-it-sub": "1.0.0",
  113. "markdown-it-sup": "1.0.0",
  114. "markdown-it-task-lists": "2.1.1",
  115. "mathjax": "3.2.2",
  116. "mime-types": "2.1.35",
  117. "ms": "2.1.3",
  118. "multer": "1.4.4",
  119. "nanoid": "4.0.2",
  120. "node-2fa": "2.0.3",
  121. "node-cache": "5.1.2",
  122. "nodemailer": "6.9.1",
  123. "objection": "3.0.1",
  124. "passport": "0.6.0",
  125. "passport-auth0": "1.4.3",
  126. "passport-azure-ad": "4.3.4",
  127. "passport-cas": "0.1.1",
  128. "passport-discord": "0.1.4",
  129. "passport-dropbox-oauth2": "1.1.0",
  130. "passport-facebook": "3.0.0",
  131. "passport-github2": "0.1.12",
  132. "passport-gitlab2": "5.0.0",
  133. "passport-google-oauth20": "2.0.0",
  134. "passport-jwt": "4.0.1",
  135. "passport-ldapauth": "3.0.1",
  136. "passport-local": "1.0.0",
  137. "passport-microsoft": "1.0.0",
  138. "passport-oauth2": "1.7.0",
  139. "passport-okta-oauth": "0.0.1",
  140. "passport-openidconnect": "0.1.1",
  141. "passport-saml": "3.2.1",
  142. "passport-slack-oauth2": "1.1.1",
  143. "passport-twitch-strategy": "2.2.0",
  144. "pem-jwk": "2.0.0",
  145. "pg": "8.10.0",
  146. "pg-hstore": "2.3.4",
  147. "pg-pubsub": "0.8.1",
  148. "pg-query-stream": "4.4.0",
  149. "pg-tsquery": "8.4.1",
  150. "poolifier": "2.4.4",
  151. "punycode": "2.3.0",
  152. "puppeteer-core": "19.8.5",
  153. "qr-image": "3.2.0",
  154. "rate-limiter-flexible": "2.4.1",
  155. "remove-markdown": "0.5.0",
  156. "request": "2.88.2",
  157. "request-promise": "4.2.6",
  158. "safe-regex": "2.1.1",
  159. "sanitize-filename": "1.6.3",
  160. "scim-query-filter-parser": "2.0.4",
  161. "semver": "7.3.8",
  162. "serve-favicon": "2.5.0",
  163. "sharp": "0.32.0",
  164. "simple-git": "3.17.0",
  165. "socket.io": "4.6.1",
  166. "ssh2": "1.11.0",
  167. "ssh2-promise": "1.0.3",
  168. "striptags": "3.2.0",
  169. "tar-fs": "2.1.1",
  170. "turndown": "7.1.2",
  171. "twemoji": "14.0.2",
  172. "uslug": "1.0.4",
  173. "uuid": "9.0.0",
  174. "validate.js": "0.13.1",
  175. "xss": "1.0.14",
  176. "yargs": "17.7.1"
  177. },
  178. "devDependencies": {
  179. "eslint": "8.38.0",
  180. "eslint-config-requarks": "1.0.7",
  181. "eslint-config-standard": "17.0.0",
  182. "eslint-plugin-import": "2.27.5",
  183. "eslint-plugin-node": "11.1.0",
  184. "eslint-plugin-promise": "6.1.1",
  185. "eslint-plugin-standard": "4.1.0",
  186. "nodemon": "2.0.22"
  187. },
  188. "collective": {
  189. "type": "opencollective",
  190. "url": "https://opencollective.com/wikijs",
  191. "logo": "https://opencollective.com/opencollective/logo.txt"
  192. }
  193. }