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.

181 lines
4.9 KiB

  1. {
  2. "name": "wiki",
  3. "version": "1.0.0-beta.13",
  4. "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
  5. "main": "server.js",
  6. "scripts": {
  7. "start": "node wiki start",
  8. "stop": "node wiki stop",
  9. "restart": "node wiki restart",
  10. "build": "node fuse",
  11. "dev": "node fuse -d",
  12. "dev-configure": "node fuse -c",
  13. "test": "jest",
  14. "snyk-protect": "snyk protect",
  15. "__prepublish": "npm run snyk-protect"
  16. },
  17. "bin": {
  18. "wiki": "wiki.js"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/Requarks/wiki.git"
  23. },
  24. "keywords": [
  25. "wiki",
  26. "wikis",
  27. "docs",
  28. "documentation",
  29. "markdown",
  30. "guides"
  31. ],
  32. "author": "Nicolas Giard",
  33. "license": "AGPL-3.0",
  34. "bugs": {
  35. "url": "https://github.com/Requarks/wiki/issues"
  36. },
  37. "homepage": "https://github.com/Requarks/wiki#readme",
  38. "engines": {
  39. "node": ">=4.6"
  40. },
  41. "dependencies": {
  42. "auto-load": "~2.1.0",
  43. "axios": "~0.16.2",
  44. "bcryptjs-then": "~1.0.1",
  45. "bluebird": "~3.5.0",
  46. "body-parser": "~1.17.2",
  47. "bunyan": "~1.8.10",
  48. "cheerio": "~1.0.0-rc.1",
  49. "child-process-promise": "~2.2.1",
  50. "chokidar": "~1.7.0",
  51. "compression": "~1.6.2",
  52. "connect-flash": "~0.1.1",
  53. "connect-mongo": "~1.3.2",
  54. "cookie-parser": "~1.4.3",
  55. "cron": "~1.2.1",
  56. "diff2html": "~2.3.0",
  57. "execa": "~0.7.0",
  58. "express": "~4.15.3",
  59. "express-brute": "1.0.1",
  60. "express-brute-mongoose": "~0.0.9",
  61. "express-session": "~1.15.3",
  62. "file-type": "^5.2.0",
  63. "filesize.js": "~1.0.2",
  64. "follow-redirects": "~1.2.4",
  65. "fs-extra": "~3.0.1",
  66. "git-wrapper2-promise": "~0.2.9",
  67. "highlight.js": "~9.12.0",
  68. "i18next": "~8.4.1",
  69. "i18next-express-middleware": "~1.0.5",
  70. "i18next-node-fs-backend": "~1.0.0",
  71. "image-size": "~0.6.0",
  72. "jimp": "~0.2.28",
  73. "js-yaml": "~3.8.4",
  74. "jsonwebtoken": "~7.4.1",
  75. "klaw": "~2.0.0",
  76. "levelup": "~1.3.8",
  77. "lodash": "~4.17.4",
  78. "markdown-it": "~8.3.1",
  79. "markdown-it-abbr": "~1.0.4",
  80. "markdown-it-anchor": "~4.0.0",
  81. "markdown-it-attrs": "~0.9.0",
  82. "markdown-it-emoji": "~1.4.0",
  83. "markdown-it-expand-tabs": "~1.0.12",
  84. "markdown-it-external-links": "0.0.6",
  85. "markdown-it-footnote": "~3.0.1",
  86. "markdown-it-mathjax": "~2.0.0",
  87. "markdown-it-task-lists": "~2.0.1",
  88. "mathjax-node": "~1.1.0",
  89. "memdown": "~1.2.4",
  90. "mime-types": "~2.1.15",
  91. "moment": "~2.18.1",
  92. "moment-timezone": "~0.5.13",
  93. "mongodb": "~2.2.29",
  94. "mongoose": "4.10.8",
  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.3.2",
  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. "pm2": "~2.5.0",
  110. "pug": "~2.0.0-rc.2",
  111. "read-chunk": "~2.0.0",
  112. "remove-markdown": "~0.2.0",
  113. "request": "~2.81.0",
  114. "search-index-adder": "~0.3.5",
  115. "search-index-searcher": "~0.2.5",
  116. "semver": "~5.3.0",
  117. "serve-favicon": "~2.4.3",
  118. "simplemde": "~1.11.2",
  119. "socket.io": "~2.0.2",
  120. "stopword": "~0.1.6",
  121. "stream-to-promise": "~2.2.0",
  122. "tar": "~3.1.5",
  123. "through2": "~2.0.3",
  124. "validator": "~7.2.0",
  125. "validator-as-promised": "~1.0.2",
  126. "winston": "~2.3.1",
  127. "yargs": "~8.0.1"
  128. },
  129. "devDependencies": {
  130. "@glimpse/glimpse": "~0.21.5",
  131. "@panter/vue-i18next": "~0.5.0",
  132. "babel-cli": "~6.24.1",
  133. "babel-jest": "~20.0.3",
  134. "babel-preset-es2015": "~6.24.1",
  135. "brace": "~0.10.0",
  136. "colors": "~1.1.2",
  137. "consolidate": "~0.14.5",
  138. "eslint": "~4.1.1",
  139. "eslint-config-standard": "~10.2.1",
  140. "eslint-plugin-import": "~2.6.1",
  141. "eslint-plugin-node": "~5.1.0",
  142. "eslint-plugin-promise": "~3.5.0",
  143. "eslint-plugin-standard": "~3.0.1",
  144. "fuse-box": "~2.1.0",
  145. "i18next-xhr-backend": "~1.4.2",
  146. "jest": "~20.0.4",
  147. "jquery": "~3.2.1",
  148. "jquery-contextmenu": "~2.5.0",
  149. "jquery-simple-upload": "~1.0.0",
  150. "jquery-smooth-scroll": "~2.2.0",
  151. "jquery-sticky": "~1.0.4",
  152. "lodash-cli": "~4.17.4",
  153. "lodash-es": "~4.17.4",
  154. "mathjax": "~2.7.1",
  155. "node-sass": "~4.5.3",
  156. "nodemon": "~1.11.0",
  157. "pug-lint": "~2.4.0",
  158. "snyk": "~1.36.2",
  159. "twemoji-awesome": "~1.0.6",
  160. "typescript": "~2.4.1",
  161. "uglify-es": "~3.0.22",
  162. "uglify-js": "~3.0.22",
  163. "vee-validate": "~2.0.0-rc.6",
  164. "vue": "~2.3.4",
  165. "vue-clipboards": "~1.0.2",
  166. "vue-lodash": "~1.0.3",
  167. "vue-resource": "~1.3.4",
  168. "vue-template-compiler": "~2.3.4",
  169. "vue-template-es2015-compiler": "~1.5.3",
  170. "vuex": "~2.3.1"
  171. },
  172. "jest": {
  173. "collectCoverage": false,
  174. "testMatch": [
  175. "**/test/**/*.js?(x)",
  176. "**/?(*.)(spec|test).js?(x)"
  177. ],
  178. "verbose": true
  179. },
  180. "snyk": true
  181. }