package.json 11.9 KB
Newer Older
NGPixel's avatar
NGPixel committed
1 2
{
  "name": "wiki",
3
  "version": "2.0.0",
4
  "releaseDate": "2019-01-01T01:01:01.000Z",
NGPixel's avatar
NGPixel committed
5
  "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
6
  "main": "wiki.js",
7
  "dev": true,
NGPixel's avatar
NGPixel committed
8
  "scripts": {
Nick's avatar
Nick committed
9
    "start": "node server",
10 11 12
    "dev": "NODE_OPTIONS=--openssl-legacy-provider node dev",
    "build": "NODE_OPTIONS=--openssl-legacy-provider webpack --profile --config dev/webpack/webpack.prod.js",
    "watch": "NODE_OPTIONS=--openssl-legacy-provider webpack --config dev/webpack/webpack.dev.js",
13
    "test": "eslint --format codeframe --ext .js,.vue . && pug-lint server/views && jest",
14 15
    "cypress:open": "cypress open",
    "postinstall": "patch-package"
NGPixel's avatar
NGPixel committed
16 17 18 19 20 21 22 23 24 25 26
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Requarks/wiki.git"
  },
  "keywords": [
    "wiki",
    "wikis",
    "docs",
    "documentation",
    "markdown",
27 28
    "guides",
    "knowledge base"
NGPixel's avatar
NGPixel committed
29 30 31 32 33 34 35 36
  ],
  "author": "Nicolas Giard",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/Requarks/wiki/issues"
  },
  "homepage": "https://github.com/Requarks/wiki#readme",
  "engines": {
37
    "node": ">=10.12"
NGPixel's avatar
NGPixel committed
38 39
  },
  "dependencies": {
40
    "@azure/storage-blob": "12.12.0",
41
    "@exlinc/keycloak-passport": "1.0.2",
NGPixel's avatar
NGPixel committed
42
    "@joplin/turndown-plugin-gfm": "1.0.45",
NGPixel's avatar
NGPixel committed
43
    "@root/csr": "0.8.1",
NGPixel's avatar
NGPixel committed
44
    "@root/keypairs": "0.10.3",
NGPixel's avatar
NGPixel committed
45 46
    "@root/pem": "1.0.4",
    "acme": "3.0.3",
47
    "akismet-api": "5.3.0",
48
    "algoliasearch": "4.5.1",
49
    "apollo-fetch": "0.7.0",
NGPixel's avatar
NGPixel committed
50 51
    "apollo-server": "2.25.2",
    "apollo-server-express": "2.25.2",
NGPixel's avatar
NGPixel committed
52
    "asciidoctor": "2.2.6",
53
    "auto-load": "3.0.4",
NGPixel's avatar
NGPixel committed
54
    "aws-sdk": "2.1309.0",
55
    "azure-search-client": "3.1.5",
NGPixel's avatar
NGPixel committed
56
    "bcryptjs-then": "1.0.1",
57
    "bluebird": "3.7.2",
NGPixel's avatar
NGPixel committed
58
    "body-parser": "1.20.1",
59
    "chalk": "4.1.0",
60
    "cheerio": "1.0.0-rc.5",
NGPixel's avatar
NGPixel committed
61
    "chokidar": "3.5.3",
62
    "chromium-pickle-js": "0.2.0",
NGPixel's avatar
NGPixel committed
63
    "clean-css": "5.3.2",
64
    "command-exists": "1.2.9",
65
    "compression": "1.7.4",
66
    "connect-session-knex": "2.0.0",
NGPixel's avatar
NGPixel committed
67
    "cookie-parser": "1.4.6",
68
    "cors": "2.8.5",
69
    "cuint": "0.2.2",
70
    "custom-error-instance": "2.1.2",
NGPixel's avatar
NGPixel committed
71
    "dependency-graph": "0.11.0",
72
    "diff": "4.0.2",
73
    "diff2html": "3.1.14",
NGPixel's avatar
NGPixel committed
74
    "dompurify": "2.4.3",
75
    "dotize": "0.3.0",
76 77
    "elasticsearch6": "npm:@elastic/elasticsearch@6",
    "elasticsearch7": "npm:@elastic/elasticsearch@7",
NGPixel's avatar
NGPixel committed
78
    "emoji-regex": "10.2.1",
NGPixel's avatar
NGPixel committed
79 80
    "eventemitter2": "6.4.9",
    "express": "4.18.2",
81
    "express-brute": "1.0.1",
NGPixel's avatar
NGPixel committed
82
    "express-session": "1.17.3",
83
    "file-type": "15.0.1",
84
    "filesize": "6.1.0",
85
    "fs-extra": "9.0.1",
86
    "getos": "3.2.1",
87
    "graphql": "15.3.0",
88
    "graphql-list-fields": "2.0.2",
89
    "graphql-rate-limit-directive": "1.2.1",
90
    "graphql-subscriptions": "1.1.0",
91
    "graphql-tools": "7.0.0",
92
    "he": "1.2.0",
93 94
    "highlight.js": "10.3.1",
    "i18next": "19.8.3",
NGPixel's avatar
NGPixel committed
95
    "i18next-express-middleware": "2.0.0",
96
    "i18next-node-fs-backend": "2.1.3",
97
    "image-size": "0.9.2",
NGPixel's avatar
NGPixel committed
98
    "js-base64": "3.7.4",
99
    "js-binary": "1.2.0",
100
    "js-yaml": "3.14.0",
101
    "jsdom": "16.4.0",
NGPixel's avatar
NGPixel committed
102
    "jsonwebtoken": "9.0.0",
103
    "katex": "0.12.0",
104
    "klaw": "3.0.0",
105
    "knex": "0.21.7",
106
    "lodash": "4.17.21",
NGPixel's avatar
NGPixel committed
107
    "luxon": "1.25.0",
108
    "markdown-it": "11.0.1",
NGPixel's avatar
NGPixel committed
109
    "markdown-it-abbr": "1.0.4",
110
    "markdown-it-attrs": "3.0.3",
111
    "markdown-it-decorate": "1.2.2",
112
    "markdown-it-emoji": "3.0.0",
113
    "markdown-it-expand-tabs": "1.0.13",
114
    "markdown-it-external-links": "0.0.6",
NGPixel's avatar
NGPixel committed
115
    "markdown-it-footnote": "3.0.3",
116
    "markdown-it-imsize": "2.0.1",
117
    "markdown-it-mark": "3.0.1",
NGPixel's avatar
NGPixel committed
118
    "markdown-it-mathjax": "2.0.0",
NGPixel's avatar
NGPixel committed
119
    "markdown-it-multimd-table": "4.0.3",
120
    "markdown-it-pivot-table": "1.0.5",
121 122
    "markdown-it-sub": "1.0.0",
    "markdown-it-sup": "1.0.0",
123
    "markdown-it-task-lists": "2.1.1",
NGPixel's avatar
NGPixel committed
124
    "mathjax": "3.2.2",
125
    "mime-types": "2.1.35",
NGPixel's avatar
NGPixel committed
126
    "moment": "2.29.4",
NGPixel's avatar
NGPixel committed
127
    "moment-timezone": "0.5.40",
128 129
    "mongodb": "3.6.5",
    "ms": "2.1.3",
130
    "mssql": "6.2.3",
NGPixel's avatar
NGPixel committed
131
    "multer": "1.4.4",
NGPixel's avatar
NGPixel committed
132
    "mysql2": "3.1.0",
NGPixel's avatar
NGPixel committed
133
    "nanoid": "3.2.0",
NGPixel's avatar
NGPixel committed
134
    "node-2fa": "1.1.2",
135
    "node-cache": "5.1.2",
NGPixel's avatar
NGPixel committed
136
    "nodemailer": "6.9.1",
NGPixel's avatar
NGPixel committed
137
    "objection": "2.2.18",
138
    "passport": "0.4.1",
NGPixel's avatar
NGPixel committed
139 140
    "passport-auth0": "1.4.3",
    "passport-azure-ad": "4.3.4",
141
    "passport-cas": "0.1.1",
142
    "passport-discord": "0.1.4",
143
    "passport-dropbox-oauth2": "1.1.0",
Nicolas Giard's avatar
Nicolas Giard committed
144
    "passport-facebook": "3.0.0",
145
    "passport-github2": "0.1.12",
146
    "passport-gitlab2": "5.0.0",
147
    "passport-google-oauth20": "2.0.0",
NGPixel's avatar
NGPixel committed
148
    "passport-jwt": "4.0.1",
149
    "passport-ldapauth": "3.0.1",
NGPixel's avatar
NGPixel committed
150
    "passport-local": "1.0.0",
NGPixel's avatar
NGPixel committed
151
    "passport-microsoft": "0.1.0",
NGPixel's avatar
NGPixel committed
152
    "passport-oauth2": "1.6.1",
153
    "passport-okta-oauth": "0.0.1",
NGPixel's avatar
NGPixel committed
154 155
    "passport-openidconnect": "0.1.1",
    "passport-saml": "3.2.4",
156
    "passport-slack-oauth2": "1.1.1",
157
    "passport-twitch-strategy": "2.2.0",
158
    "patch-package": "8.0.0",
Nicolas Giard's avatar
Nicolas Giard committed
159
    "pem-jwk": "2.0.0",
NGPixel's avatar
NGPixel committed
160
    "pg": "8.9.0",
NGPixel's avatar
NGPixel committed
161
    "pg-hstore": "2.3.4",
162
    "pg-pubsub": "0.5.0",
NGPixel's avatar
NGPixel committed
163 164
    "pg-query-stream": "4.3.0",
    "pg-tsquery": "8.4.1",
165
    "postinstall-postinstall": "2.1.0",
166
    "pug": "3.0.2",
NGPixel's avatar
NGPixel committed
167
    "punycode": "2.3.0",
NGPixel's avatar
NGPixel committed
168
    "qr-image": "3.2.0",
169
    "raven": "2.6.4",
NGPixel's avatar
NGPixel committed
170
    "remove-markdown": "0.5.0",
171
    "request": "2.88.2",
172
    "request-promise": "4.2.6",
NGPixel's avatar
NGPixel committed
173
    "safe-regex": "2.1.1",
174
    "sanitize-filename": "1.6.3",
175
    "scim-query-filter-parser": "2.0.4",
NGPixel's avatar
NGPixel committed
176
    "semver": "7.3.8",
177
    "serve-favicon": "2.5.0",
NGPixel's avatar
NGPixel committed
178
    "simple-git": "3.16.0",
Nick's avatar
Nick committed
179
    "solr-node": "1.2.1",
NGPixel's avatar
NGPixel committed
180 181
    "sqlite3": "5.1.4",
    "ssh2": "1.11.0",
NGPixel's avatar
NGPixel committed
182
    "ssh2-promise": "1.0.3",
NGPixel's avatar
NGPixel committed
183
    "striptags": "3.2.0",
184
    "subscriptions-transport-ws": "0.9.18",
185
    "tar-fs": "2.1.1",
NGPixel's avatar
NGPixel committed
186
    "turndown": "7.1.1",
NGPixel's avatar
NGPixel committed
187
    "twemoji": "14.0.2",
Nicolas Giard's avatar
Nicolas Giard committed
188
    "uslug": "1.0.4",
NGPixel's avatar
NGPixel committed
189
    "uuid": "9.0.0",
190
    "validate.js": "0.13.1",
NGPixel's avatar
NGPixel committed
191
    "winston": "3.8.2",
NGPixel's avatar
NGPixel committed
192
    "xss": "1.0.14",
NGPixel's avatar
NGPixel committed
193
    "yargs": "17.6.2"
NGPixel's avatar
NGPixel committed
194 195
  },
  "devDependencies": {
196 197 198 199 200 201 202 203 204
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-proposal-decorators": "^7.12.1",
    "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
    "@babel/plugin-proposal-function-sent": "^7.12.1",
    "@babel/plugin-proposal-json-strings": "^7.12.1",
    "@babel/plugin-proposal-numeric-separator": "^7.12.1",
    "@babel/plugin-proposal-throw-expressions": "^7.12.1",
205
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
206
    "@babel/plugin-syntax-import-meta": "^7.10.4",
207 208 209
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "@mdi/font": "5.8.55",
210
    "@panter/vue-i18next": "0.15.2",
211
    "@requarks/ckeditor5": "19.0.1-wiki.2",
NGPixel's avatar
NGPixel committed
212
    "@vue/babel-preset-app": "4.5.15",
Nick's avatar
Nick committed
213
    "animate-sass": "0.8.2",
214
    "animated-number-vue": "1.0.0",
215 216
    "apollo-cache-inmemory": "1.6.6",
    "apollo-client": "2.6.10",
217 218 219 220
    "apollo-link": "1.2.14",
    "apollo-link-batch-http": "1.2.14",
    "apollo-link-error": "1.1.13",
    "apollo-link-http": "1.5.17",
NGPixel's avatar
NGPixel committed
221
    "apollo-link-persisted-queries": "0.2.5",
222
    "apollo-link-ws": "1.0.20",
223
    "apollo-utilities": "1.3.4",
224
    "autoprefixer": "9.8.6",
225
    "babel-eslint": "10.1.0",
226
    "babel-jest": "26.6.1",
227
    "babel-loader": "^8.1.0",
228
    "babel-plugin-graphql-tag": "3.1.0",
229
    "babel-plugin-lodash": "3.3.4",
NGPixel's avatar
NGPixel committed
230
    "babel-plugin-prismjs": "2.0.1",
231
    "babel-plugin-transform-imports": "2.0.0",
232
    "cache-loader": "4.1.0",
233
    "canvas-confetti": "1.3.1",
NGPixel's avatar
NGPixel committed
234
    "cash-dom": "8.1.3",
235
    "chart.js": "2.9.4",
Nick's avatar
Nick committed
236
    "clean-webpack-plugin": "3.0.0",
NGPixel's avatar
NGPixel committed
237
    "clipboard": "2.0.11",
238
    "codemirror": "5.58.2",
239
    "codemirror-asciidoc": "1.0.4",
240
    "copy-webpack-plugin": "6.2.1",
241
    "core-js": "3.6.5",
242
    "css-loader": "4.3.0",
243
    "cssnano": "4.1.10",
244 245
    "cypress": "5.3.0",
    "d3": "6.2.0",
246
    "duplicate-package-checker-webpack-plugin": "3.0.0",
Nick's avatar
Nick committed
247
    "epic-spinners": "1.1.0",
248
    "eslint": "7.12.0",
249
    "eslint-config-requarks": "1.0.7",
250
    "eslint-config-standard": "15.0.0",
251 252
    "eslint-plugin-cypress": "2.11.2",
    "eslint-plugin-import": "2.22.1",
253
    "eslint-plugin-node": "11.1.0",
254
    "eslint-plugin-promise": "4.2.1",
255 256 257 258
    "eslint-plugin-standard": "4.0.2",
    "eslint-plugin-vue": "7.1.0",
    "file-loader": "6.1.1",
    "filepond": "4.21.1",
NGPixel's avatar
NGPixel committed
259
    "filepond-plugin-file-validate-type": "1.2.8",
NGPixel's avatar
NGPixel committed
260
    "filesize.js": "2.0.0",
261
    "graphql-persisted-document-loader": "2.0.0",
262
    "graphql-tag": "2.11.0",
263
    "hammerjs": "2.0.8",
264
    "html-webpack-plugin": "4.5.0",
265
    "html-webpack-pug-plugin": "2.0.0",
266
    "i18next-chained-backend": "2.0.1",
NGPixel's avatar
NGPixel committed
267
    "i18next-localstorage-backend": "3.1.3",
268
    "i18next-xhr-backend": "3.2.2",
269
    "ignore-loader": "0.1.2",
270
    "jest": "26.6.1",
271
    "js-beautify": "1.13.5",
272
    "js-cookie": "2.2.1",
273
    "mermaid": "8.8.2",
274
    "mini-css-extract-plugin": "0.11.3",
275
    "moment-duration-format": "2.3.2",
276
    "moment-timezone-data-webpack-plugin": "1.3.0",
Nick's avatar
Nick committed
277
    "offline-plugin": "5.0.7",
NGPixel's avatar
NGPixel committed
278
    "optimize-css-assets-webpack-plugin": "5.0.4",
279
    "pako": "1.0.11",
NGPixel's avatar
NGPixel committed
280
    "postcss-cssnext": "3.1.1",
281
    "postcss-flexbugs-fixes": "4.2.1",
282
    "postcss-flexibility": "2.0.0",
283
    "postcss-import": "12.0.1",
284
    "postcss-loader": "3.0.0",
285
    "postcss-preset-env": "6.7.0",
NGPixel's avatar
NGPixel committed
286
    "postcss-selector-parser": "6.0.11",
287
    "prismjs": "1.22.0",
288
    "pug-lint": "2.6.0",
289 290
    "pug-loader": "2.4.0",
    "pug-plain-loader": "1.0.0",
291 292 293 294
    "raw-loader": "4.0.2",
    "resolve-url-loader": "3.1.2",
    "sass": "1.27.0",
    "sass-loader": "10.0.4",
295
    "sass-resources-loader": "2.1.1",
NGPixel's avatar
NGPixel committed
296
    "script-ext-html-webpack-plugin": "2.1.5",
297
    "simple-progress-webpack-plugin": "1.1.2",
298
    "style-loader": "1.3.0",
299
    "terser": "5.3.8",
NGPixel's avatar
NGPixel committed
300
    "twemoji-awesome": "1.0.6",
301
    "url-loader": "4.1.1",
302
    "velocity-animate": "1.5.2",
Nicolas Giard's avatar
Nicolas Giard committed
303
    "viz.js": "2.1.2",
NGPixel's avatar
NGPixel committed
304
    "vue": "2.6.14",
305
    "vue-apollo": "3.0.5",
306
    "vue-chartjs": "3.5.1",
307
    "vue-clipboards": "1.3.0",
308
    "vue-filepond": "6.0.3",
309
    "vue-hot-reload-api": "2.3.4",
NGPixel's avatar
NGPixel committed
310
    "vue-loader": "15.9.8",
311
    "vue-moment": "4.1.0",
312
    "vue-router": "3.4.7",
313
    "vue-status-indicator": "1.2.1",
NGPixel's avatar
NGPixel committed
314
    "vue-template-compiler": "2.6.14",
NGPixel's avatar
NGPixel committed
315
    "vue2-animate": "2.1.4",
316
    "vuedraggable": "2.24.3",
317
    "vuescroll": "4.16.1",
318
    "vuetify": "2.3.15",
319
    "vuetify-loader": "1.6.0",
320
    "vuex": "3.5.1",
321
    "vuex-pathify": "1.4.5",
322
    "vuex-persistedstate": "3.1.0",
323 324
    "webpack": "4.44.2",
    "webpack-bundle-analyzer": "3.9.0",
325
    "webpack-cli": "3.3.12",
NGPixel's avatar
NGPixel committed
326
    "webpack-dev-middleware": "3.7.2",
NGPixel's avatar
NGPixel committed
327
    "webpack-hot-middleware": "2.25.3",
328
    "webpack-merge": "5.2.0",
329
    "webpack-modernizr-loader": "5.0.0",
330
    "webpack-subresource-integrity": "1.5.1",
331
    "webpackbar": "4.0.0",
NGPixel's avatar
NGPixel committed
332
    "whatwg-fetch": "3.6.2",
333
    "write-file-webpack-plugin": "4.5.1",
334
    "xterm": "4.9.0",
335
    "zxcvbn": "4.4.2"
336
  },
