package.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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.js",
  7. "private": true,
  8. "dev": true,
  9. "scripts": {
  10. "start": "cd .. && node server",
  11. "dev": "cd .. && nodemon server"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/Requarks/wiki.git"
  16. },
  17. "keywords": [
  18. "wiki",
  19. "wikis",
  20. "docs",
  21. "documentation",
  22. "markdown",
  23. "guides",
  24. "knowledge base"
  25. ],
  26. "author": "Nicolas Giard",
  27. "license": "AGPL-3.0",
  28. "bugs": {
  29. "url": "https://github.com/Requarks/wiki/issues"
  30. },
  31. "homepage": "https://github.com/Requarks/wiki#readme",
  32. "engines": {
  33. "node": ">=18.0"
  34. },
  35. "dependencies": {
  36. "@azure/storage-blob": "12.11.0",
  37. "@exlinc/keycloak-passport": "1.0.2",
  38. "@graphql-tools/schema": "8.3.7",
  39. "@graphql-tools/utils": "8.6.6",
  40. "@joplin/turndown-plugin-gfm": "1.0.44",
  41. "@root/csr": "0.8.1",
  42. "@root/keypairs": "0.10.3",
  43. "@root/pem": "1.0.4",
  44. "acme": "3.0.3",
  45. "akismet-api": "5.3.0",
  46. "apollo-fetch": "0.7.0",
  47. "apollo-server": "3.6.7",
  48. "apollo-server-express": "3.6.7",
  49. "auto-load": "3.0.4",
  50. "aws-sdk": "2.1208.0",
  51. "bcryptjs-then": "1.0.1",
  52. "body-parser": "1.20.0",
  53. "chalk": "4.1.2",
  54. "cheerio": "1.0.0-rc.12",
  55. "chokidar": "3.5.3",
  56. "chromium-pickle-js": "0.2.0",
  57. "clean-css": "4.2.3",
  58. "command-exists": "1.2.9",
  59. "compression": "1.7.4",
  60. "connect-session-knex": "3.0.0",
  61. "cookie-parser": "1.4.6",
  62. "cors": "2.8.5",
  63. "cron-parser": "4.6.0",
  64. "cuint": "0.2.2",
  65. "custom-error-instance": "2.1.2",
  66. "dependency-graph": "0.9.0",
  67. "diff": "4.0.2",
  68. "diff2html": "3.1.14",
  69. "dompurify": "2.4.0",
  70. "dotize": "0.3.0",
  71. "emoji-regex": "10.1.0",
  72. "eventemitter2": "6.4.7",
  73. "express": "4.18.1",
  74. "express-brute": "1.0.1",
  75. "express-session": "1.17.3",
  76. "file-type": "15.0.1",
  77. "filesize": "6.1.0",
  78. "fs-extra": "9.0.1",
  79. "getos": "3.2.1",
  80. "graphql": "16.3.0",
  81. "graphql-list-fields": "2.0.2",
  82. "graphql-rate-limit-directive": "2.0.2",
  83. "graphql-tools": "8.2.5",
  84. "graphql-upload": "13.0.0",
  85. "he": "1.2.0",
  86. "highlight.js": "10.3.1",
  87. "i18next": "19.8.3",
  88. "i18next-node-fs-backend": "2.1.3",
  89. "image-size": "0.9.2",
  90. "js-base64": "3.7.2",
  91. "js-binary": "1.2.0",
  92. "js-yaml": "4.1.0",
  93. "jsdom": "16.4.0",
  94. "jsonwebtoken": "8.5.1",
  95. "katex": "0.12.0",
  96. "klaw": "4.0.1",
  97. "knex": "2.3.0",
  98. "lodash": "4.17.21",
  99. "luxon": "2.3.1",
  100. "markdown-it": "11.0.1",
  101. "markdown-it-abbr": "1.0.4",
  102. "markdown-it-attrs": "3.0.3",
  103. "markdown-it-emoji": "1.4.0",
  104. "markdown-it-expand-tabs": "1.0.13",
  105. "markdown-it-external-links": "0.0.6",
  106. "markdown-it-footnote": "3.0.3",
  107. "markdown-it-imsize": "2.0.1",
  108. "markdown-it-mark": "3.0.1",
  109. "markdown-it-mathjax": "2.0.0",
  110. "markdown-it-multimd-table": "4.0.3",
  111. "markdown-it-sub": "1.0.0",
  112. "markdown-it-sup": "1.0.0",
  113. "markdown-it-task-lists": "2.1.1",
  114. "mathjax": "3.1.2",
  115. "mime-types": "2.1.35",
  116. "moment": "2.29.2",
  117. "moment-timezone": "0.5.31",
  118. "ms": "2.1.3",
  119. "multer": "1.4.4",
  120. "nanoid": "3.3.2",
  121. "node-2fa": "1.1.2",
  122. "node-cache": "5.1.2",
  123. "nodemailer": "6.7.8",
  124. "objection": "3.0.1",
  125. "passport": "0.6.0",
  126. "passport-auth0": "1.4.3",
  127. "passport-azure-ad": "4.3.4",
  128. "passport-cas": "0.1.1",
  129. "passport-discord": "0.1.4",
  130. "passport-dropbox-oauth2": "1.1.0",
  131. "passport-facebook": "3.0.0",
  132. "passport-github2": "0.1.12",
  133. "passport-gitlab2": "5.0.0",
  134. "passport-google-oauth20": "2.0.0",
  135. "passport-jwt": "4.0.0",
  136. "passport-ldapauth": "3.0.1",
  137. "passport-local": "1.0.0",
  138. "passport-microsoft": "1.0.0",
  139. "passport-oauth2": "1.6.1",
  140. "passport-okta-oauth": "0.0.1",
  141. "passport-openidconnect": "0.1.1",
  142. "passport-saml": "3.2.1",
  143. "passport-slack-oauth2": "1.1.1",
  144. "passport-twitch-strategy": "2.2.0",
  145. "pem-jwk": "2.0.0",
  146. "pg": "8.8.0",
  147. "pg-hstore": "2.3.4",
  148. "pg-pubsub": "0.8.0",
  149. "pg-query-stream": "4.2.4",
  150. "pg-tsquery": "8.4.0",
  151. "poolifier": "2.2.0",
  152. "pug": "3.0.2",
  153. "punycode": "2.1.1",
  154. "puppeteer-core": "17.1.3",
  155. "qr-image": "3.2.0",
  156. "rate-limiter-flexible": "2.3.8",
  157. "remove-markdown": "0.3.0",
  158. "request": "2.88.2",
  159. "request-promise": "4.2.6",
  160. "safe-regex": "2.1.1",
  161. "sanitize-filename": "1.6.3",
  162. "scim-query-filter-parser": "2.0.4",
  163. "semver": "7.3.7",
  164. "serve-favicon": "2.5.0",
  165. "sharp": "0.31.0",
  166. "simple-git": "2.21.0",
  167. "socket.io": "4.5.2",
  168. "ssh2": "1.9.0",
  169. "ssh2-promise": "1.0.2",
  170. "striptags": "3.2.0",
  171. "tar-fs": "2.1.1",
  172. "turndown": "7.1.1",
  173. "twemoji": "13.1.0",
  174. "uslug": "1.0.4",
  175. "uuid": "8.3.2",
  176. "validate.js": "0.13.1",
  177. "xss": "1.0.14",
  178. "yargs": "16.1.0"
  179. },
  180. "devDependencies": {
  181. "eslint": "7.12.0",
  182. "eslint-config-requarks": "1.0.7",
  183. "eslint-config-standard": "15.0.0",
  184. "eslint-plugin-import": "2.22.1",
  185. "eslint-plugin-node": "11.1.0",
  186. "eslint-plugin-promise": "4.2.1",
  187. "eslint-plugin-standard": "4.0.2",
  188. "nodemon": "2.0.15"
  189. },
  190. "collective": {
  191. "type": "opencollective",
  192. "url": "https://opencollective.com/wikijs",
  193. "logo": "https://opencollective.com/opencollective/logo.txt"
  194. },
  195. "nodemonConfig": {
  196. "env": {
  197. "NODE_ENV": "development"
  198. },
  199. "ext": "js,json,graphql,gql",
  200. "watch": [
  201. "server"
  202. ]
  203. }
  204. }