wikijs-fork/package.json

340 lines
11 KiB
JSON
Raw Normal View History

2016-08-17 00:56:55 +00:00
{
"name": "wiki",
2017-09-30 02:32:43 +00:00
"version": "2.0.0",
2016-08-17 00:56:55 +00:00
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
2017-07-21 21:40:26 +00:00
"main": "wiki.js",
2016-08-17 00:56:55 +00:00
"scripts": {
2017-02-14 07:17:25 +00:00
"start": "node wiki start",
2017-02-14 20:27:08 +00:00
"stop": "node wiki stop",
2017-05-13 21:03:32 +00:00
"restart": "node wiki restart",
2018-01-27 05:20:49 +00:00
"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",
2018-12-09 01:51:55 +00:00
"docker:dev:up": "docker-compose -f ./dev/docker/docker-compose.yml -p wiki --project-directory . up -d && docker-compose -f ./dev/docker/docker-compose.yml -p wiki --project-directory . exec wiki yarn dev",
"docker:dev:down": "docker-compose -f ./dev/docker/docker-compose.yml -p wiki --project-directory . down",
"docker:dev:rebuild": "rmdir node_modules /s /q && docker-compose -f ./dev/docker/docker-compose.yml -p wiki --project-directory . build --no-cache --force-rm",
2018-12-09 01:51:55 +00:00
"docker:build": "docker-compose -f ./dev/docker/docker-compose.yml -p wiki --project-directory . run wiki yarn build && docker-compose -f ./dev/docker/docker-compose.yml -p wiki --project-directory . down"
2016-08-17 00:56:55 +00:00
},
"bin": {
"wiki": "wiki.js"
},
2016-08-17 00:56:55 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/Requarks/wiki.git"
},
"keywords": [
"wiki",
"wikis",
"docs",
"documentation",
"markdown",
"guides",
"knowledge base"
2016-08-17 00:56:55 +00:00
],
"author": "Nicolas Giard",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Requarks/wiki/issues"
},
"homepage": "https://github.com/Requarks/wiki#readme",
"engines": {
2018-09-08 19:49:36 +00:00
"node": ">=10.10"
2016-08-17 00:56:55 +00:00
},
"dependencies": {
"apollo-server": "2.2.2",
"apollo-server-express": "2.2.2",
"auto-load": "3.0.4",
2018-03-05 22:27:30 +00:00
"axios": "0.18.0",
2017-08-07 01:14:20 +00:00
"bcryptjs-then": "1.0.1",
"bluebird": "3.5.3",
"body-parser": "1.18.3",
"bugsnag": "2.4.3",
"bull": "3.5.2",
"chalk": "2.4.1",
2017-08-07 01:14:20 +00:00
"cheerio": "1.0.0-rc.2",
"child-process-promise": "2.2.1",
"chokidar": "2.0.4",
2018-08-04 21:27:55 +00:00
"compression": "1.7.3",
"connect-redis": "3.4.0",
2017-08-07 01:14:20 +00:00
"cookie-parser": "1.4.3",
"cors": "2.8.5",
"custom-error-instance": "2.1.1",
2018-09-04 04:46:24 +00:00
"dependency-graph": "0.7.2",
2018-11-25 06:28:20 +00:00
"diff": "3.5.0",
"diff2html": "2.5.0",
"dotize": "^0.2.0",
2018-09-04 04:46:24 +00:00
"execa": "1.0.0",
"express": "4.16.4",
"express-brute": "1.0.1",
2017-08-07 01:14:20 +00:00
"express-brute-redis": "0.0.1",
2017-09-30 02:32:43 +00:00
"express-session": "1.15.6",
"file-type": "10.4.0",
"filesize": "3.6.1",
"follow-redirects": "1.5.9",
"fs-extra": "7.0.1",
"getos": "3.1.0",
2018-09-08 19:49:36 +00:00
"graphql": "14.0.2",
"graphql-list-fields": "2.0.2",
"graphql-subscriptions": "1.0.0",
"graphql-tools": "4.0.3",
2018-10-29 02:09:58 +00:00
"highlight.js": "9.13.1",
"i18next": "12.0.0",
"i18next-express-middleware": "1.5.0",
"i18next-localstorage-cache": "1.1.1",
2018-09-08 19:49:36 +00:00
"i18next-node-fs-backend": "2.1.0",
"image-size": "0.6.3",
2018-10-29 02:09:58 +00:00
"ioredis": "4.2.0",
2018-09-08 19:49:36 +00:00
"js-binary": "1.2.0",
2018-06-04 04:41:29 +00:00
"js-yaml": "3.12.0",
"jsonwebtoken": "8.4.0",
2018-08-04 21:27:55 +00:00
"klaw": "3.0.0",
"knex": "0.15.2",
"lodash": "4.17.11",
2018-08-04 21:27:55 +00:00
"markdown-it": "8.4.2",
2017-08-07 01:14:20 +00:00
"markdown-it-abbr": "1.0.4",
"markdown-it-anchor": "5.0.2",
"markdown-it-attrs": "2.3.2",
2017-08-07 01:14:20 +00:00
"markdown-it-emoji": "1.4.0",
"markdown-it-expand-tabs": "1.0.13",
"markdown-it-external-links": "0.0.6",
2017-08-07 01:14:20 +00:00
"markdown-it-footnote": "3.0.1",
"markdown-it-imsize": "2.0.1",
"markdown-it-mark": "2.0.0",
2017-08-07 01:14:20 +00:00
"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",
2018-10-29 02:09:58 +00:00
"mime-types": "2.1.21",
2018-06-04 04:41:29 +00:00
"moment": "2.22.2",
"moment-timezone": "0.5.23",
"mongodb": "3.1.10",
"mssql": "4.2.3",
"multer": "1.4.1",
"mysql2": "1.6.4",
2018-12-24 06:03:10 +00:00
"nanoid": "2.0.0",
2017-08-07 01:14:20 +00:00
"node-2fa": "1.1.2",
2018-08-04 21:27:55 +00:00
"node-cache": "4.2.0",
"nodemailer": "4.7.0",
"oauth2orize": "1.11.0",
2018-10-29 02:09:58 +00:00
"objection": "1.4.0",
2018-08-04 21:27:55 +00:00
"ora": "3.0.0",
2017-08-19 01:21:29 +00:00
"passport": "0.4.0",
2018-10-29 02:09:58 +00:00
"passport-auth0": "1.1.0",
"passport-azure-ad-oauth2": "0.0.4",
"passport-cas": "0.1.1",
"passport-discord": "0.1.3",
"passport-dropbox-oauth2": "1.1.0",
2017-08-07 01:14:20 +00:00
"passport-facebook": "2.1.1",
2017-09-30 02:32:43 +00:00
"passport-github2": "0.1.11",
2017-08-07 01:14:20 +00:00
"passport-google-oauth20": "1.0.0",
"passport-jwt": "4.0.0",
"passport-ldapauth": "2.1.0",
2017-08-07 01:14:20 +00:00
"passport-local": "1.0.0",
"passport-oauth2": "1.4.0",
2018-08-04 21:27:55 +00:00
"passport-okta-oauth": "0.0.1",
"passport-openidconnect": "0.0.2",
"passport-saml": "0.35.0",
2017-04-02 23:56:47 +00:00
"passport-slack": "0.0.7",
"passport-twitch": "1.0.3",
2017-08-07 01:14:20 +00:00
"passport-windowslive": "1.0.2",
2018-12-03 02:42:43 +00:00
"pem-jwk": "1.5.1",
"pg": "7.6.1",
2017-08-07 01:14:20 +00:00
"pg-hstore": "2.3.2",
"pm2": "3.2.2",
"pug": "2.0.3",
2017-10-08 02:44:35 +00:00
"qr-image": "3.2.0",
2018-09-08 19:49:36 +00:00
"raven": "2.6.4",
2018-09-04 04:46:24 +00:00
"read-chunk": "3.0.0",
2018-06-04 04:41:29 +00:00
"remove-markdown": "0.3.0",
"request": "2.88.0",
"request-promise": "4.2.2",
"scim-query-filter-parser": "1.1.0",
"semver": "5.6.0",
"serve-favicon": "2.5.0",
"sqlite3": "4.0.4",
"subscriptions-transport-ws": "0.9.15",
2018-09-17 04:36:44 +00:00
"uslug": "1.0.4",
"uuid": "3.3.2",
"validate.js": "0.12.0",
"validator": "10.9.0",
2017-08-07 01:14:20 +00:00
"validator-as-promised": "1.0.2",
2018-09-08 19:49:36 +00:00
"winston": "3.1.0",
"yargs": "12.0.4"
2016-08-17 00:56:55 +00:00
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.6",
2018-09-04 04:46:24 +00:00
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.1.0",
2018-09-04 04:46:24 +00:00
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@panter/vue-i18next": "0.13.0",
"@vue/cli": "3.1.3",
2018-09-03 04:27:48 +00:00
"animated-number-vue": "0.1.3",
"apollo-cache-inmemory": "1.3.10",
"apollo-client": "2.4.6",
"apollo-fetch": "0.7.0",
"apollo-link": "1.2.3",
"apollo-link-batch-http": "1.2.3",
"apollo-link-error": "1.1.1",
"apollo-link-http": "1.5.5",
"apollo-link-persisted-queries": "0.2.2",
"apollo-link-ws": "1.0.9",
"apollo-utilities": "1.0.25",
2018-10-29 02:09:58 +00:00
"autoprefixer": "9.3.1",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"babel-loader": "^8.0.4",
"babel-plugin-graphql-tag": "1.6.0",
"babel-plugin-lodash": "3.3.4",
2018-09-08 19:49:36 +00:00
"babel-plugin-transform-imports": "1.5.1",
"brace": "0.11.1",
"cache-loader": "1.2.5",
2018-10-29 02:09:58 +00:00
"chart.js": "2.7.3",
"clean-webpack-plugin": "1.0.0",
"copy-webpack-plugin": "4.6.0",
"core-js": "2.5.7",
"css-loader": "1.0.1",
2018-10-29 02:09:58 +00:00
"cssnano": "4.1.7",
"duplicate-package-checker-webpack-plugin": "3.0.0",
2018-10-29 02:09:58 +00:00
"epic-spinners": "1.0.4",
"eslint": "5.9.0",
"eslint-config-requarks": "1.0.7",
2018-09-04 04:46:24 +00:00
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.14.0",
2018-10-29 02:09:58 +00:00
"eslint-plugin-node": "8.0.0",
2018-09-08 19:49:36 +00:00
"eslint-plugin-promise": "4.0.1",
2018-09-04 04:46:24 +00:00
"eslint-plugin-standard": "4.0.0",
2018-08-04 21:27:55 +00:00
"eslint-plugin-vue": "4.7.1",
2018-09-04 04:46:24 +00:00
"file-loader": "2.0.0",
"filesize.js": "1.0.2",
"grapesjs": "0.14.40",
"graphiql": "0.12.0",
"graphql-persisted-document-loader": "1.0.1",
"graphql-tag": "^2.10.0",
"graphql-voyager": "1.0.0-rc.26",
2018-02-03 21:48:25 +00:00
"hammerjs": "2.0.8",
"html-webpack-plugin": "3.2.0",
2018-03-17 06:35:52 +00:00
"html-webpack-pug-plugin": "0.3.0",
2018-01-28 02:40:51 +00:00
"i18next-xhr-backend": "1.5.1",
2018-03-17 01:31:28 +00:00
"ignore-loader": "0.1.2",
2017-10-28 18:17:14 +00:00
"js-cookie": "2.2.0",
"mini-css-extract-plugin": "0.4.4",
2018-10-29 02:09:58 +00:00
"node-sass": "4.9.4",
"offline-plugin": "5.0.6",
2018-09-04 04:46:24 +00:00
"optimize-css-assets-webpack-plugin": "5.0.1",
"postcss-cssnext": "3.1.0",
2018-08-04 21:27:55 +00:00
"postcss-flexbugs-fixes": "4.1.0",
2018-02-03 21:48:25 +00:00
"postcss-flexibility": "2.0.0",
2018-10-29 02:09:58 +00:00
"postcss-import": "12.0.1",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.4.0",
2018-10-29 02:09:58 +00:00
"postcss-selector-parser": "5.0.0-rc.4",
"pug-lint": "2.5.0",
"pug-loader": "2.4.0",
"pug-plain-loader": "1.0.0",
2018-01-21 22:54:43 +00:00
"raw-loader": "0.5.1",
"react": "16.6.3",
"react-dom": "16.6.3",
"resolve-url-loader": "3.0.0",
2018-08-04 21:27:55 +00:00
"sass-loader": "7.1.0",
"sass-resources-loader": "2.0.0",
"script-ext-html-webpack-plugin": "2.1.3",
"simple-progress-webpack-plugin": "1.1.2",
"style-loader": "0.23.1",
"stylus": "0.54.5",
2018-03-05 22:27:30 +00:00
"stylus-loader": "3.0.2",
2017-08-07 01:14:20 +00:00
"twemoji-awesome": "1.0.6",
"url-loader": "1.1.2",
"vee-validate": "2.1.3",
2018-08-04 21:27:55 +00:00
"velocity-animate": "1.5.2",
"viz.js": "2.1.1",
2018-08-04 21:27:55 +00:00
"vue": "2.5.17",
"vue-apollo": "3.0.0-beta.26",
"vue-chartjs": "3.4.0",
"vue-clipboards": "1.2.4",
"vue-codemirror": "4.0.6",
"vue-hot-reload-api": "2.3.1",
"vue-loader": "15.4.2",
"vue-material-design-icons": "2.4.0",
"vue-moment": "4.0.0",
2018-02-28 05:54:09 +00:00
"vue-router": "3.0.1",
2017-10-28 18:17:14 +00:00
"vue-simple-breakpoints": "1.0.3",
2018-10-29 02:09:58 +00:00
"vue-status-indicator": "1.1.1",
2018-08-04 21:27:55 +00:00
"vue-template-compiler": "2.5.17",
2018-10-29 02:09:58 +00:00
"vue-tour": "1.1.0",
"vue2-animate": "2.1.0",
"vuedraggable": "2.16.0",
2018-11-26 03:10:20 +00:00
"vuescroll": "4.9.0-beta.14",
"vuetify": "1.3.8",
"vuex": "3.0.1",
"vuex-pathify": "1.1.3",
"vuex-persistedstate": "2.5.4",
"webpack": "4.25.1",
2018-10-29 02:09:58 +00:00
"webpack-bundle-analyzer": "3.0.3",
"webpack-cli": "3.1.2",
"webpack-dev-middleware": "3.4.0",
"webpack-hot-middleware": "2.24.3",
2018-08-04 21:27:55 +00:00
"webpack-merge": "4.1.4",
"webpack-subresource-integrity": "1.3.0",
"whatwg-fetch": "3.0.0",
"write-file-webpack-plugin": "4.4.1",
"xterm": "3.8.0",
"zxcvbn": "4.4.2"
2017-02-09 01:52:37 +00:00
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR",
"not ie < 11"
],
"postcss": {
"plugins": {
"autoprefixer": {},
"cssnano": {
"preset": [
"default",
{
"discardComments": {
"removeAll": true
}
}
]
},
"postcss-flexbugs-fixes": {},
2018-06-04 04:41:29 +00:00
"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"
2017-07-09 00:35:53 +00:00
}
2017-06-10 02:35:54 +00:00
}