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.

199 lines
5.4 KiB

  1. {
  2. "name": "wiki",
  3. "version": "2.0.0",
  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. "test": "eslint --ext .js,.vue . && jest"
  13. },
  14. "bin": {
  15. "wiki": "wiki.js"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/Requarks/wiki.git"
  20. },
  21. "keywords": [
  22. "wiki",
  23. "wikis",
  24. "docs",
  25. "documentation",
  26. "markdown",
  27. "guides"
  28. ],
  29. "author": "Nicolas Giard",
  30. "license": "AGPL-3.0",
  31. "bugs": {
  32. "url": "https://github.com/Requarks/wiki/issues"
  33. },
  34. "homepage": "https://github.com/Requarks/wiki#readme",
  35. "engines": {
  36. "node": ">=8.8.1"
  37. },
  38. "dependencies": {
  39. "apollo-server-express": "1.2.0",
  40. "auto-load": "3.0.0",
  41. "axios": "0.17.1",
  42. "bcryptjs-then": "1.0.1",
  43. "bluebird": "3.5.1",
  44. "body-parser": "1.18.2",
  45. "bugsnag": "2.0.1",
  46. "bull": "3.3.6",
  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.1",
  52. "connect-flash": "0.1.1",
  53. "connect-redis": "3.3.2",
  54. "cookie-parser": "1.4.3",
  55. "diff2html": "2.3.2",
  56. "dotize": "^0.2.0",
  57. "execa": "0.8.0",
  58. "express": "4.16.2",
  59. "express-brute": "1.0.1",
  60. "express-brute-redis": "0.0.1",
  61. "express-session": "1.15.6",
  62. "file-type": "7.2.0",
  63. "filesize.js": "1.0.2",
  64. "follow-redirects": "1.2.5",
  65. "fs-extra": "4.0.2",
  66. "git-wrapper2-promise": "0.2.9",
  67. "graphql": "0.11.7",
  68. "graphql-tools": "2.7.2",
  69. "highlight.js": "9.12.0",
  70. "i18next": "10.0.7",
  71. "i18next-express-middleware": "1.0.7",
  72. "i18next-localstorage-cache": "1.1.1",
  73. "i18next-node-fs-backend": "1.0.0",
  74. "image-size": "0.6.1",
  75. "ioredis": "3.2.1",
  76. "jimp": "0.2.28",
  77. "js-yaml": "3.10.0",
  78. "jsonwebtoken": "8.1.0",
  79. "klaw": "2.1.0",
  80. "lodash": "4.17.4",
  81. "markdown-it": "8.4.0",
  82. "markdown-it-abbr": "1.0.4",
  83. "markdown-it-anchor": "4.0.0",
  84. "markdown-it-attrs": "1.2.0",
  85. "markdown-it-emoji": "1.4.0",
  86. "markdown-it-expand-tabs": "1.0.12",
  87. "markdown-it-external-links": "0.0.6",
  88. "markdown-it-footnote": "3.0.1",
  89. "markdown-it-mathjax": "2.0.0",
  90. "markdown-it-task-lists": "2.1.0",
  91. "mathjax-node": "1.2.1",
  92. "mime-types": "2.1.17",
  93. "moment": "2.19.2",
  94. "moment-timezone": "0.5.14",
  95. "mongodb": "2.2.33",
  96. "multer": "1.3.0",
  97. "node-2fa": "1.1.2",
  98. "node-graceful": "0.2.3",
  99. "ora": "1.3.0",
  100. "passport": "0.4.0",
  101. "passport-azure-ad-oauth2": "0.0.4",
  102. "passport-facebook": "2.1.1",
  103. "passport-github2": "0.1.11",
  104. "passport-google-oauth20": "1.0.0",
  105. "passport-ldapauth": "2.0.0",
  106. "passport-local": "1.0.0",
  107. "passport-slack": "0.0.7",
  108. "passport-windowslive": "1.0.2",
  109. "pg": "7.4.0",
  110. "pg-hstore": "2.3.2",
  111. "pg-promise": "7.3.1",
  112. "pm2": "2.7.2",
  113. "pug": "2.0.0-rc.4",
  114. "qr-image": "3.2.0",
  115. "read-chunk": "2.1.0",
  116. "remove-markdown": "0.2.2",
  117. "request": "2.83.0",
  118. "semver": "5.4.1",
  119. "sequelize": "4.22.6",
  120. "serve-favicon": "2.4.5",
  121. "simplemde": "1.11.2",
  122. "stream-to-promise": "2.2.0",
  123. "tar": "4.0.2",
  124. "through2": "2.0.3",
  125. "uuid": "3.1.0",
  126. "validator": "9.1.1",
  127. "validator-as-promised": "1.0.2",
  128. "winston": "2.4.0",
  129. "yargs": "10.0.3"
  130. },
  131. "devDependencies": {
  132. "@glimpse/glimpse": "0.22.15",
  133. "@panter/vue-i18next": "0.8.1",
  134. "apollo-client-preset": "1.0.2",
  135. "autoprefixer": "7.1.6",
  136. "babel-cli": "6.26.0",
  137. "babel-core": "6.26.0",
  138. "babel-jest": "21.2.0",
  139. "babel-preset-env": "1.6.1",
  140. "babel-preset-es2015": "6.24.1",
  141. "babel-preset-stage-2": "6.24.1",
  142. "brace": "0.10.0",
  143. "colors": "1.1.2",
  144. "consolidate": "0.15.0",
  145. "eslint": "4.11.0",
  146. "eslint-config-requarks": "1.0.7",
  147. "eslint-config-standard": "10.2.1",
  148. "eslint-plugin-import": "2.8.0",
  149. "eslint-plugin-node": "5.2.1",
  150. "eslint-plugin-promise": "3.6.0",
  151. "eslint-plugin-standard": "3.0.1",
  152. "eslint-plugin-vue": "3.13.1",
  153. "fuse-box": "2.5.0-beta.1",
  154. "graphql-tag": "^2.5.0",
  155. "i18next-xhr-backend": "1.5.0",
  156. "jest": "21.2.1",
  157. "jest-junit": "3.1.0",
  158. "js-cookie": "2.2.0",
  159. "node-sass": "4.6.1",
  160. "nodemon": "1.12.1",
  161. "postcss-selector-parser": "3.1.1",
  162. "pug-lint": "2.5.0",
  163. "twemoji-awesome": "1.0.6",
  164. "typescript": "2.6.1",
  165. "uglify-es": "3.1.9",
  166. "vee-validate": "2.0.0-rc.21",
  167. "vue": "2.5.3",
  168. "vue-clipboards": "1.1.0",
  169. "vue-hot-reload-api": "2.2.3",
  170. "vue-lodash": "1.0.4",
  171. "vue-material": "^0.8.1",
  172. "vue-resource": "1.3.4",
  173. "vue-simple-breakpoints": "1.0.3",
  174. "vue-template-compiler": "2.5.3",
  175. "vue-template-es2015-compiler": "1.6.0",
  176. "vuex": "3.0.1",
  177. "vuex-persistedstate": "2.3.2"
  178. },
  179. "jest": {
  180. "testResultsProcessor": "./node_modules/jest-junit",
  181. "collectCoverage": false,
  182. "testMatch": [
  183. "**/test/**/*.js?(x)",
  184. "**/?(*.)(spec|test).js?(x)"
  185. ],
  186. "verbose": true
  187. },
  188. "jest-junit": {
  189. "suiteName": "jest test",
  190. "output": "./test-results/junit.xml",
  191. "classNameTemplate": "{classname}-{title}",
  192. "titleTemplate": "{classname}-{title}"
  193. },
  194. "collective": {
  195. "type": "opencollective",
  196. "url": "https://opencollective.com/wikijs",
  197. "logo": "https://opencollective.com/opencollective/logo.txt"
  198. }
  199. }