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.

354 lines
10 KiB

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