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
  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 wiki start",
  9. "stop": "node wiki stop",
  10. "restart": "node wiki restart",
  11. "dev": "node wiki dev",
  12. "build": "webpack --profile --config dev/webpack/webpack.prod.js",
  13. "watch": "webpack --config dev/webpack/webpack.dev.js",
  14. "test": "eslint --format codeframe --ext .js,.vue . && pug-lint server/views && jest"
  15. },
  16. "bin": {
  17. "wiki": "wiki.js"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git+https://github.com/Requarks/wiki.git"
  22. },
  23. "keywords": [
  24. "wiki",
  25. "wikis",
  26. "docs",
  27. "documentation",
  28. "markdown",
  29. "guides",
  30. "knowledge base"
  31. ],
  32. "author": "Nicolas Giard",
  33. "license": "AGPL-3.0",
  34. "bugs": {
  35. "url": "https://github.com/Requarks/wiki/issues"
  36. },
  37. "homepage": "https://github.com/Requarks/wiki#readme",
  38. "engines": {
  39. "node": ">=10.12"
  40. },
  41. "dependencies": {
  42. "@aoberoi/passport-slack": "1.0.5",
  43. "@bugsnag/js": "6.2.0",
  44. "algoliasearch": "3.32.1",
  45. "apollo-fetch": "0.7.0",
  46. "apollo-server": "2.4.8",
  47. "apollo-server-express": "2.4.8",
  48. "auto-load": "3.0.4",
  49. "aws-sdk": "2.444.0",
  50. "axios": "0.18.0",
  51. "azure-search-client": "3.1.5",
  52. "bcryptjs-then": "1.0.1",
  53. "bluebird": "3.5.4",
  54. "body-parser": "1.19.0",
  55. "chalk": "2.4.2",
  56. "cheerio": "1.0.0-rc.3",
  57. "chokidar": "2.1.5",
  58. "clean-css": "4.2.1",
  59. "compression": "1.7.4",
  60. "cookie-parser": "1.4.4",
  61. "cors": "2.8.5",
  62. "custom-error-instance": "2.1.1",
  63. "dependency-graph": "0.8.0",
  64. "diff": "4.0.1",
  65. "diff2html": "2.7.0",
  66. "dotize": "0.3.0",
  67. "elasticsearch": "15.4.1",
  68. "emoji-regex": "8.0.0",
  69. "express": "4.16.4",
  70. "express-brute": "1.0.1",
  71. "express-session": "1.16.1",
  72. "file-type": "10.11.0",
  73. "filesize": "4.1.2",
  74. "fs-extra": "7.0.1",
  75. "getos": "3.1.1",
  76. "graphql": "14.2.1",
  77. "graphql-list-fields": "2.0.2",
  78. "graphql-rate-limit-directive": "1.0.1",
  79. "graphql-subscriptions": "1.1.0",
  80. "graphql-tools": "4.0.4",
  81. "graphql-upload": "8.0.6",
  82. "highlight.js": "9.15.6",
  83. "i18next": "15.1.0",
  84. "i18next-express-middleware": "1.8.0",
  85. "i18next-localstorage-cache": "1.1.1",
  86. "i18next-node-fs-backend": "2.1.3",
  87. "image-size": "0.7.4",
  88. "js-base64": "2.5.1",
  89. "js-binary": "1.2.0",
  90. "js-yaml": "3.13.1",
  91. "jsonwebtoken": "8.5.1",
  92. "klaw": "3.0.0",
  93. "knex": "0.16.5",
  94. "lodash": "4.17.11",
  95. "markdown-it": "8.4.2",
  96. "markdown-it-abbr": "1.0.4",
  97. "markdown-it-anchor": "5.0.2",
  98. "markdown-it-attrs": "2.3.3",
  99. "markdown-it-emoji": "1.4.0",
  100. "markdown-it-expand-tabs": "1.0.13",
  101. "markdown-it-external-links": "0.0.6",
  102. "markdown-it-footnote": "3.0.1",
  103. "markdown-it-imsize": "2.0.1",
  104. "markdown-it-mark": "2.0.0",
  105. "markdown-it-mathjax": "2.0.0",
  106. "markdown-it-sub": "1.0.0",
  107. "markdown-it-sup": "1.0.0",
  108. "markdown-it-task-lists": "2.1.1",
  109. "mathjax-node": "2.1.1",
  110. "mime-types": "2.1.24",
  111. "moment": "2.24.0",
  112. "moment-timezone": "0.5.25",
  113. "mongodb": "3.2.3",
  114. "mssql": "5.1.0",
  115. "multer": "1.4.1",
  116. "mysql2": "1.6.5",
  117. "nanoid": "2.0.1",
  118. "node-2fa": "1.1.2",
  119. "node-cache": "4.2.0",
  120. "nodemailer": "6.1.1",
  121. "objection": "1.6.8",
  122. "ora": "3.4.0",
  123. "passport": "0.4.0",
  124. "passport-auth0": "1.1.0",
  125. "passport-azure-ad-oauth2": "0.0.4",
  126. "passport-cas": "0.1.1",
  127. "passport-discord": "0.1.3",
  128. "passport-dropbox-oauth2": "1.1.0",
  129. "passport-facebook": "3.0.0",
  130. "passport-github2": "0.1.11",
  131. "passport-google-oauth20": "2.0.0",
  132. "passport-jwt": "4.0.0",
  133. "passport-ldapauth": "2.1.3",
  134. "passport-local": "1.0.0",
  135. "passport-microsoft": "0.0.5",
  136. "passport-oauth2": "1.5.0",
  137. "passport-okta-oauth": "0.0.1",
  138. "passport-openidconnect": "0.0.2",
  139. "passport-saml": "1.0.0",
  140. "passport-twitch": "1.0.3",
  141. "pem-jwk": "2.0.0",
  142. "pg": "7.10.0",
  143. "pg-hstore": "2.3.2",
  144. "pg-query-stream": "2.0.0",
  145. "pg-tsquery": "8.0.4",
  146. "pm2": "3.5.0",
  147. "pug": "2.0.3",
  148. "qr-image": "3.2.0",
  149. "raven": "2.6.4",
  150. "remove-markdown": "0.3.0",
  151. "request": "2.88.0",
  152. "request-promise": "4.2.4",
  153. "safe-regex": "2.0.2",
  154. "scim-query-filter-parser": "1.1.0",
  155. "semver": "6.0.0",
  156. "serve-favicon": "2.5.0",
  157. "simple-git": "1.110.0",
  158. "solr-node": "1.1.3",
  159. "sqlite3": "4.0.6",
  160. "striptags": "3.1.1",
  161. "subscriptions-transport-ws": "0.9.16",
  162. "tar-fs": "2.0.0",
  163. "twemoji": "12.0.1",
  164. "uslug": "1.0.4",
  165. "uuid": "3.3.2",
  166. "validate.js": "0.12.0",
  167. "validator": "10.11.0",
  168. "validator-as-promised": "1.0.2",
  169. "winston": "3.2.1",
  170. "yargs": "13.2.2"
  171. },
  172. "devDependencies": {
  173. "@babel/cli": "^7.4.3",
  174. "@babel/core": "^7.4.3",
  175. "@babel/plugin-proposal-class-properties": "^7.4.0",
  176. "@babel/plugin-proposal-decorators": "^7.4.0",
  177. "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
  178. "@babel/plugin-proposal-function-sent": "^7.2.0",
  179. "@babel/plugin-proposal-json-strings": "^7.2.0",
  180. "@babel/plugin-proposal-numeric-separator": "^7.2.0",
  181. "@babel/plugin-proposal-throw-expressions": "^7.2.0",
  182. "@babel/plugin-syntax-dynamic-import": "^7.2.0",
  183. "@babel/plugin-syntax-import-meta": "^7.2.0",
  184. "@babel/polyfill": "^7.4.3",
  185. "@babel/preset-env": "^7.4.3",
  186. "@panter/vue-i18next": "0.15.0",
  187. "animate-sass": "0.8.2",
  188. "animated-number-vue": "0.1.5",
  189. "apollo-cache-inmemory": "1.5.1",
  190. "apollo-client": "2.4.12",
  191. "apollo-link": "1.2.11",
  192. "apollo-link-batch-http": "1.2.11",
  193. "apollo-link-error": "1.1.10",
  194. "apollo-link-http": "1.5.14",
  195. "apollo-link-persisted-queries": "0.2.2",
  196. "apollo-link-ws": "1.0.17",
  197. "apollo-upload-client": "10.0.0",
  198. "apollo-utilities": "1.2.1",
  199. "autoprefixer": "9.5.1",
  200. "babel-eslint": "10.0.1",
  201. "babel-jest": "24.7.1",
  202. "babel-loader": "^8.0.5",
  203. "babel-plugin-graphql-tag": "2.1.0",
  204. "babel-plugin-lodash": "3.3.4",
  205. "babel-plugin-transform-imports": "1.5.1",
  206. "brace": "0.11.1",
  207. "cache-loader": "3.0.0",
  208. "chart.js": "2.8.0",
  209. "clean-webpack-plugin": "2.0.1",
  210. "copy-webpack-plugin": "5.0.3",
  211. "core-js": "2.6.3",
  212. "css-loader": "2.1.1",
  213. "cssnano": "4.1.10",
  214. "duplicate-package-checker-webpack-plugin": "3.0.0",
  215. "epic-spinners": "1.0.4",
  216. "eslint": "5.16.0",
  217. "eslint-config-requarks": "1.0.7",
  218. "eslint-config-standard": "12.0.0",
  219. "eslint-plugin-import": "2.17.2",
  220. "eslint-plugin-node": "8.0.1",
  221. "eslint-plugin-promise": "4.1.1",
  222. "eslint-plugin-standard": "4.0.0",
  223. "eslint-plugin-vue": "5.2.2",
  224. "file-loader": "3.0.1",
  225. "filepond": "4.4.0",
  226. "filepond-plugin-file-validate-type": "1.2.4",
  227. "filesize.js": "1.0.2",
  228. "grapesjs": "0.14.57",
  229. "graphiql": "0.13.0",
  230. "graphql-persisted-document-loader": "1.0.1",
  231. "graphql-tag": "^2.10.1",
  232. "graphql-voyager": "1.0.0-rc.27",
  233. "hammerjs": "2.0.8",
  234. "html-webpack-plugin": "3.2.0",
  235. "html-webpack-pug-plugin": "0.3.0",
  236. "i18next-xhr-backend": "2.0.1",
  237. "ignore-loader": "0.1.2",
  238. "js-cookie": "2.2.0",
  239. "mini-css-extract-plugin": "0.6.0",
  240. "moment-duration-format": "2.2.2",
  241. "node-sass": "4.11.0",
  242. "offline-plugin": "5.0.6",
  243. "optimize-css-assets-webpack-plugin": "5.0.1",
  244. "postcss-cssnext": "3.1.0",
  245. "postcss-flexbugs-fixes": "4.1.0",
  246. "postcss-flexibility": "2.0.0",
  247. "postcss-import": "12.0.1",
  248. "postcss-loader": "3.0.0",
  249. "postcss-preset-env": "6.6.0",
  250. "postcss-selector-parser": "6.0.2",
  251. "pug-lint": "2.5.0",
  252. "pug-loader": "2.4.0",
  253. "pug-plain-loader": "1.0.0",
  254. "raw-loader": "2.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.0",
  260. "script-ext-html-webpack-plugin": "2.1.3",
  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. "twemoji-awesome": "1.0.6",
  266. "url-loader": "1.1.2",
  267. "vee-validate": "2.2.5",
  268. "velocity-animate": "1.5.2",
  269. "viz.js": "2.1.2",
  270. "vue": "2.6.10",
  271. "vue-apollo": "3.0.0-beta.28",
  272. "vue-chartjs": "3.4.2",
  273. "vue-clipboards": "1.2.4",
  274. "vue-codemirror": "4.0.6",
  275. "vue-filepond": "5.1.0",
  276. "vue-hot-reload-api": "2.3.3",
  277. "vue-loader": "15.7.0",
  278. "vue-material-design-icons": "3.2.0",
  279. "vue-moment": "4.0.0",
  280. "vue-router": "3.0.6",
  281. "vue-simple-breakpoints": "1.0.3",
  282. "vue-status-indicator": "1.1.1",
  283. "vue-template-compiler": "2.6.10",
  284. "vue-tour": "1.1.0",
  285. "vue2-animate": "2.1.0",
  286. "vuedraggable": "2.20.0",
  287. "vuescroll": "4.12.2",
  288. "vuetify": "1.5.13",
  289. "vuex": "3.1.0",
  290. "vuex-pathify": "1.2.2",
  291. "vuex-persistedstate": "2.5.4",
  292. "webpack": "4.30.0",
  293. "webpack-bundle-analyzer": "3.3.2",
  294. "webpack-cli": "3.3.1",
  295. "webpack-dev-middleware": "3.6.2",
  296. "webpack-hot-middleware": "2.24.4",
  297. "webpack-merge": "4.2.1",
  298. "webpack-subresource-integrity": "1.3.2",
  299. "whatwg-fetch": "3.0.0",
  300. "write-file-webpack-plugin": "4.5.0",
  301. "xterm": "3.12.2",
  302. "zxcvbn": "4.4.2"
  303. },
  304. "resolutions": {
  305. "terser": "3.14.1",
  306. "apollo-server/**/core-js": "3.0.0-beta.11",
  307. "apollo-server-express/**/core-js": "3.0.0-beta.11"
  308. },
  309. "browserslist": [
  310. "> 1%",
  311. "last 2 versions",
  312. "Firefox ESR",
  313. "not ie < 11"
  314. ],
  315. "postcss": {
  316. "plugins": {
  317. "autoprefixer": {},
  318. "cssnano": {
  319. "preset": [
  320. "default",
  321. {
  322. "discardComments": {
  323. "removeAll": true
  324. }
  325. }
  326. ]
  327. },
  328. "postcss-flexbugs-fixes": {},
  329. "postcss-flexibility": {},
  330. "postcss-preset-env": {}
  331. }
  332. },
  333. "pugLintConfig": {
  334. "disallowDuplicateAttributes": true,
  335. "disallowIdAttributeWithStaticValue": true,
  336. "disallowMultipleLineBreaks": true,
  337. "requireClassLiteralsBeforeAttributes": true,
  338. "requireIdLiteralsBeforeAttributes": true,
  339. "requireLineFeedAtFileEnd": true,
  340. "requireLowerCaseAttributes": true,
  341. "requireLowerCaseTags": true,
  342. "requireSpaceAfterCodeOperator": true,
  343. "requireStrictEqualityOperators": true,
  344. "validateAttributeQuoteMarks": "'",
  345. "validateAttributeSeparator": ", ",
  346. "validateDivTags": true,
  347. "validateIndentation": 2
  348. },
  349. "collective": {
  350. "type": "opencollective",
  351. "url": "https://opencollective.com/wikijs",
  352. "logo": "https://opencollective.com/opencollective/logo.txt"
  353. }
  354. }