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.

182 lines
4.9 KiB

  1. {
  2. "name": "wiki",
  3. "version": "1.0.5",
  4. "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
  5. "main": "wiki.js",
  6. "scripts": {
  7. "start": "node wiki start",
  8. "stop": "node wiki stop",
  9. "restart": "node wiki restart",
  10. "build": "node tools/fuse",
  11. "dev": "node tools/fuse -d",
  12. "dev-configure": "node tools/fuse -c",
  13. "test": "jest"
  14. },
  15. "bin": {
  16. "wiki": "wiki.js"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/Requarks/wiki.git"
  21. },
  22. "keywords": [
  23. "wiki",
  24. "wikis",
  25. "docs",
  26. "documentation",
  27. "markdown",
  28. "guides"
  29. ],
  30. "author": "Nicolas Giard",
  31. "license": "AGPL-3.0",
  32. "bugs": {
  33. "url": "https://github.com/Requarks/wiki/issues"
  34. },
  35. "homepage": "https://github.com/Requarks/wiki#readme",
  36. "engines": {
  37. "node": ">=6.11.1"
  38. },
  39. "dependencies": {
  40. "apollo-server-express": "1.1.2",
  41. "auto-load": "3.0.0",
  42. "axios": "0.16.2",
  43. "bcryptjs-then": "1.0.1",
  44. "bluebird": "3.5.0",
  45. "body-parser": "1.18.0",
  46. "bull": "3.1.0",
  47. "bunyan": "1.8.12",
  48. "cheerio": "1.0.0-rc.2",
  49. "child-process-promise": "2.2.1",
  50. "chokidar": "1.7.0",
  51. "compression": "1.7.0",
  52. "connect-flash": "0.1.1",
  53. "connect-redis": "3.3.0",
  54. "cookie-parser": "1.4.3",
  55. "diff2html": "2.3.0",
  56. "execa": "0.8.0",
  57. "express": "4.15.4",
  58. "express-brute": "1.0.1",
  59. "express-brute-redis": "0.0.1",
  60. "express-session": "1.15.5",
  61. "file-type": "6.1.0",
  62. "filesize.js": "1.0.2",
  63. "follow-redirects": "1.2.4",
  64. "fs-extra": "4.0.1",
  65. "git-wrapper2-promise": "0.2.9",
  66. "graphql": "0.11.3",
  67. "graphql-tools": "1.2.2",
  68. "highlight.js": "9.12.0",
  69. "i18next": "9.0.0",
  70. "i18next-express-middleware": "1.0.5",
  71. "i18next-node-fs-backend": "1.0.0",
  72. "image-size": "0.6.1",
  73. "ioredis": "3.1.4",
  74. "jimp": "0.2.28",
  75. "js-yaml": "3.9.1",
  76. "jsonwebtoken": "8.0.0",
  77. "klaw": "2.1.0",
  78. "levelup": "1.3.9",
  79. "lodash": "4.17.4",
  80. "markdown-it": "8.4.0",
  81. "markdown-it-abbr": "1.0.4",
  82. "markdown-it-anchor": "4.0.0",
  83. "markdown-it-attrs": "1.1.0",
  84. "markdown-it-emoji": "1.4.0",
  85. "markdown-it-expand-tabs": "1.0.12",
  86. "markdown-it-external-links": "0.0.6",
  87. "markdown-it-footnote": "3.0.1",
  88. "markdown-it-mathjax": "2.0.0",
  89. "markdown-it-task-lists": "2.0.1",
  90. "mathjax-node": "1.2.0",
  91. "memdown": "1.2.7",
  92. "mime-types": "2.1.17",
  93. "moment": "2.18.1",
  94. "moment-timezone": "0.5.13",
  95. "multer": "1.3.0",
  96. "node-2fa": "1.1.2",
  97. "node-graceful": "0.2.3",
  98. "ora": "1.3.0",
  99. "passport": "0.4.0",
  100. "passport-azure-ad-oauth2": "0.0.4",
  101. "passport-facebook": "2.1.1",
  102. "passport-github2": "0.1.10",
  103. "passport-google-oauth20": "1.0.0",
  104. "passport-ldapauth": "2.0.0",
  105. "passport-local": "1.0.0",
  106. "passport-slack": "0.0.7",
  107. "passport-windowslive": "1.0.2",
  108. "passport.socketio": "3.7.0",
  109. "pg": "7.3.0",
  110. "pg-hstore": "2.3.2",
  111. "pg-promise": "6.5.2",
  112. "pm2": "2.6.1",
  113. "pug": "2.0.0-rc.4",
  114. "read-chunk": "2.1.0",
  115. "remove-markdown": "0.2.2",
  116. "request": "2.81.0",
  117. "search-index-adder": "0.3.9",
  118. "search-index-searcher": "0.2.10",
  119. "semver": "5.4.1",
  120. "sequelize": "4.8.2",
  121. "serve-favicon": "2.4.3",
  122. "simplemde": "1.11.2",
  123. "socket.io": "2.0.3",
  124. "stopword": "0.1.7",
  125. "stream-to-promise": "2.2.0",
  126. "tar": "4.0.1",
  127. "through2": "2.0.3",
  128. "validator": "8.2.0",
  129. "validator-as-promised": "1.0.2",
  130. "winston": "2.3.1",
  131. "yargs": "8.0.2"
  132. },
  133. "devDependencies": {
  134. "@glimpse/glimpse": "0.22.15",
  135. "@panter/vue-i18next": "0.5.1",
  136. "babel-cli": "6.26.0",
  137. "babel-jest": "21.0.2",
  138. "babel-plugin-transform-object-assign": "6.22.0",
  139. "babel-preset-es2015": "6.24.1",
  140. "brace": "0.10.0",
  141. "colors": "1.1.2",
  142. "consolidate": "0.14.5",
  143. "eslint": "4.6.1",
  144. "eslint-config-standard": "10.2.1",
  145. "eslint-plugin-import": "2.7.0",
  146. "eslint-plugin-node": "5.1.1",
  147. "eslint-plugin-promise": "3.5.0",
  148. "eslint-plugin-standard": "3.0.1",
  149. "fuse-box": "^2.2.31",
  150. "i18next-xhr-backend": "1.4.2",
  151. "jest": "21.0.2",
  152. "jquery": "3.2.1",
  153. "jquery-contextmenu": "2.6.2",
  154. "jquery-simple-upload": "1.0.0",
  155. "jquery-smooth-scroll": "2.2.0",
  156. "jquery-sticky": "1.0.4",
  157. "lodash-cli": "4.17.4",
  158. "lodash-es": "4.17.4",
  159. "node-sass": "4.5.3",
  160. "nodemon": "1.12.0",
  161. "pug-lint": "2.5.0",
  162. "twemoji-awesome": "1.0.6",
  163. "typescript": "2.5.2",
  164. "uglify-es": "3.0.28",
  165. "vee-validate": "2.0.0-rc.14",
  166. "vue": "2.4.2",
  167. "vue-clipboards": "1.1.0",
  168. "vue-lodash": "1.0.3",
  169. "vue-resource": "1.3.4",
  170. "vue-template-compiler": "2.4.2",
  171. "vue-template-es2015-compiler": "1.5.3",
  172. "vuex": "2.4.0"
  173. },
  174. "jest": {
  175. "collectCoverage": false,
  176. "testMatch": [
  177. "**/test/**/*.js?(x)",
  178. "**/?(*.)(spec|test).js?(x)"
  179. ],
  180. "verbose": true
  181. }
  182. }