123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- {
- "name": "wiki",
- "version": "2.0.0",
- "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
- "main": "wiki.js",
- "scripts": {
- "start": "node wiki start",
- "stop": "node wiki stop",
- "restart": "node wiki restart",
- "build": "node tools/fuse",
- "dev": "node tools/fuse -d",
- "test": "jest"
- },
- "bin": {
- "wiki": "wiki.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Requarks/wiki.git"
- },
- "keywords": [
- "wiki",
- "wikis",
- "docs",
- "documentation",
- "markdown",
- "guides"
- ],
- "author": "Nicolas Giard",
- "license": "AGPL-3.0",
- "bugs": {
- "url": "https://github.com/Requarks/wiki/issues"
- },
- "homepage": "https://github.com/Requarks/wiki#readme",
- "engines": {
- "node": ">=8.8.1"
- },
- "dependencies": {
- "apollo-server-express": "1.2.0",
- "auto-load": "3.0.0",
- "axios": "0.17.0",
- "bcryptjs-then": "1.0.1",
- "bluebird": "3.5.1",
- "body-parser": "1.18.2",
- "bugsnag": "2.0.1",
- "bull": "3.3.5",
- "bunyan": "1.8.12",
- "cheerio": "1.0.0-rc.2",
- "child-process-promise": "2.2.1",
- "chokidar": "1.7.0",
- "compression": "1.7.1",
- "connect-flash": "0.1.1",
- "connect-redis": "3.3.2",
- "cookie-parser": "1.4.3",
- "diff2html": "2.3.2",
- "dotize": "^0.2.0",
- "execa": "0.8.0",
- "express": "4.16.2",
- "express-brute": "1.0.1",
- "express-brute-redis": "0.0.1",
- "express-session": "1.15.6",
- "file-type": "7.2.0",
- "filesize.js": "1.0.2",
- "follow-redirects": "1.2.5",
- "fs-extra": "4.0.2",
- "git-wrapper2-promise": "0.2.9",
- "graphql": "0.11.7",
- "graphql-tools": "2.6.1",
- "highlight.js": "9.12.0",
- "i18next": "10.0.3",
- "i18next-express-middleware": "1.0.7",
- "i18next-localstorage-cache": "1.1.1",
- "i18next-node-fs-backend": "1.0.0",
- "image-size": "0.6.1",
- "ioredis": "3.2.1",
- "jimp": "0.2.28",
- "js-yaml": "3.10.0",
- "jsonwebtoken": "8.1.0",
- "klaw": "2.1.0",
- "lodash": "4.17.4",
- "markdown-it": "8.4.0",
- "markdown-it-abbr": "1.0.4",
- "markdown-it-anchor": "4.0.0",
- "markdown-it-attrs": "1.2.0",
- "markdown-it-emoji": "1.4.0",
- "markdown-it-expand-tabs": "1.0.12",
- "markdown-it-external-links": "0.0.6",
- "markdown-it-footnote": "3.0.1",
- "markdown-it-mathjax": "2.0.0",
- "markdown-it-task-lists": "2.1.0",
- "mathjax-node": "1.2.1",
- "mime-types": "2.1.17",
- "moment": "2.19.1",
- "moment-timezone": "0.5.13",
- "mongodb": "2.2.33",
- "multer": "1.3.0",
- "node-2fa": "1.1.2",
- "node-graceful": "0.2.3",
- "ora": "1.3.0",
- "passport": "0.4.0",
- "passport-azure-ad-oauth2": "0.0.4",
- "passport-facebook": "2.1.1",
- "passport-github2": "0.1.11",
- "passport-google-oauth20": "1.0.0",
- "passport-ldapauth": "2.0.0",
- "passport-local": "1.0.0",
- "passport-slack": "0.0.7",
- "passport-windowslive": "1.0.2",
- "pg": "7.3.0",
- "pg-hstore": "2.3.2",
- "pg-promise": "7.0.3",
- "pm2": "2.7.2",
- "pug": "2.0.0-rc.4",
- "qr-image": "3.2.0",
- "read-chunk": "2.1.0",
- "remove-markdown": "0.2.2",
- "request": "2.83.0",
- "semver": "5.4.1",
- "sequelize": "4.19.0",
- "serve-favicon": "2.4.5",
- "simplemde": "1.11.2",
- "stream-to-promise": "2.2.0",
- "tar": "4.0.2",
- "through2": "2.0.3",
- "uuid": "3.1.0",
- "validator": "9.1.1",
- "validator-as-promised": "1.0.2",
- "winston": "2.4.0",
- "yargs": "10.0.3"
- },
- "devDependencies": {
- "@glimpse/glimpse": "0.22.15",
- "@panter/vue-i18next": "0.8.0",
- "apollo-client-preset": "1.0.1",
- "autoprefixer": "7.1.6",
- "babel-cli": "6.26.0",
- "babel-core": "6.26.0",
- "babel-jest": "21.2.0",
- "babel-preset-env": "1.6.1",
- "babel-preset-es2015": "6.24.1",
- "babel-preset-stage-2": "6.24.1",
- "brace": "0.10.0",
- "colors": "1.1.2",
- "consolidate": "0.14.5",
- "eslint": "4.10.0",
- "eslint-config-requarks": "1.0.7",
- "eslint-config-standard": "10.2.1",
- "eslint-plugin-import": "2.8.0",
- "eslint-plugin-node": "5.2.1",
- "eslint-plugin-promise": "3.6.0",
- "eslint-plugin-standard": "3.0.1",
- "fuse-box": "2.4.0",
- "graphql-tag": "^2.5.0",
- "i18next-xhr-backend": "1.4.3",
- "jest": "21.2.1",
- "jest-junit": "3.1.0",
- "js-cookie": "2.2.0",
- "node-sass": "4.5.3",
- "nodemon": "1.12.1",
- "postcss-selector-parser": "3.1.0",
- "pug-lint": "2.5.0",
- "twemoji-awesome": "1.0.6",
- "typescript": "2.5.3",
- "uglify-es": "3.1.5",
- "vee-validate": "2.0.0-rc.19",
- "vue": "2.5.2",
- "vue-clipboards": "1.1.0",
- "vue-hot-reload-api": "2.2.0",
- "vue-lodash": "1.0.4",
- "vue-material": "^0.8.1",
- "vue-resource": "1.3.4",
- "vue-simple-breakpoints": "1.0.3",
- "vue-template-compiler": "2.5.2",
- "vue-template-es2015-compiler": "1.6.0",
- "vuex": "3.0.0",
- "vuex-persistedstate": "2.0.0"
- },
- "jest": {
- "testResultsProcessor": "./node_modules/jest-junit",
- "collectCoverage": false,
- "testMatch": [
- "**/test/**/*.js?(x)",
- "**/?(*.)(spec|test).js?(x)"
- ],
- "verbose": true
- },
- "jest-junit": {
- "suiteName": "jest test",
- "output": "./test-results/junit.xml",
- "classNameTemplate": "{classname}-{title}",
- "titleTemplate": "{classname}-{title}"
- },
- "collective": {
- "type": "opencollective",
- "url": "https://opencollective.com/wikijs",
- "logo": "https://opencollective.com/opencollective/logo.txt"
- }
- }
|