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.

274 lines
7.7 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. "dev": "node wiki dev",
  11. "build": "webpack --profile --config dev/webpack/webpack.prod.js",
  12. "build:locales": "node dev/tasks/localization",
  13. "watch": "webpack --config dev/webpack/webpack.dev.js",
  14. "test": "eslint --ext .js,.vue . && jest"
  15. },
  16. "bin": {
  17. "wiki": "wiki.js"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git+https://github.com/Requarks/wiki.git"
  22. },
  23. "keywords": [
  24. "wiki",
  25. "wikis",
  26. "docs",
  27. "documentation",
  28. "markdown",
  29. "guides"
  30. ],
  31. "author": "Nicolas Giard",
  32. "license": "AGPL-3.0",
  33. "bugs": {
  34. "url": "https://github.com/Requarks/wiki/issues"
  35. },
  36. "homepage": "https://github.com/Requarks/wiki#readme",
  37. "engines": {
  38. "node": ">=8.9.3"
  39. },
  40. "dependencies": {
  41. "apollo-server-express": "1.3.2",
  42. "auto-load": "3.0.0",
  43. "axios": "0.18.0",
  44. "bcryptjs-then": "1.0.1",
  45. "bluebird": "3.5.1",
  46. "body-parser": "1.18.2",
  47. "bugsnag": "2.3.1",
  48. "bull": "3.3.10",
  49. "cheerio": "1.0.0-rc.2",
  50. "child-process-promise": "2.2.1",
  51. "chokidar": "2.0.2",
  52. "compression": "1.7.2",
  53. "connect-redis": "3.3.3",
  54. "cookie-parser": "1.4.3",
  55. "cors": "2.8.4",
  56. "dependency-graph": "0.7.0",
  57. "diff2html": "2.3.3",
  58. "dotize": "^0.2.0",
  59. "execa": "0.10.0",
  60. "express": "4.16.3",
  61. "express-brute": "1.0.1",
  62. "express-brute-redis": "0.0.1",
  63. "express-session": "1.15.6",
  64. "file-type": "7.6.0",
  65. "filesize.js": "1.0.2",
  66. "follow-redirects": "1.4.1",
  67. "fs-extra": "5.0.0",
  68. "graphql": "0.13.2",
  69. "graphql-list-fields": "2.0.1",
  70. "graphql-tools": "2.23.1",
  71. "i18next": "10.5.1",
  72. "i18next-express-middleware": "1.1.1",
  73. "i18next-localstorage-cache": "1.1.1",
  74. "i18next-node-fs-backend": "1.0.0",
  75. "image-size": "0.6.2",
  76. "ioredis": "3.2.2",
  77. "js-yaml": "3.11.0",
  78. "jsonwebtoken": "8.2.0",
  79. "klaw": "2.1.1",
  80. "lodash": "4.17.5",
  81. "markdown-it": "8.4.1",
  82. "markdown-it-abbr": "1.0.4",
  83. "markdown-it-anchor": "4.0.0",
  84. "markdown-it-attrs": "1.2.1",
  85. "markdown-it-emoji": "1.4.0",
  86. "markdown-it-expand-tabs": "1.0.13",
  87. "markdown-it-external-links": "0.0.6",
  88. "markdown-it-footnote": "3.0.1",
  89. "markdown-it-imsize": "2.0.1",
  90. "markdown-it-mark": "2.0.0",
  91. "markdown-it-mathjax": "2.0.0",
  92. "markdown-it-sub": "1.0.0",
  93. "markdown-it-sup": "1.0.0",
  94. "markdown-it-task-lists": "2.1.1",
  95. "mathjax-node": "2.0.1",
  96. "mime-types": "2.1.18",
  97. "moment": "2.21.0",
  98. "moment-timezone": "0.5.14",
  99. "mongodb": "3.0.4",
  100. "multer": "1.3.0",
  101. "node-2fa": "1.1.2",
  102. "oauth2orize": "1.11.0",
  103. "ora": "2.0.0",
  104. "passport": "0.4.0",
  105. "passport-auth0": "0.6.1",
  106. "passport-azure-ad-oauth2": "0.0.4",
  107. "passport-discord": "0.1.3",
  108. "passport-dropbox-oauth2": "1.1.0",
  109. "passport-facebook": "2.1.1",
  110. "passport-github2": "0.1.11",
  111. "passport-google-oauth20": "1.0.0",
  112. "passport-ldapauth": "2.0.0",
  113. "passport-local": "1.0.0",
  114. "passport-oauth2": "1.4.0",
  115. "passport-slack": "0.0.7",
  116. "passport-twitch": "1.0.3",
  117. "passport-windowslive": "1.0.2",
  118. "pg": "6.4.2",
  119. "pg-hstore": "2.3.2",
  120. "pg-promise": "7.5.3",
  121. "pm2": "2.10.1",
  122. "pug": "2.0.1",
  123. "qr-image": "3.2.0",
  124. "raven": "2.4.2",
  125. "read-chunk": "2.1.0",
  126. "remove-markdown": "0.2.2",
  127. "request": "2.85.0",
  128. "request-promise": "4.2.2",
  129. "scim-query-filter-parser": "1.1.0",
  130. "semver": "5.5.0",
  131. "sequelize": "4.37.1",
  132. "serve-favicon": "2.4.5",
  133. "uuid": "3.2.1",
  134. "validator": "9.4.1",
  135. "validator-as-promised": "1.0.2",
  136. "winston": "3.0.0-rc2",
  137. "yargs": "11.0.0"
  138. },
  139. "devDependencies": {
  140. "@panter/vue-i18next": "0.9.1",
  141. "@vue/cli": "3.0.0-beta.6",
  142. "apollo-client-preset": "1.0.8",
  143. "apollo-fetch": "0.7.0",
  144. "apollo-link-batch-http": "1.2.1",
  145. "autoprefixer": "8.1.0",
  146. "babel-cli": "6.26.0",
  147. "babel-core": "6.26.0",
  148. "babel-eslint": "8.2.2",
  149. "babel-jest": "23.0.0-alpha.0",
  150. "babel-loader": "7.1.4",
  151. "babel-plugin-graphql-tag": "1.5.0",
  152. "babel-plugin-lodash": "3.3.2",
  153. "babel-plugin-transform-imports": "1.5.0",
  154. "babel-polyfill": "6.26.0",
  155. "babel-preset-env": "1.6.1",
  156. "babel-preset-es2015": "6.24.1",
  157. "babel-preset-stage-2": "6.24.1",
  158. "brace": "0.11.1",
  159. "cache-loader": "1.2.2",
  160. "clean-webpack-plugin": "0.1.19",
  161. "colors": "1.2.1",
  162. "copy-webpack-plugin": "4.5.1",
  163. "css-loader": "0.28.11",
  164. "cssnano": "4.0.0-rc.2",
  165. "duplicate-package-checker-webpack-plugin": "2.1.0",
  166. "eslint": "4.19.0",
  167. "eslint-config-requarks": "1.0.7",
  168. "eslint-config-standard": "11.0.0",
  169. "eslint-plugin-import": "2.9.0",
  170. "eslint-plugin-node": "6.0.1",
  171. "eslint-plugin-promise": "3.7.0",
  172. "eslint-plugin-standard": "3.0.1",
  173. "eslint-plugin-vue": "4.3.0",
  174. "extract-text-webpack-plugin": "3.0.2",
  175. "file-loader": "1.1.11",
  176. "graphiql": "0.11.11",
  177. "graphql-tag": "^2.8.0",
  178. "hammerjs": "2.0.8",
  179. "i18next-xhr-backend": "1.5.1",
  180. "ignore-loader": "0.1.2",
  181. "jest": "22.4.2",
  182. "jest-junit": "3.6.0",
  183. "js-cookie": "2.2.0",
  184. "lodash-webpack-plugin": "0.11.4",
  185. "mini-css-extract-plugin": "0.2.0",
  186. "name-all-modules-plugin": "1.0.1",
  187. "node-sass": "4.7.2",
  188. "offline-plugin": "4.9.0",
  189. "optimize-css-assets-webpack-plugin": "4.0.0",
  190. "postcss-flexbugs-fixes": "3.3.0",
  191. "postcss-flexibility": "2.0.0",
  192. "postcss-loader": "2.1.1",
  193. "postcss-selector-parser": "3.1.1",
  194. "pug-lint": "2.5.0",
  195. "raw-loader": "0.5.1",
  196. "react": "16.2.0",
  197. "react-dom": "16.2.0",
  198. "sass-loader": "6.0.7",
  199. "sass-resources-loader": "1.3.3",
  200. "simple-progress-webpack-plugin": "1.1.2",
  201. "style-loader": "0.20.3",
  202. "stylus": "0.54.5",
  203. "stylus-loader": "3.0.2",
  204. "twemoji-awesome": "1.0.6",
  205. "uglifyjs-webpack-plugin": "1.2.4",
  206. "vee-validate": "2.0.5",
  207. "velocity-animate": "1.5.1",
  208. "vue": "2.5.16",
  209. "vue-apollo": "3.0.0-beta.5",
  210. "vue-clipboards": "1.2.2",
  211. "vue-codemirror": "4.0.3",
  212. "vue-hot-reload-api": "2.3.0",
  213. "vue-loader": "14.2.1",
  214. "vue-material-design-icons": "1.2.1",
  215. "vue-router": "3.0.1",
  216. "vue-simple-breakpoints": "1.0.3",
  217. "vue-template-compiler": "2.5.16",
  218. "vuetify": "1.0.8",
  219. "vuex": "3.0.1",
  220. "vuex-persistedstate": "2.5.1",
  221. "webpack": "4.1.1",
  222. "webpack-bundle-analyzer": "2.11.1",
  223. "webpack-cli": "2.0.12",
  224. "webpack-dev-middleware": "3.0.1",
  225. "webpack-hot-middleware": "2.21.2",
  226. "webpack-merge": "4.1.2",
  227. "whatwg-fetch": "2.0.3",
  228. "write-file-webpack-plugin": "4.2.0"
  229. },
  230. "browserslist": [
  231. "> 1%",
  232. "last 2 versions",
  233. "Firefox ESR",
  234. "not ie < 11"
  235. ],
  236. "jest": {
  237. "testResultsProcessor": "./node_modules/jest-junit",
  238. "collectCoverage": false,
  239. "testMatch": [
  240. "**/test/**/*.js?(x)",
  241. "**/?(*.)(spec|test).js?(x)"
  242. ],
  243. "verbose": true
  244. },
  245. "jest-junit": {
  246. "suiteName": "jest test",
  247. "output": "./test-results/junit.xml",
  248. "classNameTemplate": "{classname}-{title}",
  249. "titleTemplate": "{classname}-{title}"
  250. },
  251. "nodemonConfig": {
  252. "exec": "node server --dev",
  253. "ignore": [
  254. "assets/",
  255. "client/",
  256. "data/",
  257. "dev/",
  258. "test/",
  259. "test-results/"
  260. ],
  261. "ext": "js json graphql",
  262. "watch": [
  263. "server"
  264. ],
  265. "env": {
  266. "NODE_ENV": "development"
  267. }
  268. },
  269. "collective": {
  270. "type": "opencollective",
  271. "url": "https://opencollective.com/wikijs",
  272. "logo": "https://opencollective.com/opencollective/logo.txt"
  273. }
  274. }