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.

366 lines
11 KiB

5 years ago
5 years ago
5 years ago
  1. {
  2. "name": "wiki",
  3. "version": "2.0.0",
  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. "dev": true,
  8. "scripts": {
  9. "start": "node server",
  10. "dev": "node dev",
  11. "build": "webpack --profile --config dev/webpack/webpack.prod.js",
  12. "watch": "webpack --config dev/webpack/webpack.dev.js",
  13. "test": "eslint --format codeframe --ext .js,.vue . && pug-lint server/views && jest"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://github.com/Requarks/wiki.git"
  18. },
  19. "keywords": [
  20. "wiki",
  21. "wikis",
  22. "docs",
  23. "documentation",
  24. "markdown",
  25. "guides",
  26. "knowledge base"
  27. ],
  28. "author": "Nicolas Giard",
  29. "license": "AGPL-3.0",
  30. "bugs": {
  31. "url": "https://github.com/Requarks/wiki/issues"
  32. },
  33. "homepage": "https://github.com/Requarks/wiki#readme",
  34. "engines": {
  35. "node": ">=10.12"
  36. },
  37. "dependencies": {
  38. "@aoberoi/passport-slack": "1.0.5",
  39. "@azure/storage-blob": "12.0.2",
  40. "@bugsnag/js": "6.5.0",
  41. "@exlinc/keycloak-passport": "1.0.2",
  42. "@root/csr": "0.8.1",
  43. "@root/keypairs": "0.9.0",
  44. "@root/pem": "1.0.4",
  45. "acme": "3.0.3",
  46. "algoliasearch": "3.35.1",
  47. "apollo-fetch": "0.7.0",
  48. "apollo-server": "2.9.16",
  49. "apollo-server-express": "2.9.16",
  50. "auto-load": "3.0.4",
  51. "aws-sdk": "2.610.0",
  52. "azure-search-client": "3.1.5",
  53. "bcryptjs-then": "1.0.1",
  54. "bluebird": "3.7.2",
  55. "body-parser": "1.19.0",
  56. "brute-knex": "4.0.0",
  57. "chalk": "3.0.0",
  58. "cheerio": "1.0.0-rc.3",
  59. "chokidar": "3.3.1",
  60. "clean-css": "4.2.2",
  61. "compression": "1.7.4",
  62. "connect-session-knex": "1.5.0",
  63. "cookie-parser": "1.4.4",
  64. "cors": "2.8.5",
  65. "custom-error-instance": "2.1.1",
  66. "dependency-graph": "0.8.1",
  67. "diff": "4.0.2",
  68. "diff2html": "3.0.0-master.128204d",
  69. "dotize": "0.3.0",
  70. "elasticsearch6": "npm:@elastic/elasticsearch@6",
  71. "elasticsearch7": "npm:@elastic/elasticsearch@7",
  72. "emoji-regex": "8.0.0",
  73. "express": "4.17.1",
  74. "express-brute": "1.0.1",
  75. "express-session": "1.17.0",
  76. "file-type": "13.1.2",
  77. "filesize": "6.0.1",
  78. "fs-extra": "8.1.0",
  79. "getos": "3.1.4",
  80. "graphql": "14.6.0",
  81. "graphql-list-fields": "2.0.2",
  82. "graphql-rate-limit-directive": "1.2.0",
  83. "graphql-subscriptions": "1.1.0",
  84. "graphql-tools": "4.0.6",
  85. "he": "1.2.0",
  86. "highlight.js": "9.18.0",
  87. "i18next": "19.0.3",
  88. "i18next-express-middleware": "1.9.1",
  89. "i18next-node-fs-backend": "2.1.3",
  90. "image-size": "0.8.3",
  91. "js-base64": "2.5.1",
  92. "js-binary": "1.2.0",
  93. "js-yaml": "3.13.1",
  94. "jsonwebtoken": "8.5.1",
  95. "katex": "0.11.1",
  96. "klaw": "3.0.0",
  97. "knex": "0.20.8",
  98. "lodash": "4.17.15",
  99. "markdown-it": "10.0.0",
  100. "markdown-it-abbr": "1.0.4",
  101. "markdown-it-attrs": "3.0.1",
  102. "markdown-it-emoji": "1.4.0",
  103. "markdown-it-expand-tabs": "1.0.13",
  104. "markdown-it-external-links": "0.0.6",
  105. "markdown-it-footnote": "3.0.2",
  106. "markdown-it-imsize": "2.0.1",
  107. "markdown-it-mark": "3.0.0",
  108. "markdown-it-mathjax": "2.0.0",
  109. "markdown-it-sub": "1.0.0",
  110. "markdown-it-sup": "1.0.0",
  111. "markdown-it-task-lists": "2.1.1",
  112. "mathjax-node": "2.1.1",
  113. "mime-types": "2.1.26",
  114. "moment": "2.24.0",
  115. "moment-timezone": "0.5.27",
  116. "mongodb": "3.5.2",
  117. "mssql": "6.0.1",
  118. "multer": "1.4.2",
  119. "mysql2": "2.1.0",
  120. "nanoid": "2.1.10",
  121. "node-2fa": "1.1.2",
  122. "node-cache": "5.1.0",
  123. "nodemailer": "6.4.2",
  124. "objection": "2.1.2",
  125. "passport": "0.4.1",
  126. "passport-auth0": "1.3.1",
  127. "passport-azure-ad": "4.2.1",
  128. "passport-cas": "0.1.1",
  129. "passport-discord": "0.1.3",
  130. "passport-dropbox-oauth2": "1.1.0",
  131. "passport-facebook": "3.0.0",
  132. "passport-github2": "0.1.11",
  133. "passport-gitlab2": "5.0.0",
  134. "passport-google-oauth20": "2.0.0",
  135. "passport-jwt": "4.0.0",
  136. "passport-ldapauth": "2.1.3",
  137. "passport-local": "1.0.0",
  138. "passport-microsoft": "0.0.5",
  139. "passport-oauth2": "1.5.0",
  140. "passport-okta-oauth": "0.0.1",
  141. "passport-openidconnect": "0.0.2",
  142. "passport-saml": "1.2.0",
  143. "passport-twitch": "1.0.3",
  144. "pem-jwk": "2.0.0",
  145. "pg": "7.17.1",
  146. "pg-hstore": "2.3.3",
  147. "pg-query-stream": "3.0.0",
  148. "pg-tsquery": "8.1.0",
  149. "pug": "2.0.4",
  150. "punycode": "2.1.1",
  151. "qr-image": "3.2.0",
  152. "raven": "2.6.4",
  153. "remove-markdown": "0.3.0",
  154. "request": "2.88.0",
  155. "request-promise": "4.2.5",
  156. "safe-regex": "2.1.1",
  157. "sanitize-filename": "1.6.3",
  158. "scim-query-filter-parser": "2.0.4",
  159. "semver": "7.1.1",
  160. "serve-favicon": "2.5.0",
  161. "simple-git": "1.131.0",
  162. "solr-node": "1.2.1",
  163. "sqlite3": "4.1.1",
  164. "ssh2": "0.8.7",
  165. "ssh2-promise": "0.1.6",
  166. "striptags": "3.1.1",
  167. "subscriptions-transport-ws": "0.9.16",
  168. "tar-fs": "2.0.0",
  169. "twemoji": "12.1.4",
  170. "uslug": "1.0.4",
  171. "uuid": "3.4.0",
  172. "validate.js": "0.13.1",
  173. "winston": "3.2.1",
  174. "xss": "1.0.6",
  175. "yargs": "15.1.0"
  176. },
  177. "devDependencies": {
  178. "@babel/cli": "^7.8.3",
  179. "@babel/core": "^7.8.3",
  180. "@babel/plugin-proposal-class-properties": "^7.8.3",
  181. "@babel/plugin-proposal-decorators": "^7.8.3",
  182. "@babel/plugin-proposal-export-namespace-from": "^7.8.3",
  183. "@babel/plugin-proposal-function-sent": "^7.8.3",
  184. "@babel/plugin-proposal-json-strings": "^7.8.3",
  185. "@babel/plugin-proposal-numeric-separator": "^7.8.3",
  186. "@babel/plugin-proposal-throw-expressions": "^7.8.3",
  187. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  188. "@babel/plugin-syntax-import-meta": "^7.8.3",
  189. "@babel/polyfill": "^7.8.3",
  190. "@babel/preset-env": "^7.8.3",
  191. "@mdi/font": "4.8.95",
  192. "@panter/vue-i18next": "0.15.1",
  193. "@requarks/ckeditor5": "12.4.0-wiki.14",
  194. "@vue/babel-preset-app": "4.1.2",
  195. "animate-sass": "0.8.2",
  196. "animated-number-vue": "1.0.0",
  197. "apollo-cache-inmemory": "1.6.5",
  198. "apollo-client": "2.6.8",
  199. "apollo-link": "1.2.13",
  200. "apollo-link-batch-http": "1.2.13",
  201. "apollo-link-error": "1.1.12",
  202. "apollo-link-http": "1.5.16",
  203. "apollo-link-persisted-queries": "0.2.2",
  204. "apollo-link-ws": "1.0.19",
  205. "apollo-utilities": "1.3.3",
  206. "autoprefixer": "9.7.4",
  207. "babel-eslint": "10.0.3",
  208. "babel-jest": "25.1.0",
  209. "babel-loader": "^8.0.6",
  210. "babel-plugin-graphql-tag": "2.5.0",
  211. "babel-plugin-lodash": "3.3.4",
  212. "babel-plugin-prismjs": "2.0.1",
  213. "babel-plugin-transform-imports": "2.0.0",
  214. "cache-loader": "4.1.0",
  215. "chart.js": "2.9.3",
  216. "clean-webpack-plugin": "3.0.0",
  217. "clipboard": "2.0.4",
  218. "codemirror": "5.51.0",
  219. "copy-webpack-plugin": "5.1.1",
  220. "core-js": "3.6.4",
  221. "css-loader": "3.4.2",
  222. "cssnano": "4.1.10",
  223. "d3": "5.15.0",
  224. "duplicate-package-checker-webpack-plugin": "3.0.0",
  225. "epic-spinners": "1.1.0",
  226. "eslint": "6.8.0",
  227. "eslint-config-requarks": "1.0.7",
  228. "eslint-config-standard": "14.1.0",
  229. "eslint-plugin-import": "2.20.0",
  230. "eslint-plugin-node": "11.0.0",
  231. "eslint-plugin-promise": "4.2.1",
  232. "eslint-plugin-standard": "4.0.1",
  233. "eslint-plugin-vue": "6.1.2",
  234. "fibers": "4.0.2",
  235. "file-loader": "5.0.2",
  236. "filepond": "4.9.5",
  237. "filepond-plugin-file-validate-type": "1.2.4",
  238. "filesize.js": "2.0.0",
  239. "graphql-persisted-document-loader": "2.0.0",
  240. "graphql-tag": "^2.10.1",
  241. "hammerjs": "2.0.8",
  242. "html-webpack-plugin": "4.0.0-beta.8",
  243. "html-webpack-pug-plugin": "2.0.0",
  244. "i18next-chained-backend": "2.0.1",
  245. "i18next-localstorage-backend": "3.0.0",
  246. "i18next-xhr-backend": "3.2.2",
  247. "ignore-loader": "0.1.2",
  248. "jest": "25.1.0",
  249. "js-cookie": "2.2.1",
  250. "mini-css-extract-plugin": "0.9.0",
  251. "moment-duration-format": "2.3.2",
  252. "offline-plugin": "5.0.7",
  253. "optimize-css-assets-webpack-plugin": "5.0.3",
  254. "postcss-cssnext": "3.1.0",
  255. "postcss-flexbugs-fixes": "4.1.0",
  256. "postcss-flexibility": "2.0.0",
  257. "postcss-import": "12.0.1",
  258. "postcss-loader": "3.0.0",
  259. "postcss-preset-env": "6.7.0",
  260. "postcss-selector-parser": "6.0.2",
  261. "prismjs": "1.19.0",
  262. "pug-lint": "2.6.0",
  263. "pug-loader": "2.4.0",
  264. "pug-plain-loader": "1.0.0",
  265. "raw-loader": "4.0.0",
  266. "resolve-url-loader": "3.1.1",
  267. "sass": "1.25.0",
  268. "sass-loader": "8.0.2",
  269. "sass-resources-loader": "2.0.1",
  270. "script-ext-html-webpack-plugin": "2.1.4",
  271. "simple-progress-webpack-plugin": "1.1.2",
  272. "style-loader": "1.1.3",
  273. "terser": "4.6.3",
  274. "twemoji-awesome": "1.0.6",
  275. "url-loader": "3.0.0",
  276. "velocity-animate": "1.5.2",
  277. "viz.js": "2.1.2",
  278. "vue": "2.6.11",
  279. "vue-apollo": "3.0.3",
  280. "vue-chartjs": "3.5.0",
  281. "vue-clipboards": "1.3.0",
  282. "vue-filepond": "6.0.2",
  283. "vue-hot-reload-api": "2.3.4",
  284. "vue-loader": "15.8.3",
  285. "vue-moment": "4.1.0",
  286. "vue-router": "3.1.5",
  287. "vue-status-indicator": "1.2.1",
  288. "vue-template-compiler": "2.6.11",
  289. "vue2-animate": "2.1.3",
  290. "vuedraggable": "2.23.2",
  291. "vuescroll": "4.14.4",
  292. "vuetify": "2.2.6",
  293. "vuetify-loader": "1.4.3",
  294. "vuex": "3.1.2",
  295. "vuex-pathify": "1.4.1",
  296. "vuex-persistedstate": "2.7.0",
  297. "webpack": "4.41.5",
  298. "webpack-bundle-analyzer": "3.6.0",
  299. "webpack-cli": "3.3.10",
  300. "webpack-dev-middleware": "3.7.2",
  301. "webpack-hot-middleware": "2.25.0",
  302. "webpack-merge": "4.2.2",
  303. "webpack-subresource-integrity": "1.4.0",
  304. "webpackbar": "4.0.0",
  305. "whatwg-fetch": "3.0.0",
  306. "write-file-webpack-plugin": "4.5.1",
  307. "xterm": "4.3.0",
  308. "zxcvbn": "4.4.2"
  309. },
  310. "browserslist": [
  311. "> 1%",
  312. "last 2 major versions",
  313. "Firefox ESR",
  314. "not ie > 0",
  315. "not ie_mob > 0",
  316. "not android > 0",
  317. "not dead"
  318. ],
  319. "postcss": {
  320. "plugins": {
  321. "autoprefixer": {},
  322. "cssnano": {
  323. "preset": [
  324. "default",
  325. {
  326. "discardComments": {
  327. "removeAll": true
  328. }
  329. }
  330. ]
  331. },
  332. "postcss-flexbugs-fixes": {},
  333. "postcss-flexibility": {}
  334. }
  335. },
  336. "pugLintConfig": {
  337. "disallowDuplicateAttributes": true,
  338. "disallowIdAttributeWithStaticValue": true,
  339. "disallowMultipleLineBreaks": true,
  340. "requireClassLiteralsBeforeAttributes": true,
  341. "requireIdLiteralsBeforeAttributes": true,
  342. "requireLineFeedAtFileEnd": true,
  343. "requireLowerCaseAttributes": true,
  344. "requireLowerCaseTags": true,
  345. "requireSpaceAfterCodeOperator": true,
  346. "requireStrictEqualityOperators": true,
  347. "validateAttributeQuoteMarks": "'",
  348. "validateAttributeSeparator": {
  349. "separator": ", ",
  350. "multiLineSeparator": "\n "
  351. },
  352. "validateDivTags": true,
  353. "validateIndentation": 2,
  354. "excludeFiles": [
  355. "node_modules/**",
  356. "server/views/master.pug",
  357. "server/views/setup.pug",
  358. "server/views/legacy/master.pug"
  359. ]
  360. },
  361. "collective": {
  362. "type": "opencollective",
  363. "url": "https://opencollective.com/wikijs",
  364. "logo": "https://opencollective.com/opencollective/logo.txt"
  365. }
  366. }