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.

374 lines
11 KiB

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.1.1",
  40. "@bugsnag/js": "7.0.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": "4.2.0",
  47. "apollo-fetch": "0.7.0",
  48. "apollo-server": "2.12.0",
  49. "apollo-server-express": "2.12.0",
  50. "auto-load": "3.0.4",
  51. "aws-sdk": "2.663.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. "chalk": "4.0.0",
  57. "cheerio": "1.0.0-rc.3",
  58. "chokidar": "3.4.0",
  59. "clean-css": "4.2.3",
  60. "compression": "1.7.4",
  61. "connect-session-knex": "1.6.0",
  62. "cookie-parser": "1.4.5",
  63. "cors": "2.8.5",
  64. "custom-error-instance": "2.1.1",
  65. "dependency-graph": "0.9.0",
  66. "diff": "4.0.2",
  67. "diff2html": "3.1.6",
  68. "dompurify": "2.0.10",
  69. "dotize": "0.3.0",
  70. "elasticsearch6": "npm:@elastic/elasticsearch@6",
  71. "elasticsearch7": "npm:@elastic/elasticsearch@7",
  72. "emoji-regex": "9.0.0",
  73. "eventemitter2": "6.3.1",
  74. "express": "4.17.1",
  75. "express-brute": "1.0.1",
  76. "express-session": "1.17.1",
  77. "file-type": "14.2.0",
  78. "filesize": "6.1.0",
  79. "fs-extra": "9.0.0",
  80. "getos": "3.2.0",
  81. "graphql": "14.6.0",
  82. "graphql-list-fields": "2.0.2",
  83. "graphql-rate-limit-directive": "1.2.1",
  84. "graphql-subscriptions": "1.1.0",
  85. "graphql-tools": "4.0.7",
  86. "he": "1.2.0",
  87. "highlight.js": "10.0.0",
  88. "i18next": "19.4.3",
  89. "i18next-express-middleware": "2.0.0",
  90. "i18next-node-fs-backend": "2.1.3",
  91. "image-size": "0.8.3",
  92. "js-base64": "2.5.2",
  93. "js-binary": "1.2.0",
  94. "js-yaml": "3.13.1",
  95. "jsdom": "16.2.2",
  96. "jsonwebtoken": "8.5.1",
  97. "katex": "0.11.1",
  98. "klaw": "3.0.0",
  99. "knex": "0.21.0",
  100. "lodash": "4.17.15",
  101. "markdown-it": "10.0.0",
  102. "markdown-it-abbr": "1.0.4",
  103. "markdown-it-attrs": "3.0.2",
  104. "markdown-it-emoji": "1.4.0",
  105. "markdown-it-expand-tabs": "1.0.13",
  106. "markdown-it-external-links": "0.0.6",
  107. "markdown-it-footnote": "3.0.2",
  108. "markdown-it-imsize": "2.0.1",
  109. "markdown-it-mark": "3.0.0",
  110. "markdown-it-mathjax": "2.0.0",
  111. "markdown-it-sub": "1.0.0",
  112. "markdown-it-sup": "1.0.0",
  113. "markdown-it-task-lists": "2.1.1",
  114. "mathjax": "3.0.5",
  115. "mime-types": "2.1.27",
  116. "moment": "2.24.0",
  117. "moment-timezone": "0.5.28",
  118. "mongodb": "3.5.6",
  119. "ms": "2.1.2",
  120. "mssql": "6.2.0",
  121. "multer": "1.4.2",
  122. "mysql2": "2.1.0",
  123. "nanoid": "3.1.3",
  124. "node-2fa": "1.1.2",
  125. "node-cache": "5.1.0",
  126. "nodemailer": "6.4.6",
  127. "objection": "2.1.3",
  128. "passport": "0.4.1",
  129. "passport-auth0": "1.3.2",
  130. "passport-azure-ad": "4.2.1",
  131. "passport-cas": "0.1.1",
  132. "passport-discord": "0.1.3",
  133. "passport-dropbox-oauth2": "1.1.0",
  134. "passport-facebook": "3.0.0",
  135. "passport-github2": "0.1.12",
  136. "passport-gitlab2": "5.0.0",
  137. "passport-google-oauth20": "2.0.0",
  138. "passport-jwt": "4.0.0",
  139. "passport-ldapauth": "2.1.4",
  140. "passport-local": "1.0.0",
  141. "passport-microsoft": "0.1.0",
  142. "passport-oauth2": "1.5.0",
  143. "passport-okta-oauth": "0.0.1",
  144. "passport-openidconnect": "0.0.2",
  145. "passport-saml": "1.3.3",
  146. "passport-twitch-oauth": "1.0.0",
  147. "pem-jwk": "2.0.0",
  148. "pg": "8.0.3",
  149. "pg-hstore": "2.3.3",
  150. "pg-pubsub": "0.5.0",
  151. "pg-query-stream": "3.0.7",
  152. "pg-tsquery": "8.1.0",
  153. "pug": "2.0.4",
  154. "punycode": "2.1.1",
  155. "qr-image": "3.2.0",
  156. "raven": "2.6.4",
  157. "remove-markdown": "0.3.0",
  158. "request": "2.88.2",
  159. "request-promise": "4.2.5",
  160. "safe-regex": "2.1.1",
  161. "sanitize-filename": "1.6.3",
  162. "scim-query-filter-parser": "2.0.4",
  163. "semver": "7.3.2",
  164. "serve-favicon": "2.5.0",
  165. "simple-git": "1.132.0",
  166. "solr-node": "1.2.1",
  167. "sqlite3": "4.1.1",
  168. "ssh2": "0.8.9",
  169. "ssh2-promise": "0.1.6",
  170. "striptags": "3.1.1",
  171. "subscriptions-transport-ws": "0.9.16",
  172. "tar-fs": "2.0.1",
  173. "twemoji": "12.1.5",
  174. "uslug": "1.0.4",
  175. "uuid": "7.0.3",
  176. "validate.js": "0.13.1",
  177. "winston": "3.2.1",
  178. "xss": "1.0.6",
  179. "yargs": "15.3.1"
  180. },
  181. "devDependencies": {
  182. "@babel/cli": "^7.8.4",
  183. "@babel/core": "^7.9.0",
  184. "@babel/plugin-proposal-class-properties": "^7.8.3",
  185. "@babel/plugin-proposal-decorators": "^7.8.3",
  186. "@babel/plugin-proposal-export-namespace-from": "^7.8.3",
  187. "@babel/plugin-proposal-function-sent": "^7.8.3",
  188. "@babel/plugin-proposal-json-strings": "^7.8.3",
  189. "@babel/plugin-proposal-numeric-separator": "^7.8.3",
  190. "@babel/plugin-proposal-throw-expressions": "^7.8.3",
  191. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  192. "@babel/plugin-syntax-import-meta": "^7.8.3",
  193. "@babel/polyfill": "^7.8.7",
  194. "@babel/preset-env": "^7.9.5",
  195. "@mdi/font": "5.1.45",
  196. "@panter/vue-i18next": "0.15.2",
  197. "@requarks/ckeditor5": "12.4.0-wiki.16",
  198. "@vue/babel-preset-app": "4.3.1",
  199. "animate-sass": "0.8.2",
  200. "animated-number-vue": "1.0.0",
  201. "apollo-cache-inmemory": "1.6.5",
  202. "apollo-client": "2.6.8",
  203. "apollo-link": "1.2.14",
  204. "apollo-link-batch-http": "1.2.14",
  205. "apollo-link-error": "1.1.13",
  206. "apollo-link-http": "1.5.17",
  207. "apollo-link-persisted-queries": "0.2.2",
  208. "apollo-link-ws": "1.0.20",
  209. "apollo-utilities": "1.3.3",
  210. "autoprefixer": "9.7.6",
  211. "babel-eslint": "10.1.0",
  212. "babel-jest": "25.4.0",
  213. "babel-loader": "^8.1.0",
  214. "babel-plugin-graphql-tag": "2.5.0",
  215. "babel-plugin-lodash": "3.3.4",
  216. "babel-plugin-prismjs": "2.0.1",
  217. "babel-plugin-transform-imports": "2.0.0",
  218. "cache-loader": "4.1.0",
  219. "chart.js": "2.9.3",
  220. "clean-webpack-plugin": "3.0.0",
  221. "clipboard": "2.0.6",
  222. "codemirror": "5.53.2",
  223. "copy-webpack-plugin": "5.1.1",
  224. "core-js": "3.6.5",
  225. "css-loader": "3.5.3",
  226. "cssnano": "4.1.10",
  227. "d3": "5.16.0",
  228. "duplicate-package-checker-webpack-plugin": "3.0.0",
  229. "epic-spinners": "1.1.0",
  230. "eslint": "6.8.0",
  231. "eslint-config-requarks": "1.0.7",
  232. "eslint-config-standard": "14.1.1",
  233. "eslint-plugin-import": "2.20.2",
  234. "eslint-plugin-node": "11.1.0",
  235. "eslint-plugin-promise": "4.2.1",
  236. "eslint-plugin-standard": "4.0.1",
  237. "eslint-plugin-vue": "6.2.2",
  238. "fibers": "5.0.0",
  239. "file-loader": "6.0.0",
  240. "filepond": "4.13.4",
  241. "filepond-plugin-file-validate-type": "1.2.5",
  242. "filesize.js": "2.0.0",
  243. "graphql-persisted-document-loader": "2.0.0",
  244. "graphql-tag": "^2.10.3",
  245. "hammerjs": "2.0.8",
  246. "html-webpack-plugin": "4.2.0",
  247. "html-webpack-pug-plugin": "2.0.0",
  248. "i18next-chained-backend": "2.0.1",
  249. "i18next-localstorage-backend": "3.1.1",
  250. "i18next-xhr-backend": "3.2.2",
  251. "ignore-loader": "0.1.2",
  252. "jest": "25.4.0",
  253. "js-beautify": "1.11.0",
  254. "js-cookie": "2.2.1",
  255. "mermaid": "8.5.0",
  256. "mini-css-extract-plugin": "0.9.0",
  257. "moment-duration-format": "2.3.2",
  258. "moment-timezone-data-webpack-plugin": "1.3.0",
  259. "offline-plugin": "5.0.7",
  260. "optimize-css-assets-webpack-plugin": "5.0.3",
  261. "pako": "1.0.11",
  262. "postcss-cssnext": "3.1.0",
  263. "postcss-flexbugs-fixes": "4.2.0",
  264. "postcss-flexibility": "2.0.0",
  265. "postcss-import": "12.0.1",
  266. "postcss-loader": "3.0.0",
  267. "postcss-preset-env": "6.7.0",
  268. "postcss-selector-parser": "6.0.2",
  269. "prismjs": "1.20.0",
  270. "pug-lint": "2.6.0",
  271. "pug-loader": "2.4.0",
  272. "pug-plain-loader": "1.0.0",
  273. "raw-loader": "4.0.1",
  274. "resolve-url-loader": "3.1.1",
  275. "sass": "1.26.5",
  276. "sass-loader": "8.0.2",
  277. "sass-resources-loader": "2.0.3",
  278. "script-ext-html-webpack-plugin": "2.1.4",
  279. "simple-progress-webpack-plugin": "1.1.2",
  280. "style-loader": "1.2.0",
  281. "terser": "4.6.12",
  282. "twemoji-awesome": "1.0.6",
  283. "url-loader": "4.1.0",
  284. "velocity-animate": "1.5.2",
  285. "viz.js": "2.1.2",
  286. "vue": "2.6.11",
  287. "vue-apollo": "3.0.3",
  288. "vue-chartjs": "3.5.0",
  289. "vue-clipboards": "1.3.0",
  290. "vue-filepond": "6.0.2",
  291. "vue-hot-reload-api": "2.3.4",
  292. "vue-loader": "15.9.1",
  293. "vue-moment": "4.1.0",
  294. "vue-router": "3.1.6",
  295. "vue-status-indicator": "1.2.1",
  296. "vue-template-compiler": "2.6.11",
  297. "vue2-animate": "2.1.3",
  298. "vuedraggable": "2.23.2",
  299. "vuescroll": "4.15.0",
  300. "vuetify": "2.2.25",
  301. "vuetify-loader": "1.4.3",
  302. "vuex": "3.3.0",
  303. "vuex-pathify": "1.4.1",
  304. "vuex-persistedstate": "3.0.1",
  305. "webpack": "4.43.0",
  306. "webpack-bundle-analyzer": "3.7.0",
  307. "webpack-cli": "3.3.11",
  308. "webpack-dev-middleware": "3.7.2",
  309. "webpack-hot-middleware": "2.25.0",
  310. "webpack-merge": "4.2.2",
  311. "webpack-subresource-integrity": "1.4.0",
  312. "webpackbar": "4.0.0",
  313. "whatwg-fetch": "3.0.0",
  314. "write-file-webpack-plugin": "4.5.1",
  315. "xterm": "4.5.0",
  316. "zxcvbn": "4.4.2"
  317. },
  318. "browserslist": [
  319. "> 1%",
  320. "last 2 major versions",
  321. "Firefox ESR",
  322. "not ie > 0",
  323. "not ie_mob > 0",
  324. "not android > 0",
  325. "not dead"
  326. ],
  327. "postcss": {
  328. "plugins": {
  329. "autoprefixer": {},
  330. "cssnano": {
  331. "preset": [
  332. "default",
  333. {
  334. "discardComments": {
  335. "removeAll": true
  336. }
  337. }
  338. ]
  339. },
  340. "postcss-flexbugs-fixes": {},
  341. "postcss-flexibility": {}
  342. }
  343. },
  344. "pugLintConfig": {
  345. "disallowDuplicateAttributes": true,
  346. "disallowIdAttributeWithStaticValue": true,
  347. "disallowMultipleLineBreaks": true,
  348. "requireClassLiteralsBeforeAttributes": true,
  349. "requireIdLiteralsBeforeAttributes": true,
  350. "requireLineFeedAtFileEnd": true,
  351. "requireLowerCaseAttributes": true,
  352. "requireLowerCaseTags": true,
  353. "requireSpaceAfterCodeOperator": true,
  354. "requireStrictEqualityOperators": true,
  355. "validateAttributeQuoteMarks": "'",
  356. "validateAttributeSeparator": {
  357. "separator": ", ",
  358. "multiLineSeparator": "\n "
  359. },
  360. "validateDivTags": true,
  361. "validateIndentation": 2,
  362. "excludeFiles": [
  363. "node_modules/**",
  364. "server/views/master.pug",
  365. "server/views/setup.pug",
  366. "server/views/legacy/master.pug"
  367. ]
  368. },
  369. "collective": {
  370. "type": "opencollective",
  371. "url": "https://opencollective.com/wikijs",
  372. "logo": "https://opencollective.com/opencollective/logo.txt"
  373. }
  374. }