package.json 11 KB

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