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.

353 lines
11 KiB

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.3.2",
  39. "algoliasearch": "3.33.0",
  40. "apollo-fetch": "0.7.0",
  41. "apollo-server": "2.6.9",
  42. "apollo-server-express": "2.6.9",
  43. "auto-load": "3.0.4",
  44. "aws-sdk": "2.493.0",
  45. "axios": "0.19.0",
  46. "azure-search-client": "3.1.5",
  47. "bcryptjs-then": "1.0.1",
  48. "bluebird": "3.5.5",
  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.0.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.11.2",
  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.16.2",
  70. "file-type": "12.0.1",
  71. "filesize": "4.1.2",
  72. "fs-extra": "8.1.0",
  73. "getos": "3.1.1",
  74. "graphql": "14.4.2",
  75. "graphql-list-fields": "2.0.2",
  76. "graphql-rate-limit-directive": "1.1.0",
  77. "graphql-subscriptions": "1.1.0",
  78. "graphql-tools": "4.0.5",
  79. "highlight.js": "9.15.8",
  80. "i18next": "17.0.6",
  81. "i18next-express-middleware": "1.8.0",
  82. "i18next-node-fs-backend": "2.1.3",
  83. "image-size": "0.7.4",
  84. "js-base64": "2.5.1",
  85. "js-binary": "1.2.0",
  86. "js-yaml": "3.13.1",
  87. "jsonwebtoken": "8.5.1",
  88. "klaw": "3.0.0",
  89. "knex": "0.19.0",
  90. "lodash": "4.17.14",
  91. "markdown-it": "9.0.1",
  92. "markdown-it-abbr": "1.0.4",
  93. "markdown-it-anchor": "5.2.4",
  94. "markdown-it-attrs": "2.4.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": "2.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.26",
  109. "mongodb": "3.2.7",
  110. "mssql": "5.1.0",
  111. "multer": "1.4.1",
  112. "mysql2": "1.6.5",
  113. "nanoid": "2.0.3",
  114. "node-2fa": "1.1.2",
  115. "node-cache": "4.2.0",
  116. "nodemailer": "6.3.0",
  117. "objection": "1.6.9",
  118. "passport": "0.4.0",
  119. "passport-auth0": "1.1.0",
  120. "passport-azure-ad-oauth2": "0.0.4",
  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.1.0",
  136. "passport-twitch": "1.0.3",
  137. "pem-jwk": "2.0.0",
  138. "pg": "7.11.0",
  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.0.2",
  149. "sanitize-filename": "1.6.1",
  150. "scim-query-filter-parser": "1.1.0",
  151. "semver": "6.2.0",
  152. "serve-favicon": "2.5.0",
  153. "simple-git": "1.121.0",
  154. "solr-node": "1.2.1",
  155. "sqlite3": "4.0.9",
  156. "striptags": "3.1.1",
  157. "subscriptions-transport-ws": "0.9.16",
  158. "tar-fs": "2.0.0",
  159. "twemoji": "12.1.2",
  160. "uslug": "1.0.4",
  161. "uuid": "3.3.2",
  162. "validate.js": "0.13.1",
  163. "validator": "11.1.0",
  164. "validator-as-promised": "1.0.2",
  165. "winston": "3.2.1",
  166. "yargs": "13.2.4"
  167. },
  168. "devDependencies": {
  169. "@babel/cli": "^7.5.0",
  170. "@babel/core": "^7.5.4",
  171. "@babel/plugin-proposal-class-properties": "^7.5.0",
  172. "@babel/plugin-proposal-decorators": "^7.4.4",
  173. "@babel/plugin-proposal-export-namespace-from": "^7.5.2",
  174. "@babel/plugin-proposal-function-sent": "^7.5.0",
  175. "@babel/plugin-proposal-json-strings": "^7.2.0",
  176. "@babel/plugin-proposal-numeric-separator": "^7.2.0",
  177. "@babel/plugin-proposal-throw-expressions": "^7.2.0",
  178. "@babel/plugin-syntax-dynamic-import": "^7.2.0",
  179. "@babel/plugin-syntax-import-meta": "^7.2.0",
  180. "@babel/polyfill": "^7.4.4",
  181. "@babel/preset-env": "^7.5.4",
  182. "@panter/vue-i18next": "0.15.1",
  183. "@vue/babel-preset-app": "3.9.2",
  184. "animate-sass": "0.8.2",
  185. "animated-number-vue": "1.0.0",
  186. "apollo-cache-inmemory": "1.6.2",
  187. "apollo-client": "2.6.3",
  188. "apollo-link": "1.2.12",
  189. "apollo-link-batch-http": "1.2.12",
  190. "apollo-link-error": "1.1.11",
  191. "apollo-link-http": "1.5.15",
  192. "apollo-link-persisted-queries": "0.2.2",
  193. "apollo-link-ws": "1.0.18",
  194. "apollo-utilities": "1.3.2",
  195. "autoprefixer": "9.6.1",
  196. "babel-eslint": "10.0.2",
  197. "babel-jest": "24.8.0",
  198. "babel-loader": "^8.0.6",
  199. "babel-plugin-graphql-tag": "2.4.0",
  200. "babel-plugin-lodash": "3.3.4",
  201. "babel-plugin-prismjs": "1.0.2",
  202. "babel-plugin-transform-imports": "2.0.0",
  203. "brace": "0.11.1",
  204. "cache-loader": "4.0.1",
  205. "chart.js": "2.8.0",
  206. "clean-webpack-plugin": "3.0.0",
  207. "copy-webpack-plugin": "5.0.3",
  208. "core-js": "3.1.4",
  209. "css-loader": "3.0.0",
  210. "cssnano": "4.1.10",
  211. "duplicate-package-checker-webpack-plugin": "3.0.0",
  212. "epic-spinners": "1.1.0",
  213. "eslint": "6.0.1",
  214. "eslint-config-requarks": "1.0.7",
  215. "eslint-config-standard": "13.0.1",
  216. "eslint-plugin-import": "2.18.0",
  217. "eslint-plugin-node": "9.1.0",
  218. "eslint-plugin-promise": "4.2.1",
  219. "eslint-plugin-standard": "4.0.0",
  220. "eslint-plugin-vue": "5.2.3",
  221. "file-loader": "4.0.0",
  222. "filepond": "4.4.11",
  223. "filepond-plugin-file-validate-type": "1.2.4",
  224. "filesize.js": "1.0.2",
  225. "grapesjs": "0.14.62",
  226. "graphiql": "0.13.2",
  227. "graphql-persisted-document-loader": "1.0.1",
  228. "graphql-tag": "^2.10.1",
  229. "graphql-voyager": "1.0.0-rc.27",
  230. "hammerjs": "2.0.8",
  231. "html-webpack-plugin": "3.2.0",
  232. "html-webpack-pug-plugin": "2.0.0",
  233. "i18next-chained-backend": "2.0.0",
  234. "i18next-localstorage-backend": "3.0.0",
  235. "i18next-xhr-backend": "3.0.0",
  236. "ignore-loader": "0.1.2",
  237. "js-cookie": "2.2.0",
  238. "mini-css-extract-plugin": "0.7.0",
  239. "moment-duration-format": "2.3.2",
  240. "node-sass": "4.12.0",
  241. "offline-plugin": "5.0.7",
  242. "optimize-css-assets-webpack-plugin": "5.0.3",
  243. "postcss-cssnext": "3.1.0",
  244. "postcss-flexbugs-fixes": "4.1.0",
  245. "postcss-flexibility": "2.0.0",
  246. "postcss-import": "12.0.1",
  247. "postcss-loader": "3.0.0",
  248. "postcss-preset-env": "6.7.0",
  249. "postcss-selector-parser": "6.0.2",
  250. "prismjs": "1.16.0",
  251. "pug-lint": "2.6.0",
  252. "pug-loader": "2.4.0",
  253. "pug-plain-loader": "1.0.0",
  254. "raw-loader": "3.0.0",
  255. "react": "16.8.6",
  256. "react-dom": "16.8.6",
  257. "resolve-url-loader": "3.1.0",
  258. "sass-loader": "7.1.0",
  259. "sass-resources-loader": "2.0.1",
  260. "script-ext-html-webpack-plugin": "2.1.4",
  261. "simple-progress-webpack-plugin": "1.1.2",
  262. "style-loader": "0.23.1",
  263. "stylus": "0.54.5",
  264. "stylus-loader": "3.0.2",
  265. "terser": "4.1.2",
  266. "twemoji-awesome": "1.0.6",
  267. "url-loader": "2.0.1",
  268. "vee-validate": "2.2.12",
  269. "velocity-animate": "1.5.2",
  270. "viz.js": "2.1.2",
  271. "vue": "2.6.10",
  272. "vue-apollo": "3.0.0-rc.1",
  273. "vue-chartjs": "3.4.2",
  274. "vue-clipboards": "1.3.0",
  275. "vue-codemirror": "4.0.6",
  276. "vue-filepond": "5.1.1",
  277. "vue-hot-reload-api": "2.3.3",
  278. "vue-loader": "15.7.0",
  279. "vue-material-design-icons": "3.3.1",
  280. "vue-moment": "4.0.0",
  281. "vue-router": "3.0.7",
  282. "vue-simple-breakpoints": "1.0.3",
  283. "vue-status-indicator": "1.1.1",
  284. "vue-template-compiler": "2.6.10",
  285. "vue-tour": "1.1.0",
  286. "vue2-animate": "2.1.0",
  287. "vuedraggable": "2.23.0",
  288. "vuescroll": "4.13.1",
  289. "vuetify": "1.5.16",
  290. "vuex": "3.1.1",
  291. "vuex-pathify": "1.2.4",
  292. "vuex-persistedstate": "2.5.4",
  293. "webpack": "4.35.3",
  294. "webpack-bundle-analyzer": "3.3.2",
  295. "webpack-cli": "3.3.6",
  296. "webpack-dev-middleware": "3.7.0",
  297. "webpack-hot-middleware": "2.25.0",
  298. "webpack-merge": "4.2.1",
  299. "webpack-subresource-integrity": "1.3.2",
  300. "whatwg-fetch": "3.0.0",
  301. "write-file-webpack-plugin": "4.5.0",
  302. "xterm": "3.14.5",
  303. "zxcvbn": "4.4.2"
  304. },
  305. "browserslist": [
  306. "> 1%",
  307. "last 2 major versions",
  308. "Firefox ESR",
  309. "not ie > 0",
  310. "not ie_mob > 0",
  311. "not android > 0",
  312. "not dead"
  313. ],
  314. "postcss": {
  315. "plugins": {
  316. "autoprefixer": {},
  317. "cssnano": {
  318. "preset": [
  319. "default",
  320. {
  321. "discardComments": {
  322. "removeAll": true
  323. }
  324. }
  325. ]
  326. },
  327. "postcss-flexbugs-fixes": {},
  328. "postcss-flexibility": {},
  329. "postcss-preset-env": {}
  330. }
  331. },
  332. "pugLintConfig": {
  333. "disallowDuplicateAttributes": true,
  334. "disallowIdAttributeWithStaticValue": true,
  335. "disallowMultipleLineBreaks": true,
  336. "requireClassLiteralsBeforeAttributes": true,
  337. "requireIdLiteralsBeforeAttributes": true,
  338. "requireLineFeedAtFileEnd": true,
  339. "requireLowerCaseAttributes": true,
  340. "requireLowerCaseTags": true,
  341. "requireSpaceAfterCodeOperator": true,
  342. "requireStrictEqualityOperators": true,
  343. "validateAttributeQuoteMarks": "'",
  344. "validateAttributeSeparator": ", ",
  345. "validateDivTags": true,
  346. "validateIndentation": 2
  347. },
  348. "collective": {
  349. "type": "opencollective",
  350. "url": "https://opencollective.com/wikijs",
  351. "logo": "https://opencollective.com/opencollective/logo.txt"
  352. }
  353. }