package.json 10.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",
Nick's avatar
Nick committed
10
    "dev": "node dev",
NGPixel's avatar
NGPixel committed
11 12
    "build": "webpack --profile --config dev/webpack/webpack.prod.js",
    "watch": "webpack --config dev/webpack/webpack.dev.js",
13
    "test": "eslint --format codeframe --ext .js,.vue . && pug-lint server/views && jest"
NGPixel's avatar
NGPixel committed
14 15 16 17 18 19 20 21 22 23 24
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Requarks/wiki.git"
  },
  "keywords": [
    "wiki",
    "wikis",
    "docs",
    "documentation",
    "markdown",
25 26
    "guides",
    "knowledge base"
NGPixel's avatar
NGPixel committed
27 28 29 30 31 32 33 34
  ],
  "author": "Nicolas Giard",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/Requarks/wiki/issues"
  },
  "homepage": "https://github.com/Requarks/wiki#readme",
  "engines": {
35
    "node": ">=10.12"
NGPixel's avatar
NGPixel committed
36 37
  },
  "dependencies": {
38
    "@aoberoi/passport-slack": "1.0.5",
39
    "@azure/storage-blob": "12.1.1",
40
    "@bugsnag/js": "7.0.0",
41
    "@exlinc/keycloak-passport": "1.0.2",
NGPixel's avatar
NGPixel committed
42 43 44 45
    "@root/csr": "0.8.1",
    "@root/keypairs": "0.9.0",
    "@root/pem": "1.0.4",
    "acme": "3.0.3",
NGPixel's avatar
NGPixel committed
46
    "algoliasearch": "4.2.0",
47
    "apollo-fetch": "0.7.0",
48 49
    "apollo-server": "2.12.0",
    "apollo-server-express": "2.12.0",
50
    "auto-load": "3.0.4",
NGPixel's avatar
NGPixel committed
51
    "aws-sdk": "2.663.0",
52
    "azure-search-client": "3.1.5",
NGPixel's avatar
NGPixel committed
53
    "bcryptjs-then": "1.0.1",
54
    "bluebird": "3.7.2",
55
    "body-parser": "1.19.0",
56
    "chalk": "4.0.0",
57
    "cheerio": "1.0.0-rc.3",
58
    "chokidar": "3.3.1",
59
    "clean-css": "4.2.3",
60
    "compression": "1.7.4",
61 62
    "connect-session-knex": "1.6.0",
    "cookie-parser": "1.4.5",
63
    "cors": "2.8.5",
64
    "custom-error-instance": "2.1.1",
65
    "dependency-graph": "0.9.0",
66
    "diff": "4.0.2",
67
    "diff2html": "3.1.6",
68
    "dompurify": "2.0.10",
69
    "dotize": "0.3.0",
70 71
    "elasticsearch6": "npm:@elastic/elasticsearch@6",
    "elasticsearch7": "npm:@elastic/elasticsearch@7",
72
    "emoji-regex": "9.0.0",
NGPixel's avatar
NGPixel committed
73
    "eventemitter2": "6.3.1",
Nick's avatar
Nick committed
74
    "express": "4.17.1",
75
    "express-brute": "1.0.1",
76
    "express-session": "1.17.1",
NGPixel's avatar
NGPixel committed
77
    "file-type": "14.2.0",
78
    "filesize": "6.1.0",
79
    "fs-extra": "9.0.0",
NGPixel's avatar
NGPixel committed
80
    "getos": "3.2.0",
NGPixel's avatar
NGPixel committed
81
    "graphql": "14.6.0",
82
    "graphql-list-fields": "2.0.2",
83
    "graphql-rate-limit-directive": "1.2.1",
84
    "graphql-subscriptions": "1.1.0",
85
    "graphql-tools": "4.0.7",
86
    "he": "1.2.0",
NGPixel's avatar
NGPixel committed
87 88 89
    "highlight.js": "10.0.0",
    "i18next": "19.4.3",
    "i18next-express-middleware": "2.0.0",
90
    "i18next-node-fs-backend": "2.1.3",
NGPixel's avatar
NGPixel committed
91
    "image-size": "0.8.3",
92
    "js-base64": "2.5.2",
93
    "js-binary": "1.2.0",
94 95
    "js-yaml": "3.13.1",
    "jsonwebtoken": "8.5.1",
96
    "katex": "0.11.1",
97
    "klaw": "3.0.0",
NGPixel's avatar
NGPixel committed
98
    "knex": "0.21.0",
99
    "lodash": "4.17.15",
100
    "markdown-it": "10.0.0",
NGPixel's avatar
NGPixel committed
101
    "markdown-it-abbr": "1.0.4",
102
    "markdown-it-attrs": "3.0.2",
NGPixel's avatar
NGPixel committed
103
    "markdown-it-emoji": "1.4.0",
104
    "markdown-it-expand-tabs": "1.0.13",
105
    "markdown-it-external-links": "0.0.6",
106
    "markdown-it-footnote": "3.0.2",
107
    "markdown-it-imsize": "2.0.1",
108
    "markdown-it-mark": "3.0.0",
NGPixel's avatar
NGPixel committed
109
    "markdown-it-mathjax": "2.0.0",
110 111
    "markdown-it-sub": "1.0.0",
    "markdown-it-sup": "1.0.0",
112
    "markdown-it-task-lists": "2.1.1",
113
    "mathjax-node": "2.1.1",
NGPixel's avatar
NGPixel committed
114
    "mime-types": "2.1.27",
Nicolas Giard's avatar
Nicolas Giard committed
115
    "moment": "2.24.0",
116
    "moment-timezone": "0.5.28",
117
    "mongodb": "3.5.6",
118
    "ms": "2.1.2",
119
    "mssql": "6.2.0",
120
    "multer": "1.4.2",
121
    "mysql2": "2.1.0",
122
    "nanoid": "3.1.3",
NGPixel's avatar
NGPixel committed
123
    "node-2fa": "1.1.2",
124
    "node-cache": "5.1.0",
125
    "nodemailer": "6.4.6",
126
    "objection": "2.1.3",
127
    "passport": "0.4.1",
128
    "passport-auth0": "1.3.2",
129
    "passport-azure-ad": "4.2.1",
130
    "passport-cas": "0.1.1",
131
    "passport-discord": "0.1.3",
132
    "passport-dropbox-oauth2": "1.1.0",
Nicolas Giard's avatar
Nicolas Giard committed
133
    "passport-facebook": "3.0.0",
134
    "passport-github2": "0.1.12",
135
    "passport-gitlab2": "5.0.0",
136
    "passport-google-oauth20": "2.0.0",
137
    "passport-jwt": "4.0.0",
138
    "passport-ldapauth": "2.1.4",
NGPixel's avatar
NGPixel committed
139
    "passport-local": "1.0.0",
NGPixel's avatar
NGPixel committed
140
    "passport-microsoft": "0.1.0",
141
    "passport-oauth2": "1.5.0",
142 143
    "passport-okta-oauth": "0.0.1",
    "passport-openidconnect": "0.0.2",
144
    "passport-saml": "1.3.3",
145
    "passport-twitch-oauth": "1.0.0",
Nicolas Giard's avatar
Nicolas Giard committed
146
    "pem-jwk": "2.0.0",
NGPixel's avatar
NGPixel committed
147
    "pg": "8.0.3",
148
    "pg-hstore": "2.3.3",
149
    "pg-pubsub": "0.5.0",
NGPixel's avatar
NGPixel committed
150
    "pg-query-stream": "3.0.7",
151
    "pg-tsquery": "8.1.0",
152
    "pug": "2.0.4",
NGPixel's avatar
NGPixel committed
153
    "punycode": "2.1.1",
NGPixel's avatar
NGPixel committed
154
    "qr-image": "3.2.0",
155
    "raven": "2.6.4",
NGPixel's avatar
NGPixel committed
156
    "remove-markdown": "0.3.0",
157
    "request": "2.88.2",
158
    "request-promise": "4.2.5",
NGPixel's avatar
NGPixel committed
159
    "safe-regex": "2.1.1",
160
    "sanitize-filename": "1.6.3",
161
    "scim-query-filter-parser": "2.0.4",
162
    "semver": "7.3.2",
163
    "serve-favicon": "2.5.0",
164
    "simple-git": "1.132.0",
Nick's avatar
Nick committed
165
    "solr-node": "1.2.1",
166
    "sqlite3": "4.1.1",
167
    "ssh2": "0.8.9",
168
    "ssh2-promise": "0.1.6",
169
    "striptags": "3.1.1",
170
    "subscriptions-transport-ws": "0.9.16",
171
    "tar-fs": "2.0.1",
172
    "twemoji": "12.1.5",
Nicolas Giard's avatar
Nicolas Giard committed
173
    "uslug": "1.0.4",
174
    "uuid": "7.0.3",
175
    "validate.js": "0.13.1",
Nick's avatar
Nick committed
176
    "winston": "3.2.1",
177
    "xss": "1.0.6",
178
    "yargs": "15.3.1"
NGPixel's avatar
NGPixel committed
179 180
  },
  "devDependencies": {
181
    "@babel/cli": "^7.8.4",
182
    "@babel/core": "^7.9.0",
183 184 185 186 187 188 189 190 191
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@babel/plugin-proposal-export-namespace-from": "^7.8.3",
    "@babel/plugin-proposal-function-sent": "^7.8.3",
    "@babel/plugin-proposal-json-strings": "^7.8.3",
    "@babel/plugin-proposal-numeric-separator": "^7.8.3",
    "@babel/plugin-proposal-throw-expressions": "^7.8.3",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.8.3",
192
    "@babel/polyfill": "^7.8.7",
193
    "@babel/preset-env": "^7.9.5",
194
    "@mdi/font": "5.1.45",
195
    "@panter/vue-i18next": "0.15.2",
196 197
    "@requarks/ckeditor5": "12.4.0-wiki.16",
    "@vue/babel-preset-app": "4.3.1",
Nick's avatar
Nick committed
198
    "animate-sass": "0.8.2",
199
    "animated-number-vue": "1.0.0",
200 201
    "apollo-cache-inmemory": "1.6.5",
    "apollo-client": "2.6.8",
202 203 204 205
    "apollo-link": "1.2.14",
    "apollo-link-batch-http": "1.2.14",
    "apollo-link-error": "1.1.13",
    "apollo-link-http": "1.5.17",
206
    "apollo-link-persisted-queries": "0.2.2",
207
    "apollo-link-ws": "1.0.20",
208
    "apollo-utilities": "1.3.3",
209
    "autoprefixer": "9.7.6",
210
    "babel-eslint": "10.1.0",
NGPixel's avatar
NGPixel committed
211
    "babel-jest": "25.4.0",
212
    "babel-loader": "^8.1.0",
213
    "babel-plugin-graphql-tag": "2.5.0",
214
    "babel-plugin-lodash": "3.3.4",
NGPixel's avatar
NGPixel committed
215
    "babel-plugin-prismjs": "2.0.1",
216
    "babel-plugin-transform-imports": "2.0.0",
217
    "cache-loader": "4.1.0",
218
    "chart.js": "2.9.3",
Nick's avatar
Nick committed
219
    "clean-webpack-plugin": "3.0.0",
220
    "clipboard": "2.0.6",
NGPixel's avatar
NGPixel committed
221
    "codemirror": "5.53.2",
222
    "copy-webpack-plugin": "5.1.1",
223
    "core-js": "3.6.5",
NGPixel's avatar
NGPixel committed
224
    "css-loader": "3.5.3",
225
    "cssnano": "4.1.10",
NGPixel's avatar
NGPixel committed
226
    "d3": "5.16.0",
227
    "duplicate-package-checker-webpack-plugin": "3.0.0",
Nick's avatar
Nick committed
228
    "epic-spinners": "1.1.0",
229
    "eslint": "6.8.0",
230
    "eslint-config-requarks": "1.0.7",
231 232 233
    "eslint-config-standard": "14.1.1",
    "eslint-plugin-import": "2.20.2",
    "eslint-plugin-node": "11.1.0",
234
    "eslint-plugin-promise": "4.2.1",
235
    "eslint-plugin-standard": "4.0.1",
236
    "eslint-plugin-vue": "6.2.2",
NGPixel's avatar
NGPixel committed
237
    "fibers": "5.0.0",
238
    "file-loader": "6.0.0",
239
    "filepond": "4.13.4",
240
    "filepond-plugin-file-validate-type": "1.2.5",
NGPixel's avatar
NGPixel committed
241
    "filesize.js": "2.0.0",
242
    "graphql-persisted-document-loader": "2.0.0",
243
    "graphql-tag": "^2.10.3",
244
    "hammerjs": "2.0.8",
245
    "html-webpack-plugin": "4.2.0",
246
    "html-webpack-pug-plugin": "2.0.0",
247
    "i18next-chained-backend": "2.0.1",
248
    "i18next-localstorage-backend": "3.1.1",
249
    "i18next-xhr-backend": "3.2.2",
250
    "ignore-loader": "0.1.2",
NGPixel's avatar
NGPixel committed
251
    "jest": "25.4.0",
252
    "js-cookie": "2.2.1",
253
    "mermaid": "8.5.0",
254
    "mini-css-extract-plugin": "0.9.0",
255
    "moment-duration-format": "2.3.2",
Nick's avatar
Nick committed
256
    "offline-plugin": "5.0.7",
257
    "optimize-css-assets-webpack-plugin": "5.0.3",
258
    "postcss-cssnext": "3.1.0",
259
    "postcss-flexbugs-fixes": "4.2.0",
260
    "postcss-flexibility": "2.0.0",
261
    "postcss-import": "12.0.1",
262
    "postcss-loader": "3.0.0",
263
    "postcss-preset-env": "6.7.0",
264
    "postcss-selector-parser": "6.0.2",
265
    "prismjs": "1.20.0",
266
    "pug-lint": "2.6.0",
267 268
    "pug-loader": "2.4.0",
    "pug-plain-loader": "1.0.0",
269
    "raw-loader": "4.0.1",
270
    "resolve-url-loader": "3.1.1",
NGPixel's avatar
NGPixel committed
271
    "sass": "1.26.5",
272
    "sass-loader": "8.0.2",
273
    "sass-resources-loader": "2.0.3",
274
    "script-ext-html-webpack-plugin": "2.1.4",
275
    "simple-progress-webpack-plugin": "1.1.2",
NGPixel's avatar
NGPixel committed
276 277
    "style-loader": "1.2.0",
    "terser": "4.6.12",
NGPixel's avatar
NGPixel committed
278
    "twemoji-awesome": "1.0.6",
279
    "url-loader": "4.1.0",
280
    "velocity-animate": "1.5.2",
Nicolas Giard's avatar
Nicolas Giard committed
281
    "viz.js": "2.1.2",
282
    "vue": "2.6.11",
NGPixel's avatar
NGPixel committed
283
    "vue-apollo": "3.0.3",
284
    "vue-chartjs": "3.5.0",
285
    "vue-clipboards": "1.3.0",
286
    "vue-filepond": "6.0.2",
287
    "vue-hot-reload-api": "2.3.4",
288
    "vue-loader": "15.9.1",
289
    "vue-moment": "4.1.0",
290
    "vue-router": "3.1.6",
291
    "vue-status-indicator": "1.2.1",
292
    "vue-template-compiler": "2.6.11",
293
    "vue2-animate": "2.1.3",
294
    "vuedraggable": "2.23.2",
295
    "vuescroll": "4.15.0",
NGPixel's avatar
NGPixel committed
296
    "vuetify": "2.2.23",
297
    "vuetify-loader": "1.4.3",
NGPixel's avatar
NGPixel committed
298
    "vuex": "3.2.0",
299
    "vuex-pathify": "1.4.1",
300
    "vuex-persistedstate": "3.0.1",
NGPixel's avatar
NGPixel committed
301
    "webpack": "4.43.0",
302
    "webpack-bundle-analyzer": "3.7.0",
303
    "webpack-cli": "3.3.11",
NGPixel's avatar
NGPixel committed
304
    "webpack-dev-middleware": "3.7.2",
Nick's avatar
Nick committed
305
    "webpack-hot-middleware": "2.25.0",
306
    "webpack-merge": "4.2.2",
307
    "webpack-subresource-integrity": "1.4.0",
308
    "webpackbar": "4.0.0",
309
    "whatwg-fetch": "3.0.0",
310
    "write-file-webpack-plugin": "4.5.1",
311
    "xterm": "4.5.0",
312
    "zxcvbn": "4.4.2"
313
  },
