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.

352 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
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 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. "@bugsnag/js": "5.2.0",
  43. "algoliasearch": "3.32.1",
  44. "apollo-fetch": "0.7.0",
  45. "apollo-server": "2.3.3",
  46. "apollo-server-express": "2.3.3",
  47. "auto-load": "3.0.4",
  48. "aws-sdk": "2.420.0",
  49. "axios": "0.18.0",
  50. "azure-search-client": "3.1.5",
  51. "bcryptjs-then": "1.0.1",
  52. "bluebird": "3.5.3",
  53. "body-parser": "1.18.3",
  54. "chalk": "2.4.2",
  55. "cheerio": "1.0.0-rc.2",
  56. "chokidar": "2.0.4",
  57. "clean-css": "4.2.1",
  58. "compression": "1.7.3",
  59. "cookie-parser": "1.4.3",
  60. "cors": "2.8.5",
  61. "custom-error-instance": "2.1.1",
  62. "dependency-graph": "0.8.0",
  63. "diff": "4.0.1",
  64. "diff2html": "2.7.0",
  65. "dotize": "0.3.0",
  66. "elasticsearch": "15.4.1",
  67. "emoji-regex": "8.0.0",
  68. "express": "4.16.4",
  69. "express-brute": "1.0.1",
  70. "file-type": "10.7.1",
  71. "filesize": "4.0.0",
  72. "fs-extra": "7.0.1",
  73. "getos": "3.1.1",
  74. "graphql": "14.1.1",
  75. "graphql-list-fields": "2.0.2",
  76. "graphql-rate-limit-directive": "0.1.0",
  77. "graphql-subscriptions": "1.0.0",
  78. "graphql-tools": "4.0.4",
  79. "highlight.js": "9.14.2",
  80. "i18next": "14.0.1",
  81. "i18next-express-middleware": "1.7.1",
  82. "i18next-localstorage-cache": "1.1.1",
  83. "i18next-node-fs-backend": "2.1.1",
  84. "image-size": "0.7.1",
  85. "js-base64": "2.5.1",
  86. "js-binary": "1.2.0",
  87. "js-yaml": "3.12.1",
  88. "jsonwebtoken": "8.4.0",
  89. "klaw": "3.0.0",
  90. "knex": "0.16.3",
  91. "lodash": "4.17.11",
  92. "markdown-it": "8.4.2",
  93. "markdown-it-abbr": "1.0.4",
  94. "markdown-it-anchor": "5.0.2",
  95. "markdown-it-attrs": "2.3.2",
  96. "markdown-it-emoji": "1.4.0",
  97. "markdown-it-expand-tabs": "1.0.13",
  98. "markdown-it-external-links": "0.0.6",
  99. "markdown-it-footnote": "3.0.1",
  100. "markdown-it-imsize": "2.0.1",
  101. "markdown-it-mark": "2.0.0",
  102. "markdown-it-mathjax": "2.0.0",
  103. "markdown-it-sub": "1.0.0",
  104. "markdown-it-sup": "1.0.0",
  105. "markdown-it-task-lists": "2.1.1",
  106. "mathjax-node": "2.1.1",
  107. "mime-types": "2.1.21",
  108. "moment": "2.24.0",
  109. "moment-timezone": "0.5.23",
  110. "mongodb": "3.1.13",
  111. "mssql": "5.0.0-beta.1",
  112. "multer": "1.4.1",
  113. "mysql2": "1.6.4",
  114. "nanoid": "2.0.1",
  115. "node-2fa": "1.1.2",
  116. "node-cache": "4.2.0",
  117. "nodemailer": "5.1.1",
  118. "objection": "1.5.3",
  119. "ora": "3.0.0",
  120. "passport": "0.4.0",
  121. "passport-auth0": "1.1.0",
  122. "passport-azure-ad-oauth2": "0.0.4",
  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-google-oauth20": "1.0.0",
  129. "passport-jwt": "4.0.0",
  130. "passport-ldapauth": "2.1.1",
  131. "passport-local": "1.0.0",
  132. "passport-oauth2": "1.4.0",
  133. "passport-okta-oauth": "0.0.1",
  134. "passport-openidconnect": "0.0.2",
  135. "passport-saml": "1.0.0",
  136. "passport-slack": "0.0.7",
  137. "passport-twitch": "1.0.3",
  138. "passport-windowslive": "1.0.2",
  139. "pem-jwk": "2.0.0",
  140. "pg": "7.8.0",
  141. "pg-hstore": "2.3.2",
  142. "pg-query-stream": "2.0.0",
  143. "pg-tsquery": "8.0.3",
  144. "pm2": "3.2.9",
  145. "pug": "2.0.3",
  146. "qr-image": "3.2.0",
  147. "raven": "2.6.4",
  148. "remove-markdown": "0.3.0",
  149. "request": "2.88.0",
  150. "request-promise": "4.2.2",
  151. "safe-regex": "2.0.1",
  152. "scim-query-filter-parser": "1.1.0",
  153. "semver": "5.6.0",
  154. "serve-favicon": "2.5.0",
  155. "simple-git": "1.107.0",
  156. "solr-node": "1.1.3",
  157. "sqlite3": "4.0.6",
  158. "striptags": "3.1.1",
  159. "subscriptions-transport-ws": "0.9.15",
  160. "tar-fs": "2.0.0",
  161. "twemoji": "11.3.0",
  162. "uslug": "1.0.4",
  163. "uuid": "3.3.2",
  164. "validate.js": "0.12.0",
  165. "validator": "10.11.0",
  166. "validator-as-promised": "1.0.2",
  167. "winston": "3.2.1",
  168. "yargs": "12.0.5"
  169. },
  170. "devDependencies": {
  171. "@babel/cli": "^7.2.3",
  172. "@babel/core": "^7.2.2",
  173. "@babel/plugin-proposal-class-properties": "^7.3.0",
  174. "@babel/plugin-proposal-decorators": "^7.3.0",
  175. "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
  176. "@babel/plugin-proposal-function-sent": "^7.2.0",
  177. "@babel/plugin-proposal-json-strings": "^7.2.0",
  178. "@babel/plugin-proposal-numeric-separator": "^7.2.0",
  179. "@babel/plugin-proposal-throw-expressions": "^7.2.0",
  180. "@babel/plugin-syntax-dynamic-import": "^7.2.0",
  181. "@babel/plugin-syntax-import-meta": "^7.2.0",
  182. "@babel/polyfill": "^7.2.5",
  183. "@babel/preset-env": "^7.3.1",
  184. "@panter/vue-i18next": "0.15.0",
  185. "animate-sass": "0.8.2",
  186. "animated-number-vue": "0.1.4",
  187. "apollo-cache-inmemory": "1.4.2",
  188. "apollo-client": "2.4.12",
  189. "apollo-link": "1.2.8",
  190. "apollo-link-batch-http": "1.2.8",
  191. "apollo-link-error": "1.1.7",
  192. "apollo-link-http": "1.5.11",
  193. "apollo-link-persisted-queries": "0.2.2",
  194. "apollo-link-ws": "1.0.14",
  195. "apollo-utilities": "1.1.2",
  196. "autoprefixer": "9.4.7",
  197. "babel-eslint": "10.0.1",
  198. "babel-jest": "24.0.0",
  199. "babel-loader": "^8.0.5",
  200. "babel-plugin-graphql-tag": "1.6.0",
  201. "babel-plugin-lodash": "3.3.4",
  202. "babel-plugin-transform-imports": "1.5.1",
  203. "brace": "0.11.1",
  204. "cache-loader": "2.0.1",
  205. "chart.js": "2.7.3",
  206. "clean-webpack-plugin": "1.0.1",
  207. "copy-webpack-plugin": "4.6.0",
  208. "core-js": "2.6.3",
  209. "css-loader": "2.1.0",
  210. "cssnano": "4.1.8",
  211. "duplicate-package-checker-webpack-plugin": "3.0.0",
  212. "epic-spinners": "1.0.4",
  213. "eslint": "5.13.0",
  214. "eslint-config-requarks": "1.0.7",
  215. "eslint-config-standard": "12.0.0",
  216. "eslint-plugin-import": "2.16.0",
  217. "eslint-plugin-node": "8.0.1",
  218. "eslint-plugin-promise": "4.0.1",
  219. "eslint-plugin-standard": "4.0.0",
  220. "eslint-plugin-vue": "5.1.0",
  221. "file-loader": "3.0.1",
  222. "filepond": "4.2.0",
  223. "filepond-plugin-file-validate-type": "1.2.2",
  224. "filepond-plugin-image-preview": "4.0.3",
  225. "filesize.js": "1.0.2",
  226. "grapesjs": "0.14.52",
  227. "graphiql": "0.12.0",
  228. "graphql-persisted-document-loader": "1.0.1",
  229. "graphql-tag": "^2.10.1",
  230. "graphql-voyager": "1.0.0-rc.26",
  231. "hammerjs": "2.0.8",
  232. "html-webpack-plugin": "3.2.0",
  233. "html-webpack-pug-plugin": "0.3.0",
  234. "i18next-xhr-backend": "1.5.1",
  235. "ignore-loader": "0.1.2",
  236. "js-cookie": "2.2.0",
  237. "mini-css-extract-plugin": "0.5.0",
  238. "moment-duration-format": "2.2.2",
  239. "node-sass": "4.11.0",
  240. "offline-plugin": "5.0.6",
  241. "optimize-css-assets-webpack-plugin": "5.0.1",
  242. "postcss-cssnext": "3.1.0",
  243. "postcss-flexbugs-fixes": "4.1.0",
  244. "postcss-flexibility": "2.0.0",
  245. "postcss-import": "12.0.1",
  246. "postcss-loader": "3.0.0",
  247. "postcss-preset-env": "6.5.0",
  248. "postcss-selector-parser": "5.0.0",
  249. "pug-lint": "2.5.0",
  250. "pug-loader": "2.4.0",
  251. "pug-plain-loader": "1.0.0",
  252. "raw-loader": "1.0.0",
  253. "react": "16.7.0",
  254. "react-dom": "16.7.0",
  255. "resolve-url-loader": "3.0.0",
  256. "sass-loader": "7.1.0",
  257. "sass-resources-loader": "2.0.0",
  258. "script-ext-html-webpack-plugin": "2.1.3",
  259. "simple-progress-webpack-plugin": "1.1.2",
  260. "style-loader": "0.23.1",
  261. "stylus": "0.54.5",
  262. "stylus-loader": "3.0.2",
  263. "twemoji-awesome": "1.0.6",
  264. "url-loader": "1.1.2",
  265. "vee-validate": "2.1.7",
  266. "velocity-animate": "1.5.2",
  267. "viz.js": "2.1.2",
  268. "vue": "2.5.22",
  269. "vue-apollo": "3.0.0-beta.27",
  270. "vue-chartjs": "3.4.0",
  271. "vue-clipboards": "1.2.4",
  272. "vue-codemirror": "4.0.6",
  273. "vue-filepond": "5.0.0",
  274. "vue-hot-reload-api": "2.3.1",
  275. "vue-loader": "15.6.2",
  276. "vue-material-design-icons": "3.0.0",
  277. "vue-moment": "4.0.0",
  278. "vue-router": "3.0.2",
  279. "vue-simple-breakpoints": "1.0.3",
  280. "vue-status-indicator": "1.1.1",
  281. "vue-template-compiler": "2.5.22",
  282. "vue-tour": "1.1.0",
  283. "vue2-animate": "2.1.0",
  284. "vuedraggable": "2.17.0",
  285. "vuescroll": "4.10.2",
  286. "vuetify": "1.4.4",
  287. "vuex": "3.1.0",
  288. "vuex-pathify": "1.1.3",
  289. "vuex-persistedstate": "2.5.4",
  290. "webpack": "4.29.0",
  291. "webpack-bundle-analyzer": "3.0.3",
  292. "webpack-cli": "3.2.1",
  293. "webpack-dev-middleware": "3.5.1",
  294. "webpack-hot-middleware": "2.24.3",
  295. "webpack-merge": "4.2.1",
  296. "webpack-subresource-integrity": "1.3.2",
  297. "whatwg-fetch": "3.0.0",
  298. "write-file-webpack-plugin": "4.5.0",
  299. "xterm": "3.11.0",
  300. "zxcvbn": "4.4.2"
  301. },
  302. "resolutions": {
  303. "terser": "3.14.1",
  304. "apollo-server/**/core-js": "3.0.0-beta.11",
  305. "apollo-server-express/**/core-js": "3.0.0-beta.11"
  306. },
  307. "browserslist": [
  308. "> 1%",
  309. "last 2 versions",
  310. "Firefox ESR",
  311. "not ie < 11"
  312. ],
  313. "postcss": {
  314. "plugins": {
  315. "autoprefixer": {},
  316. "cssnano": {
  317. "preset": [
  318. "default",
  319. {
  320. "discardComments": {
  321. "removeAll": true
  322. }
  323. }
  324. ]
  325. },
  326. "postcss-flexbugs-fixes": {},
  327. "postcss-flexibility": {},
  328. "postcss-preset-env": {}
  329. }
  330. },
  331. "pugLintConfig": {
  332. "disallowDuplicateAttributes": true,
  333. "disallowIdAttributeWithStaticValue": true,
  334. "disallowMultipleLineBreaks": true,
  335. "requireClassLiteralsBeforeAttributes": true,
  336. "requireIdLiteralsBeforeAttributes": true,
  337. "requireLineFeedAtFileEnd": true,
  338. "requireLowerCaseAttributes": true,
  339. "requireLowerCaseTags": true,
  340. "requireSpaceAfterCodeOperator": true,
  341. "requireStrictEqualityOperators": true,
  342. "validateAttributeQuoteMarks": "'",
  343. "validateAttributeSeparator": ", ",
  344. "validateDivTags": true,
  345. "validateIndentation": 2
  346. },
  347. "collective": {
  348. "type": "opencollective",
  349. "url": "https://opencollective.com/wikijs",
  350. "logo": "https://opencollective.com/opencollective/logo.txt"
  351. }
  352. }