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.

339 lines
10 KiB

  1. {
  2. "name": "wiki",
  3. "version": "2.0.0-beta.1",
  4. "releaseDate": "2019-01-01T01:01:01.000Z",
  5. "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
  6. "main": "wiki.js",
  7. "scripts": {
  8. "start": "node wiki start",
  9. "stop": "node wiki stop",
  10. "restart": "node wiki restart",
  11. "dev": "node wiki dev",
  12. "build": "webpack --profile --config dev/webpack/webpack.prod.js",
  13. "watch": "webpack --config dev/webpack/webpack.dev.js",
  14. "test": "eslint --format codeframe --ext .js,.vue . && pug-lint server/views && 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. "knowledge base"
  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": ">=10.12"
  40. },
  41. "dependencies": {
  42. "apollo-fetch": "0.7.0",
  43. "apollo-server": "2.2.2",
  44. "apollo-server-express": "2.2.2",
  45. "auto-load": "3.0.4",
  46. "axios": "0.18.0",
  47. "js-base64": "2.5.0",
  48. "bcryptjs-then": "1.0.1",
  49. "bluebird": "3.5.3",
  50. "body-parser": "1.18.3",
  51. "bugsnag": "2.4.3",
  52. "bull": "3.5.2",
  53. "chalk": "2.4.1",
  54. "cheerio": "1.0.0-rc.2",
  55. "child-process-promise": "2.2.1",
  56. "chokidar": "2.0.4",
  57. "compression": "1.7.3",
  58. "connect-redis": "3.4.0",
  59. "cookie-parser": "1.4.3",
  60. "cors": "2.8.5",
  61. "custom-error-instance": "2.1.1",
  62. "dependency-graph": "0.7.2",
  63. "diff": "3.5.0",
  64. "diff2html": "2.5.0",
  65. "dotize": "^0.2.0",
  66. "execa": "1.0.0",
  67. "express": "4.16.4",
  68. "express-brute": "1.0.1",
  69. "express-brute-redis": "0.0.1",
  70. "express-session": "1.15.6",
  71. "file-type": "10.4.0",
  72. "filesize": "3.6.1",
  73. "follow-redirects": "1.5.9",
  74. "fs-extra": "7.0.1",
  75. "getos": "3.1.0",
  76. "graphql": "14.0.2",
  77. "graphql-list-fields": "2.0.2",
  78. "graphql-subscriptions": "1.0.0",
  79. "graphql-tools": "4.0.3",
  80. "highlight.js": "9.13.1",
  81. "i18next": "12.0.0",
  82. "i18next-express-middleware": "1.5.0",
  83. "i18next-localstorage-cache": "1.1.1",
  84. "i18next-node-fs-backend": "2.1.0",
  85. "image-size": "0.6.3",
  86. "ioredis": "4.2.0",
  87. "js-binary": "1.2.0",
  88. "js-yaml": "3.12.0",
  89. "jsonwebtoken": "8.4.0",
  90. "klaw": "3.0.0",
  91. "knex": "0.15.2",
  92. "lodash": "4.17.11",
  93. "markdown-it": "8.4.2",
  94. "markdown-it-abbr": "1.0.4",
  95. "markdown-it-anchor": "5.0.2",
  96. "markdown-it-attrs": "2.3.2",
  97. "markdown-it-emoji": "1.4.0",
  98. "markdown-it-expand-tabs": "1.0.13",
  99. "markdown-it-external-links": "0.0.6",
  100. "markdown-it-footnote": "3.0.1",
  101. "markdown-it-imsize": "2.0.1",
  102. "markdown-it-mark": "2.0.0",
  103. "markdown-it-mathjax": "2.0.0",
  104. "markdown-it-sub": "1.0.0",
  105. "markdown-it-sup": "1.0.0",
  106. "markdown-it-task-lists": "2.1.1",
  107. "mathjax-node": "2.1.1",
  108. "mime-types": "2.1.21",
  109. "moment": "2.22.2",
  110. "moment-timezone": "0.5.23",
  111. "mongodb": "3.1.10",
  112. "mssql": "4.2.3",
  113. "multer": "1.4.1",
  114. "mysql2": "1.6.4",
  115. "nanoid": "2.0.0",
  116. "node-2fa": "1.1.2",
  117. "node-cache": "4.2.0",
  118. "nodemailer": "4.7.0",
  119. "oauth2orize": "1.11.0",
  120. "objection": "1.4.0",
  121. "ora": "3.0.0",
  122. "passport": "0.4.0",
  123. "passport-auth0": "1.1.0",
  124. "passport-azure-ad-oauth2": "0.0.4",
  125. "passport-cas": "0.1.1",
  126. "passport-discord": "0.1.3",
  127. "passport-dropbox-oauth2": "1.1.0",
  128. "passport-facebook": "2.1.1",
  129. "passport-github2": "0.1.11",
  130. "passport-google-oauth20": "1.0.0",
  131. "passport-jwt": "4.0.0",
  132. "passport-ldapauth": "2.1.0",
  133. "passport-local": "1.0.0",
  134. "passport-oauth2": "1.4.0",
  135. "passport-okta-oauth": "0.0.1",
  136. "passport-openidconnect": "0.0.2",
  137. "passport-saml": "0.35.0",
  138. "passport-slack": "0.0.7",
  139. "passport-twitch": "1.0.3",
  140. "passport-windowslive": "1.0.2",
  141. "pem-jwk": "1.5.1",
  142. "pg": "7.6.1",
  143. "pg-hstore": "2.3.2",
  144. "pm2": "3.2.2",
  145. "pug": "2.0.3",
  146. "qr-image": "3.2.0",
  147. "raven": "2.6.4",
  148. "read-chunk": "3.0.0",
  149. "remove-markdown": "0.3.0",
  150. "request": "2.88.0",
  151. "request-promise": "4.2.2",
  152. "safe-regex": "2.0.1",
  153. "scim-query-filter-parser": "1.1.0",
  154. "semver": "5.6.0",
  155. "serve-favicon": "2.5.0",
  156. "sqlite3": "4.0.4",
  157. "subscriptions-transport-ws": "0.9.15",
  158. "twemoji": "11.2.0",
  159. "uslug": "1.0.4",
  160. "uuid": "3.3.2",
  161. "validate.js": "0.12.0",
  162. "validator": "10.9.0",
  163. "validator-as-promised": "1.0.2",
  164. "winston": "3.1.0",
  165. "yargs": "12.0.4"
  166. },
  167. "devDependencies": {
  168. "@babel/cli": "^7.1.5",
  169. "@babel/core": "^7.1.6",
  170. "@babel/plugin-proposal-class-properties": "^7.1.0",
  171. "@babel/plugin-proposal-decorators": "^7.1.6",
  172. "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
  173. "@babel/plugin-proposal-function-sent": "^7.1.0",
  174. "@babel/plugin-proposal-json-strings": "^7.0.0",
  175. "@babel/plugin-proposal-numeric-separator": "^7.0.0",
  176. "@babel/plugin-proposal-throw-expressions": "^7.0.0",
  177. "@babel/plugin-syntax-dynamic-import": "^7.0.0",
  178. "@babel/plugin-syntax-import-meta": "^7.0.0",
  179. "@babel/polyfill": "^7.0.0",
  180. "@babel/preset-env": "^7.1.6",
  181. "@panter/vue-i18next": "0.13.0",
  182. "@vue/cli": "3.1.3",
  183. "animated-number-vue": "0.1.3",
  184. "apollo-cache-inmemory": "1.3.10",
  185. "apollo-client": "2.4.6",
  186. "apollo-link": "1.2.3",
  187. "apollo-link-batch-http": "1.2.3",
  188. "apollo-link-error": "1.1.1",
  189. "apollo-link-http": "1.5.5",
  190. "apollo-link-persisted-queries": "0.2.2",
  191. "apollo-link-ws": "1.0.9",
  192. "apollo-utilities": "1.0.25",
  193. "autoprefixer": "9.3.1",
  194. "babel-eslint": "10.0.1",
  195. "babel-jest": "23.6.0",
  196. "babel-loader": "^8.0.4",
  197. "babel-plugin-graphql-tag": "1.6.0",
  198. "babel-plugin-lodash": "3.3.4",
  199. "babel-plugin-transform-imports": "1.5.1",
  200. "brace": "0.11.1",
  201. "cache-loader": "1.2.5",
  202. "chart.js": "2.7.3",
  203. "clean-webpack-plugin": "1.0.0",
  204. "copy-webpack-plugin": "4.6.0",
  205. "core-js": "2.5.7",
  206. "css-loader": "1.0.1",
  207. "cssnano": "4.1.7",
  208. "duplicate-package-checker-webpack-plugin": "3.0.0",
  209. "epic-spinners": "1.0.4",
  210. "eslint": "5.9.0",
  211. "eslint-config-requarks": "1.0.7",
  212. "eslint-config-standard": "12.0.0",
  213. "eslint-plugin-import": "2.14.0",
  214. "eslint-plugin-node": "8.0.0",
  215. "eslint-plugin-promise": "4.0.1",
  216. "eslint-plugin-standard": "4.0.0",
  217. "eslint-plugin-vue": "4.7.1",
  218. "file-loader": "2.0.0",
  219. "filesize.js": "1.0.2",
  220. "grapesjs": "0.14.40",
  221. "graphiql": "0.12.0",
  222. "graphql-persisted-document-loader": "1.0.1",
  223. "graphql-tag": "^2.10.0",
  224. "graphql-voyager": "1.0.0-rc.26",
  225. "hammerjs": "2.0.8",
  226. "html-webpack-plugin": "3.2.0",
  227. "html-webpack-pug-plugin": "0.3.0",
  228. "i18next-xhr-backend": "1.5.1",
  229. "ignore-loader": "0.1.2",
  230. "js-cookie": "2.2.0",
  231. "mini-css-extract-plugin": "0.4.4",
  232. "node-sass": "4.9.4",
  233. "offline-plugin": "5.0.6",
  234. "optimize-css-assets-webpack-plugin": "5.0.1",
  235. "postcss-cssnext": "3.1.0",
  236. "postcss-flexbugs-fixes": "4.1.0",
  237. "postcss-flexibility": "2.0.0",
  238. "postcss-import": "12.0.1",
  239. "postcss-loader": "3.0.0",
  240. "postcss-preset-env": "6.4.0",
  241. "postcss-selector-parser": "5.0.0-rc.4",
  242. "pug-lint": "2.5.0",
  243. "pug-loader": "2.4.0",
  244. "pug-plain-loader": "1.0.0",
  245. "raw-loader": "0.5.1",
  246. "react": "16.6.3",
  247. "react-dom": "16.6.3",
  248. "resolve-url-loader": "3.0.0",
  249. "sass-loader": "7.1.0",
  250. "sass-resources-loader": "2.0.0",
  251. "script-ext-html-webpack-plugin": "2.1.3",
  252. "simple-progress-webpack-plugin": "1.1.2",
  253. "style-loader": "0.23.1",
  254. "stylus": "0.54.5",
  255. "stylus-loader": "3.0.2",
  256. "twemoji-awesome": "1.0.6",
  257. "url-loader": "1.1.2",
  258. "vee-validate": "2.1.3",
  259. "velocity-animate": "1.5.2",
  260. "viz.js": "2.1.1",
  261. "vue": "2.5.17",
  262. "vue-apollo": "3.0.0-beta.26",
  263. "vue-chartjs": "3.4.0",
  264. "vue-clipboards": "1.2.4",
  265. "vue-codemirror": "4.0.6",
  266. "vue-hot-reload-api": "2.3.1",
  267. "vue-loader": "15.4.2",
  268. "vue-material-design-icons": "2.4.0",
  269. "vue-moment": "4.0.0",
  270. "vue-router": "3.0.1",
  271. "vue-simple-breakpoints": "1.0.3",
  272. "vue-status-indicator": "1.1.1",
  273. "vue-template-compiler": "2.5.17",
  274. "vue-tour": "1.1.0",
  275. "vue2-animate": "2.1.0",
  276. "vuedraggable": "2.16.0",
  277. "vuescroll": "4.9.0-beta.14",
  278. "vuetify": "1.3.8",
  279. "vuex": "3.0.1",
  280. "vuex-pathify": "1.1.3",
  281. "vuex-persistedstate": "2.5.4",
  282. "webpack": "4.25.1",
  283. "webpack-bundle-analyzer": "3.0.3",
  284. "webpack-cli": "3.1.2",
  285. "webpack-dev-middleware": "3.4.0",
  286. "webpack-hot-middleware": "2.24.3",
  287. "webpack-merge": "4.1.4",
  288. "webpack-subresource-integrity": "1.3.0",
  289. "whatwg-fetch": "3.0.0",
  290. "write-file-webpack-plugin": "4.4.1",
  291. "xterm": "3.8.0",
  292. "zxcvbn": "4.4.2"
  293. },
  294. "browserslist": [
  295. "> 1%",
  296. "last 2 versions",
  297. "Firefox ESR",
  298. "not ie < 11"
  299. ],
  300. "postcss": {
  301. "plugins": {
  302. "autoprefixer": {},
  303. "cssnano": {
  304. "preset": [
  305. "default",
  306. {
  307. "discardComments": {
  308. "removeAll": true
  309. }
  310. }
  311. ]
  312. },
  313. "postcss-flexbugs-fixes": {},
  314. "postcss-flexibility": {},
  315. "postcss-preset-env": {}
  316. }
  317. },
  318. "pugLintConfig": {
  319. "disallowDuplicateAttributes": true,
  320. "disallowIdAttributeWithStaticValue": true,
  321. "disallowMultipleLineBreaks": true,
  322. "requireClassLiteralsBeforeAttributes": true,
  323. "requireIdLiteralsBeforeAttributes": true,
  324. "requireLineFeedAtFileEnd": true,
  325. "requireLowerCaseAttributes": true,
  326. "requireLowerCaseTags": true,
  327. "requireSpaceAfterCodeOperator": true,
  328. "requireStrictEqualityOperators": true,
  329. "validateAttributeQuoteMarks": "'",
  330. "validateAttributeSeparator": ", ",
  331. "validateDivTags": true,
  332. "validateIndentation": 2
  333. },
  334. "collective": {
  335. "type": "opencollective",
  336. "url": "https://opencollective.com/wikijs",
  337. "logo": "https://opencollective.com/opencollective/logo.txt"
  338. }
  339. }