123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- {
- "name": "wiki-server",
- "version": "3.0.0",
- "releaseDate": "2023-01-01T01:01:01.000Z",
- "description": "The most powerful and extensible open source Wiki software",
- "main": "index.js",
- "private": true,
- "dev": true,
- "scripts": {
- "start": "cd .. && node server",
- "dev": "cd .. && nodemon server"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Requarks/wiki.git"
- },
- "keywords": [
- "wiki",
- "wikis",
- "docs",
- "documentation",
- "markdown",
- "guides",
- "knowledge base"
- ],
- "author": "Nicolas Giard",
- "license": "AGPL-3.0",
- "bugs": {
- "url": "https://github.com/Requarks/wiki/issues"
- },
- "homepage": "https://github.com/Requarks/wiki#readme",
- "engines": {
- "node": ">=18.0"
- },
- "dependencies": {
- "@azure/storage-blob": "12.11.0",
- "@exlinc/keycloak-passport": "1.0.2",
- "@graphql-tools/schema": "8.3.7",
- "@graphql-tools/utils": "8.6.6",
- "@joplin/turndown-plugin-gfm": "1.0.44",
- "@root/csr": "0.8.1",
- "@root/keypairs": "0.10.3",
- "@root/pem": "1.0.4",
- "acme": "3.0.3",
- "akismet-api": "5.3.0",
- "apollo-fetch": "0.7.0",
- "apollo-server": "3.6.7",
- "apollo-server-express": "3.6.7",
- "auto-load": "3.0.4",
- "aws-sdk": "2.1208.0",
- "bcryptjs-then": "1.0.1",
- "body-parser": "1.20.0",
- "chalk": "4.1.2",
- "cheerio": "1.0.0-rc.12",
- "chokidar": "3.5.3",
- "chromium-pickle-js": "0.2.0",
- "clean-css": "4.2.3",
- "command-exists": "1.2.9",
- "compression": "1.7.4",
- "connect-session-knex": "3.0.0",
- "cookie-parser": "1.4.6",
- "cors": "2.8.5",
- "cron-parser": "4.6.0",
- "cuint": "0.2.2",
- "custom-error-instance": "2.1.2",
- "dependency-graph": "0.9.0",
- "diff": "4.0.2",
- "diff2html": "3.1.14",
- "dompurify": "2.4.0",
- "dotize": "0.3.0",
- "emoji-regex": "10.1.0",
- "eventemitter2": "6.4.7",
- "express": "4.18.1",
- "express-brute": "1.0.1",
- "express-session": "1.17.3",
- "file-type": "15.0.1",
- "filesize": "6.1.0",
- "fs-extra": "9.0.1",
- "getos": "3.2.1",
- "graphql": "16.3.0",
- "graphql-list-fields": "2.0.2",
- "graphql-rate-limit-directive": "2.0.2",
- "graphql-tools": "8.2.5",
- "graphql-upload": "13.0.0",
- "he": "1.2.0",
- "highlight.js": "10.3.1",
- "i18next": "19.8.3",
- "i18next-node-fs-backend": "2.1.3",
- "image-size": "0.9.2",
- "js-base64": "3.7.2",
- "js-binary": "1.2.0",
- "js-yaml": "4.1.0",
- "jsdom": "16.4.0",
- "jsonwebtoken": "8.5.1",
- "katex": "0.12.0",
- "klaw": "4.0.1",
- "knex": "2.3.0",
- "lodash": "4.17.21",
- "luxon": "2.3.1",
- "markdown-it": "11.0.1",
- "markdown-it-abbr": "1.0.4",
- "markdown-it-attrs": "3.0.3",
- "markdown-it-emoji": "1.4.0",
- "markdown-it-expand-tabs": "1.0.13",
- "markdown-it-external-links": "0.0.6",
- "markdown-it-footnote": "3.0.3",
- "markdown-it-imsize": "2.0.1",
- "markdown-it-mark": "3.0.1",
- "markdown-it-mathjax": "2.0.0",
- "markdown-it-multimd-table": "4.0.3",
- "markdown-it-sub": "1.0.0",
- "markdown-it-sup": "1.0.0",
- "markdown-it-task-lists": "2.1.1",
- "mathjax": "3.1.2",
- "mime-types": "2.1.35",
- "moment": "2.29.2",
- "moment-timezone": "0.5.31",
- "ms": "2.1.3",
- "multer": "1.4.4",
- "nanoid": "3.3.2",
- "node-2fa": "1.1.2",
- "node-cache": "5.1.2",
- "nodemailer": "6.7.8",
- "objection": "3.0.1",
- "passport": "0.6.0",
- "passport-auth0": "1.4.3",
- "passport-azure-ad": "4.3.4",
- "passport-cas": "0.1.1",
- "passport-discord": "0.1.4",
- "passport-dropbox-oauth2": "1.1.0",
- "passport-facebook": "3.0.0",
- "passport-github2": "0.1.12",
- "passport-gitlab2": "5.0.0",
- "passport-google-oauth20": "2.0.0",
- "passport-jwt": "4.0.0",
- "passport-ldapauth": "3.0.1",
- "passport-local": "1.0.0",
- "passport-microsoft": "1.0.0",
- "passport-oauth2": "1.6.1",
- "passport-okta-oauth": "0.0.1",
- "passport-openidconnect": "0.1.1",
- "passport-saml": "3.2.1",
- "passport-slack-oauth2": "1.1.1",
- "passport-twitch-strategy": "2.2.0",
- "pem-jwk": "2.0.0",
- "pg": "8.8.0",
- "pg-hstore": "2.3.4",
- "pg-pubsub": "0.8.0",
- "pg-query-stream": "4.2.4",
- "pg-tsquery": "8.4.0",
- "poolifier": "2.2.0",
- "pug": "3.0.2",
- "punycode": "2.1.1",
- "puppeteer-core": "17.1.3",
- "qr-image": "3.2.0",
- "rate-limiter-flexible": "2.3.8",
- "remove-markdown": "0.3.0",
- "request": "2.88.2",
- "request-promise": "4.2.6",
- "safe-regex": "2.1.1",
- "sanitize-filename": "1.6.3",
- "scim-query-filter-parser": "2.0.4",
- "semver": "7.3.7",
- "serve-favicon": "2.5.0",
- "sharp": "0.31.0",
- "simple-git": "2.21.0",
- "socket.io": "4.5.2",
- "ssh2": "1.9.0",
- "ssh2-promise": "1.0.2",
- "striptags": "3.2.0",
- "tar-fs": "2.1.1",
- "turndown": "7.1.1",
- "twemoji": "13.1.0",
- "uslug": "1.0.4",
- "uuid": "8.3.2",
- "validate.js": "0.13.1",
- "xss": "1.0.14",
- "yargs": "16.1.0"
- },
- "devDependencies": {
- "eslint": "7.12.0",
- "eslint-config-requarks": "1.0.7",
- "eslint-config-standard": "15.0.0",
- "eslint-plugin-import": "2.22.1",
- "eslint-plugin-node": "11.1.0",
- "eslint-plugin-promise": "4.2.1",
- "eslint-plugin-standard": "4.0.2",
- "nodemon": "2.0.15"
- },
- "collective": {
- "type": "opencollective",
- "url": "https://opencollective.com/wikijs",
- "logo": "https://opencollective.com/opencollective/logo.txt"
- },
- "nodemonConfig": {
- "env": {
- "NODE_ENV": "development"
- },
- "ext": "js,json,graphql,gql",
- "watch": [
- "server"
- ]
- }
- }
|