337
  "resolutions": {
NGPixel's avatar
NGPixel committed
338
    "apollo-server-express/**/graphql-tools": "4.0.8",
339
    "graphql": "15.3.0"
340
  },
341 342
  "browserslist": [
    "> 1%",
343
    "last 2 major versions",
344
    "Firefox ESR",
345 346 347 348
    "not ie > 0",
    "not ie_mob > 0",
    "not android > 0",
    "not dead"
349
  ],
350 351 352 353 354 355 356 357 358 359 360 361 362 363
  "postcss": {
    "plugins": {
      "autoprefixer": {},
      "cssnano": {
        "preset": [
          "default",
          {
            "discardComments": {
              "removeAll": true
            }
          }
        ]
      },
      "postcss-flexbugs-fixes": {},
364
      "postcss-flexibility": {}
365 366 367 368 369 370 371 372 373 374 375 376 377 378
    }
  },
  "pugLintConfig": {
    "disallowDuplicateAttributes": true,
    "disallowIdAttributeWithStaticValue": true,
    "disallowMultipleLineBreaks": true,
    "requireClassLiteralsBeforeAttributes": true,
    "requireIdLiteralsBeforeAttributes": true,
    "requireLineFeedAtFileEnd": true,
    "requireLowerCaseAttributes": true,
    "requireLowerCaseTags": true,
    "requireSpaceAfterCodeOperator": true,
    "requireStrictEqualityOperators": true,
    "validateAttributeQuoteMarks": "'",
379 380 381 382
    "validateAttributeSeparator": {
      "separator": ", ",
      "multiLineSeparator": "\n  "
    },
383
    "validateDivTags": true,
384 385 386 387 388 389 390
    "validateIndentation": 2,
    "excludeFiles": [
      "node_modules/**",
      "server/views/master.pug",
      "server/views/setup.pug",
      "server/views/legacy/master.pug"
    ]
391
  },
392 393 394 395
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/wikijs",
    "logo": "https://opencollective.com/opencollective/logo.txt"
NGPixel's avatar
NGPixel committed
396
  }
NGPixel's avatar
NGPixel committed
397
}