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.

390 lines
12 KiB

  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. "cypress:open": "cypress open"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/Requarks/wiki.git"
  19. },
  20. "keywords": [
  21. "wiki",
  22. "wikis",
  23. "docs",
  24. "documentation",
  25. "markdown",
  26. "guides",
  27. "knowledge base"
  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": ">=10.12"
  37. },
  38. "dependencies": {
  39. "@azure/storage-blob": "12.9.0",
  40. "@exlinc/keycloak-passport": "1.0.2",
  41. "@joplin/turndown-plugin-gfm": "1.0.43",
  42. "@root/csr": "0.8.1",
  43. "@root/keypairs": "0.10.3",
  44. "@root/pem": "1.0.4",
  45. "acme": "3.0.3",
  46. "akismet-api": "5.3.0",
  47. "algoliasearch": "4.5.1",
  48. "apollo-fetch": "0.7.0",
  49. "apollo-server": "2.25.2",
  50. "apollo-server-express": "2.25.2",
  51. "auto-load": "3.0.4",
  52. "aws-sdk": "2.1125.0",
  53. "azure-search-client": "3.1.5",
  54. "bcryptjs-then": "1.0.1",
  55. "bluebird": "3.7.2",
  56. "body-parser": "1.20.0",
  57. "chalk": "4.1.0",
  58. "cheerio": "1.0.0-rc.5",
  59. "chokidar": "3.5.3",
  60. "chromium-pickle-js": "0.2.0",
  61. "clean-css": "4.2.3",
  62. "command-exists": "1.2.9",
  63. "compression": "1.7.4",
  64. "connect-session-knex": "2.0.0",
  65. "cookie-parser": "1.4.6",
  66. "cors": "2.8.5",
  67. "cuint": "0.2.2",
  68. "custom-error-instance": "2.1.2",
  69. "dependency-graph": "0.9.0",
  70. "diff": "4.0.2",
  71. "diff2html": "3.1.14",
  72. "dompurify": "2.2.7",
  73. "dotize": "0.3.0",
  74. "elasticsearch6": "npm:@elastic/elasticsearch@6",
  75. "elasticsearch7": "npm:@elastic/elasticsearch@7",
  76. "emoji-regex": "9.2.2",
  77. "eventemitter2": "6.4.5",
  78. "express": "4.18.1",
  79. "express-brute": "1.0.1",
  80. "express-session": "1.17.2",
  81. "file-type": "15.0.1",
  82. "filesize": "6.1.0",
  83. "fs-extra": "9.0.1",
  84. "getos": "3.2.1",
  85. "graphql": "15.3.0",
  86. "graphql-list-fields": "2.0.2",
  87. "graphql-rate-limit-directive": "1.2.1",
  88. "graphql-subscriptions": "1.1.0",
  89. "graphql-tools": "7.0.0",
  90. "he": "1.2.0",
  91. "highlight.js": "10.3.1",
  92. "i18next": "19.8.3",
  93. "i18next-express-middleware": "2.0.0",
  94. "i18next-node-fs-backend": "2.1.3",
  95. "image-size": "0.9.2",
  96. "js-base64": "3.7.2",
  97. "js-binary": "1.2.0",
  98. "js-yaml": "3.14.0",
  99. "jsdom": "16.4.0",
  100. "jsonwebtoken": "8.5.1",
  101. "katex": "0.12.0",
  102. "klaw": "3.0.0",
  103. "knex": "0.21.7",
  104. "lodash": "4.17.21",
  105. "luxon": "1.25.0",
  106. "markdown-it": "11.0.1",
  107. "markdown-it-abbr": "1.0.4",
  108. "markdown-it-attrs": "3.0.3",
  109. "markdown-it-emoji": "1.4.0",
  110. "markdown-it-expand-tabs": "1.0.13",
  111. "markdown-it-external-links": "0.0.6",
  112. "markdown-it-footnote": "3.0.3",
  113. "markdown-it-imsize": "2.0.1",
  114. "markdown-it-mark": "3.0.1",
  115. "markdown-it-mathjax": "2.0.0",
  116. "markdown-it-multimd-table": "4.0.3",
  117. "markdown-it-sub": "1.0.0",
  118. "markdown-it-sup": "1.0.0",
  119. "markdown-it-task-lists": "2.1.1",
  120. "mathjax": "3.1.2",
  121. "mime-types": "2.1.35",
  122. "moment": "2.29.3",
  123. "moment-timezone": "0.5.31",
  124. "mongodb": "3.6.5",
  125. "ms": "2.1.3",
  126. "mssql": "6.2.3",
  127. "multer": "1.4.4",
  128. "mysql2": "2.3.3",
  129. "nanoid": "3.2.0",
  130. "node-2fa": "1.1.2",
  131. "node-cache": "5.1.2",
  132. "nodemailer": "6.7.4",
  133. "objection": "2.2.18",
  134. "passport": "0.4.1",
  135. "passport-auth0": "1.4.2",
  136. "passport-azure-ad": "4.3.1",
  137. "passport-cas": "0.1.1",
  138. "passport-discord": "0.1.4",
  139. "passport-dropbox-oauth2": "1.1.0",
  140. "passport-facebook": "3.0.0",
  141. "passport-github2": "0.1.12",
  142. "passport-gitlab2": "5.0.0",
  143. "passport-google-oauth20": "2.0.0",
  144. "passport-jwt": "4.0.0",
  145. "passport-ldapauth": "3.0.1",
  146. "passport-local": "1.0.0",
  147. "passport-microsoft": "0.1.0",
  148. "passport-oauth2": "1.6.1",
  149. "passport-okta-oauth": "0.0.1",
  150. "passport-openidconnect": "0.0.2",
  151. "passport-saml": "3.2.1",
  152. "passport-slack-oauth2": "1.1.1",
  153. "passport-twitch-oauth": "1.0.0",
  154. "pem-jwk": "2.0.0",
  155. "pg": "8.4.1",
  156. "pg-hstore": "2.3.4",
  157. "pg-pubsub": "0.5.0",
  158. "pg-query-stream": "3.3.1",
  159. "pg-tsquery": "8.1.0",
  160. "pug": "3.0.2",
  161. "punycode": "2.1.1",
  162. "qr-image": "3.2.0",
  163. "raven": "2.6.4",
  164. "remove-markdown": "0.3.0",
  165. "request": "2.88.2",
  166. "request-promise": "4.2.6",
  167. "safe-regex": "2.1.1",
  168. "sanitize-filename": "1.6.3",
  169. "scim-query-filter-parser": "2.0.4",
  170. "semver": "7.3.7",
  171. "serve-favicon": "2.5.0",
  172. "simple-git": "2.21.0",
  173. "solr-node": "1.2.1",
  174. "sqlite3": "5.0.6",
  175. "ssh2": "1.5.0",
  176. "ssh2-promise": "1.0.2",
  177. "striptags": "3.2.0",
  178. "subscriptions-transport-ws": "0.9.18",
  179. "tar-fs": "2.1.1",
  180. "turndown": "7.1.1",
  181. "twemoji": "13.1.0",
  182. "uslug": "1.0.4",
  183. "uuid": "8.3.2",
  184. "validate.js": "0.13.1",
  185. "winston": "3.3.3",
  186. "xss": "1.0.11",
  187. "yargs": "16.1.0"
  188. },
  189. "devDependencies": {
  190. "@babel/cli": "^7.12.1",
  191. "@babel/core": "^7.12.3",
  192. "@babel/plugin-proposal-class-properties": "^7.12.1",
  193. "@babel/plugin-proposal-decorators": "^7.12.1",
  194. "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
  195. "@babel/plugin-proposal-function-sent": "^7.12.1",
  196. "@babel/plugin-proposal-json-strings": "^7.12.1",
  197. "@babel/plugin-proposal-numeric-separator": "^7.12.1",
  198. "@babel/plugin-proposal-throw-expressions": "^7.12.1",
  199. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  200. "@babel/plugin-syntax-import-meta": "^7.10.4",
  201. "@babel/polyfill": "^7.12.1",
  202. "@babel/preset-env": "^7.12.1",
  203. "@mdi/font": "5.8.55",
  204. "@panter/vue-i18next": "0.15.2",
  205. "@requarks/ckeditor5": "19.0.1-wiki.2",
  206. "@vue/babel-preset-app": "4.5.15",
  207. "animate-sass": "0.8.2",
  208. "animated-number-vue": "1.0.0",
  209. "apollo-cache-inmemory": "1.6.6",
  210. "apollo-client": "2.6.10",
  211. "apollo-link": "1.2.14",
  212. "apollo-link-batch-http": "1.2.14",
  213. "apollo-link-error": "1.1.13",
  214. "apollo-link-http": "1.5.17",
  215. "apollo-link-persisted-queries": "0.2.2",
  216. "apollo-link-ws": "1.0.20",
  217. "apollo-utilities": "1.3.4",
  218. "autoprefixer": "9.8.6",
  219. "babel-eslint": "10.1.0",
  220. "babel-jest": "26.6.1",
  221. "babel-loader": "^8.1.0",
  222. "babel-plugin-graphql-tag": "3.1.0",
  223. "babel-plugin-lodash": "3.3.4",
  224. "babel-plugin-prismjs": "2.0.1",
  225. "babel-plugin-transform-imports": "2.0.0",
  226. "cache-loader": "4.1.0",
  227. "canvas-confetti": "1.3.1",
  228. "cash-dom": "8.1.1",
  229. "chart.js": "2.9.4",
  230. "clean-webpack-plugin": "3.0.0",
  231. "clipboard": "2.0.10",
  232. "codemirror": "5.58.2",
  233. "copy-webpack-plugin": "6.2.1",
  234. "core-js": "3.6.5",
  235. "css-loader": "4.3.0",
  236. "cssnano": "4.1.10",
  237. "cypress": "5.3.0",
  238. "d3": "6.2.0",
  239. "duplicate-package-checker-webpack-plugin": "3.0.0",
  240. "epic-spinners": "1.1.0",
  241. "eslint": "7.12.0",
  242. "eslint-config-requarks": "1.0.7",
  243. "eslint-config-standard": "15.0.0",
  244. "eslint-plugin-cypress": "2.11.2",
  245. "eslint-plugin-import": "2.22.1",
  246. "eslint-plugin-node": "11.1.0",
  247. "eslint-plugin-promise": "4.2.1",
  248. "eslint-plugin-standard": "4.0.2",
  249. "eslint-plugin-vue": "7.1.0",
  250. "file-loader": "6.1.1",
  251. "filepond": "4.21.1",
  252. "filepond-plugin-file-validate-type": "1.2.7",
  253. "filesize.js": "2.0.0",
  254. "graphql-persisted-document-loader": "2.0.0",
  255. "graphql-tag": "2.11.0",
  256. "hammerjs": "2.0.8",
  257. "html-webpack-plugin": "4.5.0",
  258. "html-webpack-pug-plugin": "2.0.0",
  259. "i18next-chained-backend": "2.0.1",
  260. "i18next-localstorage-backend": "3.1.3",
  261. "i18next-xhr-backend": "3.2.2",
  262. "ignore-loader": "0.1.2",
  263. "jest": "26.6.1",
  264. "js-beautify": "1.13.5",
  265. "js-cookie": "2.2.1",
  266. "mermaid": "8.8.2",
  267. "mini-css-extract-plugin": "0.11.3",
  268. "moment-duration-format": "2.3.2",
  269. "moment-timezone-data-webpack-plugin": "1.3.0",
  270. "offline-plugin": "5.0.7",
  271. "optimize-css-assets-webpack-plugin": "5.0.4",
  272. "pako": "1.0.11",
  273. "postcss-cssnext": "3.1.1",
  274. "postcss-flexbugs-fixes": "4.2.1",
  275. "postcss-flexibility": "2.0.0",
  276. "postcss-import": "12.0.1",
  277. "postcss-loader": "3.0.0",
  278. "postcss-preset-env": "6.7.0",
  279. "postcss-selector-parser": "6.0.10",
  280. "prismjs": "1.22.0",
  281. "pug-lint": "2.6.0",
  282. "pug-loader": "2.4.0",
  283. "pug-plain-loader": "1.0.0",
  284. "raw-loader": "4.0.2",
  285. "resolve-url-loader": "3.1.2",
  286. "sass": "1.27.0",
  287. "sass-loader": "10.0.4",
  288. "sass-resources-loader": "2.1.1",
  289. "script-ext-html-webpack-plugin": "2.1.5",
  290. "simple-progress-webpack-plugin": "1.1.2",
  291. "style-loader": "1.3.0",
  292. "terser": "5.3.8",
  293. "twemoji-awesome": "1.0.6",
  294. "url-loader": "4.1.1",
  295. "velocity-animate": "1.5.2",
  296. "viz.js": "2.1.2",
  297. "vue": "2.6.14",
  298. "vue-apollo": "3.0.5",
  299. "vue-chartjs": "3.5.1",
  300. "vue-clipboards": "1.3.0",
  301. "vue-filepond": "6.0.3",
  302. "vue-hot-reload-api": "2.3.4",
  303. "vue-loader": "15.9.8",
  304. "vue-moment": "4.1.0",
  305. "vue-router": "3.4.7",
  306. "vue-status-indicator": "1.2.1",
  307. "vue-template-compiler": "2.6.14",
  308. "vue2-animate": "2.1.4",
  309. "vuedraggable": "2.24.3",
  310. "vuescroll": "4.16.1",
  311. "vuetify": "2.3.15",
  312. "vuetify-loader": "1.6.0",
  313. "vuex": "3.5.1",
  314. "vuex-pathify": "1.4.5",
  315. "vuex-persistedstate": "3.1.0",
  316. "webpack": "4.44.2",
  317. "webpack-bundle-analyzer": "3.9.0",
  318. "webpack-cli": "3.3.12",
  319. "webpack-dev-middleware": "3.7.2",
  320. "webpack-hot-middleware": "2.25.1",
  321. "webpack-merge": "5.2.0",
  322. "webpack-modernizr-loader": "5.0.0",
  323. "webpack-subresource-integrity": "1.5.1",
  324. "webpackbar": "4.0.0",
  325. "whatwg-fetch": "3.6.2",
  326. "write-file-webpack-plugin": "4.5.1",
  327. "xterm": "4.9.0",
  328. "zxcvbn": "4.4.2"
  329. },
  330. "resolutions": {
  331. "apollo-server-express/**/graphql-tools": "4.0.8",
  332. "graphql": "15.3.0"
  333. },
  334. "browserslist": [
  335. "> 1%",
  336. "last 2 major versions",
  337. "Firefox ESR",
  338. "not ie > 0",
  339. "not ie_mob > 0",
  340. "not android > 0",
  341. "not dead"
  342. ],
  343. "postcss": {
  344. "plugins": {
  345. "autoprefixer": {},
  346. "cssnano": {
  347. "preset": [
  348. "default",
  349. {
  350. "discardComments": {
  351. "removeAll": true
  352. }
  353. }
  354. ]
  355. },
  356. "postcss-flexbugs-fixes": {},
  357. "postcss-flexibility": {}
  358. }
  359. },
  360. "pugLintConfig": {
  361. "disallowDuplicateAttributes": true,
  362. "disallowIdAttributeWithStaticValue": true,
  363. "disallowMultipleLineBreaks": true,
  364. "requireClassLiteralsBeforeAttributes": true,
  365. "requireIdLiteralsBeforeAttributes": true,
  366. "requireLineFeedAtFileEnd": true,
  367. "requireLowerCaseAttributes": true,
  368. "requireLowerCaseTags": true,
  369. "requireSpaceAfterCodeOperator": true,
  370. "requireStrictEqualityOperators": true,
  371. "validateAttributeQuoteMarks": "'",
  372. "validateAttributeSeparator": {
  373. "separator": ", ",
  374. "multiLineSeparator": "\n "
  375. },
  376. "validateDivTags": true,
  377. "validateIndentation": 2,
  378. "excludeFiles": [
  379. "node_modules/**",
  380. "server/views/master.pug",
  381. "server/views/setup.pug",
  382. "server/views/legacy/master.pug"
  383. ]
  384. },
  385. "collective": {
  386. "type": "opencollective",
  387. "url": "https://opencollective.com/wikijs",
  388. "logo": "https://opencollective.com/opencollective/logo.txt"
  389. }
  390. }