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.

357 lines
11 KiB

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