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.

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