314 315
  "browserslist": [
    "> 1%",
316
    "last 2 major versions",
317
    "Firefox ESR",
318 319 320 321
    "not ie > 0",
    "not ie_mob > 0",
    "not android > 0",
    "not dead"
322
  ],
323 324 325 326 327 328 329 330 331 332 333 334 335 336
  "postcss": {
    "plugins": {
      "autoprefixer": {},
      "cssnano": {
        "preset": [
          "default",
          {
            "discardComments": {
              "removeAll": true
            }
          }
        ]
      },
      "postcss-flexbugs-fixes": {},
337
      "postcss-flexibility": {}
338 339 340 341 342 343 344 345 346 347 348 349 350 351
    }
  },
  "pugLintConfig": {
    "disallowDuplicateAttributes": true,
    "disallowIdAttributeWithStaticValue": true,
    "disallowMultipleLineBreaks": true,
    "requireClassLiteralsBeforeAttributes": true,
    "requireIdLiteralsBeforeAttributes": true,
    "requireLineFeedAtFileEnd": true,
    "requireLowerCaseAttributes": true,
    "requireLowerCaseTags": true,
    "requireSpaceAfterCodeOperator": true,
    "requireStrictEqualityOperators": true,
    "validateAttributeQuoteMarks": "'",
352 353 354 355
    "validateAttributeSeparator": {
      "separator": ", ",
      "multiLineSeparator": "\n  "
    },
356
    "validateDivTags": true,
357 358 359 360 361 362 363
    "validateIndentation": 2,
    "excludeFiles": [
      "node_modules/**",
      "server/views/master.pug",
      "server/views/setup.pug",
      "server/views/legacy/master.pug"
    ]
364
  },
365 366 367 368
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/wikijs",
    "logo": "https://opencollective.com/opencollective/logo.txt"
NGPixel's avatar
NGPixel committed
369
  }
NGPixel's avatar
NGPixel committed
370
}