mirror of https://github.com/requarks/wiki
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.
314 lines
9.0 KiB
314 lines
9.0 KiB
{
|
|
"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",
|
|
"dev": "node wiki dev",
|
|
"build": "webpack --profile --config dev/webpack/webpack.prod.js",
|
|
"watch": "webpack --config dev/webpack/webpack.dev.js",
|
|
"test": "eslint --format codeframe --ext .js,.vue . && pug-lint server/views && 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.11"
|
|
},
|
|
"dependencies": {
|
|
"apollo-server": "2.0.0-rc.5",
|
|
"apollo-server-express": "2.0.0-rc.2",
|
|
"auto-load": "3.0.0",
|
|
"axios": "0.18.0",
|
|
"bcryptjs-then": "1.0.1",
|
|
"bluebird": "3.5.1",
|
|
"body-parser": "1.18.3",
|
|
"bugsnag": "2.4.3",
|
|
"bull": "3.4.2",
|
|
"chalk": "2.4.1",
|
|
"cheerio": "1.0.0-rc.2",
|
|
"child-process-promise": "2.2.1",
|
|
"chokidar": "2.0.4",
|
|
"compression": "1.7.2",
|
|
"connect-redis": "3.3.3",
|
|
"cookie-parser": "1.4.3",
|
|
"cors": "2.8.4",
|
|
"dependency-graph": "0.7.1",
|
|
"diff2html": "2.4.0",
|
|
"dotize": "^0.2.0",
|
|
"execa": "0.10.0",
|
|
"express": "4.16.3",
|
|
"express-brute": "1.0.1",
|
|
"express-brute-redis": "0.0.1",
|
|
"express-session": "1.15.6",
|
|
"file-type": "8.0.0",
|
|
"filesize.js": "1.0.2",
|
|
"follow-redirects": "1.5.0",
|
|
"fs-extra": "6.0.1",
|
|
"getos": "3.1.0",
|
|
"graphql": "0.13.2",
|
|
"graphql-list-fields": "2.0.2",
|
|
"graphql-tools": "3.0.4",
|
|
"i18next": "11.3.3",
|
|
"i18next-express-middleware": "1.2.0",
|
|
"i18next-localstorage-cache": "1.1.1",
|
|
"i18next-node-fs-backend": "1.0.0",
|
|
"image-size": "0.6.3",
|
|
"ioredis": "3.2.2",
|
|
"js-yaml": "3.12.0",
|
|
"jsonwebtoken": "8.3.0",
|
|
"klaw": "2.1.1",
|
|
"knex": "0.15.0",
|
|
"lodash": "4.17.10",
|
|
"markdown-it": "8.4.1",
|
|
"markdown-it-abbr": "1.0.4",
|
|
"markdown-it-anchor": "5.0.2",
|
|
"markdown-it-attrs": "2.2.0",
|
|
"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.1",
|
|
"markdown-it-imsize": "2.0.1",
|
|
"markdown-it-mark": "2.0.0",
|
|
"markdown-it-mathjax": "2.0.0",
|
|
"markdown-it-sub": "1.0.0",
|
|
"markdown-it-sup": "1.0.0",
|
|
"markdown-it-task-lists": "2.1.1",
|
|
"mathjax-node": "2.1.1",
|
|
"mime-types": "2.1.18",
|
|
"moment": "2.22.2",
|
|
"moment-timezone": "0.5.21",
|
|
"mongodb": "3.1.0",
|
|
"mssql": "4.1.0",
|
|
"multer": "1.3.1",
|
|
"mysql2": "1.5.3",
|
|
"node-2fa": "1.1.2",
|
|
"oauth2orize": "1.11.0",
|
|
"objection": "1.1.10",
|
|
"ora": "2.1.0",
|
|
"passport": "0.4.0",
|
|
"passport-auth0": "0.6.1",
|
|
"passport-azure-ad-oauth2": "0.0.4",
|
|
"passport-cas": "0.1.1",
|
|
"passport-discord": "0.1.3",
|
|
"passport-dropbox-oauth2": "1.1.0",
|
|
"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-oauth2": "1.4.0",
|
|
"passport-slack": "0.0.7",
|
|
"passport-twitch": "1.0.3",
|
|
"passport-windowslive": "1.0.2",
|
|
"pg": "7.4.3",
|
|
"pg-hstore": "2.3.2",
|
|
"pm2": "2.10.4",
|
|
"pug": "2.0.3",
|
|
"qr-image": "3.2.0",
|
|
"raven": "2.6.3",
|
|
"read-chunk": "2.1.0",
|
|
"remove-markdown": "0.3.0",
|
|
"request": "2.87.0",
|
|
"request-promise": "4.2.2",
|
|
"scim-query-filter-parser": "1.1.0",
|
|
"semver": "5.5.0",
|
|
"serve-favicon": "2.5.0",
|
|
"sqlite3": "4.0.1",
|
|
"uuid": "3.3.2",
|
|
"validator": "10.4.0",
|
|
"validator-as-promised": "1.0.2",
|
|
"winston": "3.0.0",
|
|
"yargs": "12.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@panter/vue-i18next": "0.11.0",
|
|
"@vue/cli": "3.0.0-rc.3",
|
|
"apollo-cache-inmemory": "1.2.5",
|
|
"apollo-client": "2.3.5",
|
|
"apollo-fetch": "0.7.0",
|
|
"apollo-link": "1.2.2",
|
|
"apollo-link-batch-http": "1.2.2",
|
|
"apollo-link-error": "1.1.0",
|
|
"apollo-link-http": "1.5.4",
|
|
"apollo-link-persisted-queries": "0.2.1",
|
|
"autoprefixer": "8.6.4",
|
|
"babel-cli": "6.26.0",
|
|
"babel-core": "6.26.3",
|
|
"babel-eslint": "8.2.5",
|
|
"babel-jest": "23.2.0",
|
|
"babel-loader": "7.1.4",
|
|
"babel-plugin-graphql-tag": "1.6.0",
|
|
"babel-plugin-lodash": "3.3.4",
|
|
"babel-plugin-transform-imports": "1.5.0",
|
|
"babel-polyfill": "6.26.0",
|
|
"babel-preset-env": "1.7.0",
|
|
"babel-preset-stage-2": "6.24.1",
|
|
"brace": "0.11.1",
|
|
"cache-loader": "1.2.2",
|
|
"chart.js": "2.7.2",
|
|
"clean-webpack-plugin": "0.1.19",
|
|
"copy-webpack-plugin": "4.5.2",
|
|
"css-loader": "0.28.11",
|
|
"cssnano": "4.0.0-rc.2",
|
|
"duplicate-package-checker-webpack-plugin": "3.0.0",
|
|
"epic-spinners": "1.0.3",
|
|
"eslint": "5.0.1",
|
|
"eslint-config-requarks": "1.0.7",
|
|
"eslint-config-standard": "11.0.0",
|
|
"eslint-plugin-import": "2.13.0",
|
|
"eslint-plugin-node": "6.0.1",
|
|
"eslint-plugin-promise": "3.8.0",
|
|
"eslint-plugin-standard": "3.1.0",
|
|
"eslint-plugin-vue": "4.5.0",
|
|
"file-loader": "1.1.11",
|
|
"graphiql": "0.11.11",
|
|
"graphql-persisted-document-loader": "1.0.1",
|
|
"graphql-tag": "^2.9.2",
|
|
"graphql-voyager": "1.0.0-rc.19",
|
|
"hammerjs": "2.0.8",
|
|
"html-webpack-plugin": "3.2.0",
|
|
"html-webpack-pug-plugin": "0.3.0",
|
|
"i18next-xhr-backend": "1.5.1",
|
|
"ignore-loader": "0.1.2",
|
|
"jest": "23.2.0",
|
|
"jest-junit": "5.1.0",
|
|
"js-cookie": "2.2.0",
|
|
"lodash-webpack-plugin": "0.11.5",
|
|
"mini-css-extract-plugin": "0.4.1",
|
|
"node-sass": "4.9.0",
|
|
"offline-plugin": "5.0.5",
|
|
"optimize-css-assets-webpack-plugin": "4.0.3",
|
|
"postcss-cssnext": "3.1.0",
|
|
"postcss-flexbugs-fixes": "3.3.1",
|
|
"postcss-flexibility": "2.0.0",
|
|
"postcss-import": "11.1.0",
|
|
"postcss-loader": "2.1.5",
|
|
"postcss-preset-env": "5.2.1",
|
|
"postcss-selector-parser": "5.0.0-rc.3",
|
|
"pug-lint": "2.5.0",
|
|
"pug-loader": "2.4.0",
|
|
"pug-plain-loader": "1.0.0",
|
|
"raw-loader": "0.5.1",
|
|
"react": "16.4.1",
|
|
"react-dom": "16.4.1",
|
|
"sass-loader": "7.0.3",
|
|
"sass-resources-loader": "1.3.3",
|
|
"script-ext-html-webpack-plugin": "2.0.1",
|
|
"simple-progress-webpack-plugin": "1.1.2",
|
|
"style-loader": "0.21.0",
|
|
"stylus": "0.54.5",
|
|
"stylus-loader": "3.0.2",
|
|
"twemoji-awesome": "1.0.6",
|
|
"url-loader": "1.0.1",
|
|
"vee-validate": "2.1.0-beta.5",
|
|
"velocity-animate": "1.5.1",
|
|
"vue": "2.5.16",
|
|
"vue-apollo": "3.0.0-beta.19",
|
|
"vue-chartjs": "3.3.2",
|
|
"vue-clipboards": "1.2.4",
|
|
"vue-codemirror": "4.0.5",
|
|
"vue-hot-reload-api": "2.3.0",
|
|
"vue-loader": "15.2.4",
|
|
"vue-material-design-icons": "1.5.1",
|
|
"vue-moment": "4.0.0",
|
|
"vue-router": "3.0.1",
|
|
"vue-simple-breakpoints": "1.0.3",
|
|
"vue-template-compiler": "2.5.16",
|
|
"vuedraggable": "2.16.0",
|
|
"vuetify": "1.1.1",
|
|
"vuex": "3.0.1",
|
|
"vuex-pathify": "1.1.0",
|
|
"vuex-persistedstate": "2.5.4",
|
|
"webpack": "4.14.0",
|
|
"webpack-bundle-analyzer": "2.13.1",
|
|
"webpack-cli": "3.0.8",
|
|
"webpack-dev-middleware": "3.1.3",
|
|
"webpack-hot-middleware": "2.22.2",
|
|
"webpack-merge": "4.1.3",
|
|
"whatwg-fetch": "2.0.4",
|
|
"write-file-webpack-plugin": "4.3.2"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"Firefox ESR",
|
|
"not ie < 11"
|
|
],
|
|
"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}"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {},
|
|
"cssnano": {
|
|
"preset": [
|
|
"default",
|
|
{
|
|
"discardComments": {
|
|
"removeAll": true
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"postcss-flexbugs-fixes": {},
|
|
"postcss-flexibility": {},
|
|
"postcss-preset-env": {}
|
|
}
|
|
},
|
|
"pugLintConfig": {
|
|
"disallowDuplicateAttributes": true,
|
|
"disallowIdAttributeWithStaticValue": true,
|
|
"disallowMultipleLineBreaks": true,
|
|
"requireClassLiteralsBeforeAttributes": true,
|
|
"requireIdLiteralsBeforeAttributes": true,
|
|
"requireLineFeedAtFileEnd": true,
|
|
"requireLowerCaseAttributes": true,
|
|
"requireLowerCaseTags": true,
|
|
"requireSpaceAfterCodeOperator": true,
|
|
"requireStrictEqualityOperators": true,
|
|
"validateAttributeQuoteMarks": "'",
|
|
"validateAttributeSeparator": ", ",
|
|
"validateDivTags": true,
|
|
"validateIndentation": 2
|
|
},
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/wikijs",
|
|
"logo": "https://opencollective.com/opencollective/logo.txt"
|
|
}
|
|
}
|