2015-05-04 03:53:29 -04:00
|
|
|
{
|
2020-07-02 11:22:52 -04:00
|
|
|
"name": "HedgeDoc",
|
2021-05-11 15:09:03 -04:00
|
|
|
"version": "1.8.2",
|
2020-11-14 16:23:18 -05:00
|
|
|
"description": "The best platform to write and share markdown.",
|
2015-05-15 00:58:13 -04:00
|
|
|
"main": "app.js",
|
2017-10-12 13:56:13 -04:00
|
|
|
"license": "AGPL-3.0",
|
2016-10-07 11:05:23 -04:00
|
|
|
"scripts": {
|
2019-05-13 03:41:28 -04:00
|
|
|
"test": "npm run-script eslint && npm run-script jsonlint && npm run-script mocha-suite",
|
2019-05-30 18:27:56 -04:00
|
|
|
"eslint": "node_modules/.bin/eslint --max-warnings 0 lib public test app.js",
|
2018-04-14 16:20:35 -04:00
|
|
|
"jsonlint": "find . -not -path './node_modules/*' -type f -name '*.json' -o -type f -name '*.json.example' | while read json; do echo $json ; jq . $json; done",
|
2020-06-18 20:12:13 -04:00
|
|
|
"markdownlint": "remark .",
|
2019-05-13 03:41:28 -04:00
|
|
|
"mocha-suite": "NODE_ENV=test CMD_DB_URL=\"sqlite::memory:\" mocha --exit",
|
2018-11-14 08:10:14 -05:00
|
|
|
"standard": "echo 'standard is no longer being used, use `npm run eslint` instead!' && exit 1",
|
2021-02-08 17:03:09 -05:00
|
|
|
"dev": "webpack --config webpack.dev.js --progress --watch",
|
2019-03-30 20:29:34 -04:00
|
|
|
"heroku-prebuild": "bin/heroku",
|
2021-02-08 17:03:09 -05:00
|
|
|
"build": "webpack --config webpack.prod.js --progress",
|
2021-02-27 15:33:05 -05:00
|
|
|
"start": "node app.js"
|
2016-10-07 11:05:23 -04:00
|
|
|
},
|
2015-05-04 03:53:29 -04:00
|
|
|
"dependencies": {
|
2017-08-31 17:33:55 -04:00
|
|
|
"@passport-next/passport-openid": "^1.0.0",
|
2017-07-01 17:41:56 -04:00
|
|
|
"Idle.Js": "git+https://github.com/shawnmclean/Idle.js",
|
2020-10-29 17:14:34 -04:00
|
|
|
"archiver": "^5.0.2",
|
2021-02-05 16:18:09 -05:00
|
|
|
"async": "^3.0.0",
|
2021-04-19 15:37:16 -04:00
|
|
|
"aws-sdk": "^2.888.0",
|
2018-05-31 07:15:41 -04:00
|
|
|
"azure-storage": "^2.7.0",
|
2018-09-05 05:52:21 -04:00
|
|
|
"base64url": "^3.0.0",
|
2016-07-30 00:23:40 -04:00
|
|
|
"body-parser": "^1.15.2",
|
|
|
|
"chance": "^1.0.4",
|
2016-10-10 09:14:28 -04:00
|
|
|
"cheerio": "^0.22.0",
|
2016-06-17 04:32:05 -04:00
|
|
|
"compression": "^1.6.2",
|
2016-12-01 12:58:14 -05:00
|
|
|
"connect-flash": "^0.1.1",
|
2021-02-09 13:06:28 -05:00
|
|
|
"connect-session-sequelize": "^7.0.0",
|
2020-11-17 08:55:56 -05:00
|
|
|
"cookie": "^0.4.0",
|
2020-10-29 16:13:45 -04:00
|
|
|
"cookie-parser": "^1.4.3",
|
2017-04-12 13:57:55 -04:00
|
|
|
"deep-freeze": "^0.0.1",
|
2016-07-29 23:12:28 -04:00
|
|
|
"diff-match-patch": "git+https://github.com/hackmdio/diff-match-patch.git",
|
2021-02-09 14:04:17 -05:00
|
|
|
"ejs": "^3.0.0",
|
2016-07-30 00:23:40 -04:00
|
|
|
"express": ">=4.14",
|
2016-12-19 03:20:27 -05:00
|
|
|
"express-session": "^1.14.2",
|
2020-12-27 05:31:01 -05:00
|
|
|
"file-type": "^16.1.0",
|
2015-05-15 00:58:13 -04:00
|
|
|
"formidable": "^1.0.17",
|
2018-04-16 15:08:24 -04:00
|
|
|
"graceful-fs": "^4.1.11",
|
2021-04-19 08:09:14 -04:00
|
|
|
"helmet": "^4.5.0",
|
2020-11-17 09:06:58 -05:00
|
|
|
"i18n": "^0.13.0",
|
2021-03-28 16:26:36 -04:00
|
|
|
"is-svg": "^4.3.1",
|
2018-10-03 07:22:55 -04:00
|
|
|
"jsdom-nogyp": "^0.8.3",
|
2020-08-17 01:34:56 -04:00
|
|
|
"lodash": "^4.17.20",
|
2019-02-01 06:33:27 -05:00
|
|
|
"lutim": "^1.0.2",
|
2018-09-05 05:52:21 -04:00
|
|
|
"lz-string": "git+https://github.com/hackmdio/lz-string.git",
|
2019-10-27 20:41:43 -04:00
|
|
|
"mariadb": "^2.1.2",
|
2021-02-13 12:24:00 -05:00
|
|
|
"markdown-it": "^12.0.0",
|
2016-10-07 11:05:23 -04:00
|
|
|
"markdown-it-abbr": "^1.0.4",
|
2021-02-13 12:56:13 -05:00
|
|
|
"markdown-it-container": "^3.0.0",
|
2016-10-07 11:05:23 -04:00
|
|
|
"markdown-it-deflist": "^2.0.1",
|
2021-02-13 13:05:52 -05:00
|
|
|
"markdown-it-emoji": "^2.0.0",
|
2016-10-07 11:05:23 -04:00
|
|
|
"markdown-it-footnote": "^3.0.1",
|
|
|
|
"markdown-it-imsize": "^2.0.1",
|
2021-02-13 13:34:59 -05:00
|
|
|
"markdown-it-ins": "^3.0.0",
|
2021-02-13 14:05:07 -05:00
|
|
|
"markdown-it-mark": "^3.0.0",
|
2016-12-19 03:20:27 -05:00
|
|
|
"markdown-it-mathjax": "^2.0.0",
|
2016-10-07 11:05:23 -04:00
|
|
|
"markdown-it-regexp": "^0.4.0",
|
|
|
|
"markdown-it-sub": "^1.0.0",
|
|
|
|
"markdown-it-sup": "^1.0.0",
|
2017-10-29 06:16:40 -04:00
|
|
|
"mattermost": "^3.4.0",
|
2020-07-02 11:22:52 -04:00
|
|
|
"meta-marked": "git+https://github.com/hedgedoc/meta-marked",
|
2021-02-09 14:51:10 -05:00
|
|
|
"method-override": "^3.0.0",
|
2018-01-27 16:34:52 -05:00
|
|
|
"minimist": "^1.2.0",
|
2021-02-12 16:58:43 -05:00
|
|
|
"minio": "^7.0.0",
|
2016-12-19 03:20:27 -05:00
|
|
|
"moment": "^2.17.1",
|
2016-03-14 23:14:00 -04:00
|
|
|
"morgan": "^1.7.0",
|
2019-10-27 20:41:43 -04:00
|
|
|
"mysql2": "^2.0.0",
|
2021-03-11 10:40:24 -05:00
|
|
|
"node-fetch": "^2.6.1",
|
2018-06-30 09:29:13 -04:00
|
|
|
"passport": "^0.4.0",
|
2016-06-17 04:32:05 -04:00
|
|
|
"passport-dropbox-oauth2": "^1.1.0",
|
2021-02-09 16:23:55 -05:00
|
|
|
"passport-facebook": "^3.0.0",
|
2016-03-14 23:14:00 -04:00
|
|
|
"passport-github": "^1.1.0",
|
2021-02-09 16:24:12 -05:00
|
|
|
"passport-gitlab2": "^5.0.0",
|
2021-02-11 15:35:35 -05:00
|
|
|
"passport-google-oauth20": "^2.0.0",
|
2021-02-11 16:12:57 -05:00
|
|
|
"passport-ldapauth": "^3.0.0",
|
2016-12-01 12:58:14 -05:00
|
|
|
"passport-local": "^1.0.0",
|
2017-10-29 06:16:40 -04:00
|
|
|
"passport-oauth2": "^1.4.0",
|
2021-05-17 12:30:27 -04:00
|
|
|
"passport-saml": "^3.0.0",
|
2018-09-05 05:52:21 -04:00
|
|
|
"passport-twitter": "^1.0.4",
|
2016-12-19 03:20:27 -05:00
|
|
|
"passport.socketio": "^3.7.0",
|
2016-10-07 11:05:23 -04:00
|
|
|
"pdfobject": "^2.0.201604172",
|
2020-06-09 14:15:25 -04:00
|
|
|
"pg": "^8.2.1",
|
2019-10-27 20:41:43 -04:00
|
|
|
"pg-hstore": "^2.3.3",
|
2021-04-18 06:31:28 -04:00
|
|
|
"prom-client": "^13.1.0",
|
|
|
|
"prometheus-api-metrics": "^3.2.0",
|
2020-11-17 10:44:33 -05:00
|
|
|
"randomcolor": "^0.6.0",
|
2018-01-27 16:34:52 -05:00
|
|
|
"readline-sync": "^1.4.7",
|
2020-12-27 09:52:26 -05:00
|
|
|
"rimraf": "^3.0.2",
|
2019-05-13 05:51:05 -04:00
|
|
|
"scrypt-kdf": "^2.0.1",
|
2019-10-27 20:41:43 -04:00
|
|
|
"sequelize": "^5.21.1",
|
2020-11-17 10:44:53 -05:00
|
|
|
"shortid": "2.2.16",
|
2020-10-29 16:13:45 -04:00
|
|
|
"socket.io": "^2.1.1",
|
2021-02-11 16:33:58 -05:00
|
|
|
"sqlite3": "^5.0.0",
|
2018-06-30 10:47:37 -04:00
|
|
|
"store": "^2.0.12",
|
2016-12-19 03:20:27 -05:00
|
|
|
"string": "^3.3.3",
|
2019-10-27 20:41:43 -04:00
|
|
|
"tedious": "^6.6.0",
|
2016-07-30 00:23:40 -04:00
|
|
|
"toobusy-js": "^0.5.1",
|
2021-02-27 15:33:05 -05:00
|
|
|
"umzug": "^2.3.0",
|
2021-02-12 06:43:27 -05:00
|
|
|
"uuid": "^8.0.0",
|
2021-02-12 16:19:34 -05:00
|
|
|
"validator": "^13.0.0",
|
2018-11-13 17:29:33 -05:00
|
|
|
"winston": "^3.1.0",
|
2021-04-19 08:09:30 -04:00
|
|
|
"ws": "^7.4.4",
|
2018-06-30 09:32:43 -04:00
|
|
|
"xss": "^1.0.3"
|
2015-05-04 03:53:29 -04:00
|
|
|
},
|
2019-01-23 17:32:15 -05:00
|
|
|
"resolutions": {
|
2020-11-17 12:05:24 -05:00
|
|
|
"**/tough-cookie": "~2.5.0",
|
2019-03-02 13:14:04 -05:00
|
|
|
"**/minimatch": "^3.0.2",
|
|
|
|
"**/request": "^2.88.0"
|
2019-01-23 17:32:15 -05:00
|
|
|
},
|
2015-05-04 03:53:29 -04:00
|
|
|
"engines": {
|
2021-04-22 12:46:01 -04:00
|
|
|
"node": ">=12"
|
2016-05-27 13:49:15 -04:00
|
|
|
},
|
2020-07-02 11:22:52 -04:00
|
|
|
"bugs": "https://github.com/hedgedoc/hedgedoc/issues",
|
2016-10-07 11:05:23 -04:00
|
|
|
"keywords": [
|
|
|
|
"Collaborative",
|
|
|
|
"Markdown",
|
|
|
|
"Notes"
|
|
|
|
],
|
2020-07-02 11:22:52 -04:00
|
|
|
"homepage": "https://hedgedoc.org",
|
2016-10-07 11:05:23 -04:00
|
|
|
"maintainers": [
|
|
|
|
{
|
2019-03-28 18:49:42 -04:00
|
|
|
"name": "Claudius Coenen",
|
|
|
|
"url": "https://www.claudiuscoenen.de/"
|
2018-10-05 13:35:38 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Christoph (Sheogorath) Kern",
|
2019-03-28 18:49:42 -04:00
|
|
|
"email": "codimd@sheogorath.shivering-isles.com",
|
|
|
|
"url": "https://shivering-isles.com"
|
2021-05-06 14:52:03 -04:00
|
|
|
},
|
|
|
|
{
|
2021-06-06 12:17:52 -04:00
|
|
|
"name": "David Mehren",
|
2021-05-06 14:52:03 -04:00
|
|
|
"email": "hedgedoc@herrmehren.de"
|
2016-10-07 11:05:23 -04:00
|
|
|
}
|
|
|
|
],
|
2016-05-27 13:49:15 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-07-02 11:22:52 -04:00
|
|
|
"url": "https://github.com/hedgedoc/hedgedoc.git"
|
2016-10-07 11:05:23 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-06 12:16:44 -04:00
|
|
|
"abcjs": "5.12.0",
|
2020-11-17 08:55:35 -05:00
|
|
|
"babel-cli": "6.26.0",
|
|
|
|
"babel-core": "6.26.3",
|
|
|
|
"babel-loader": "7.1.5",
|
|
|
|
"babel-plugin-transform-runtime": "6.23.0",
|
|
|
|
"babel-polyfill": "6.26.0",
|
|
|
|
"babel-preset-env": "1.7.0",
|
|
|
|
"babel-runtime": "6.26.0",
|
2021-05-06 15:28:40 -04:00
|
|
|
"bootstrap": "3.4.1",
|
|
|
|
"bootstrap-validator": "0.11.9",
|
2021-05-05 07:20:13 -04:00
|
|
|
"codemirror": "git+https://github.com/hedgedoc/CodeMirror.git",
|
2020-12-16 08:54:40 -05:00
|
|
|
"copy-webpack-plugin": "6.4.1",
|
2021-07-15 14:40:35 -04:00
|
|
|
"css-loader": "5.2.7",
|
2021-05-06 15:28:40 -04:00
|
|
|
"emojify.js": "1.1.0",
|
2021-05-05 07:37:47 -04:00
|
|
|
"esbuild-loader": "2.13.0",
|
2021-05-06 15:28:40 -04:00
|
|
|
"escape-html": "1.0.3",
|
2021-08-01 12:11:46 -04:00
|
|
|
"eslint": "7.32.0",
|
2021-05-29 17:42:25 -04:00
|
|
|
"eslint-config-standard": "16.0.3",
|
|
|
|
"eslint-plugin-import": "2.23.4",
|
2021-02-13 14:16:36 -05:00
|
|
|
"eslint-plugin-node": "11.1.0",
|
2021-04-15 16:13:31 -04:00
|
|
|
"eslint-plugin-promise": "5.1.0",
|
2020-11-17 08:55:35 -05:00
|
|
|
"eslint-plugin-standard": "4.1.0",
|
2021-06-06 12:17:52 -04:00
|
|
|
"exports-loader": "1.1.1",
|
2021-02-03 16:39:19 -05:00
|
|
|
"expose-loader": "1.0.3",
|
2021-02-08 16:09:27 -05:00
|
|
|
"file-loader": "6.2.0",
|
2021-05-06 15:28:40 -04:00
|
|
|
"file-saver": "2.0.5",
|
|
|
|
"flowchart.js": "1.15.0",
|
|
|
|
"fork-awesome": "1.1.7",
|
|
|
|
"gist-embed": "2.6.0",
|
2021-06-07 11:42:53 -04:00
|
|
|
"highlight.js": "10.7.3",
|
2021-02-18 10:06:27 -05:00
|
|
|
"html-webpack-plugin": "4.5.2",
|
2021-02-03 16:22:11 -05:00
|
|
|
"imports-loader": "1.2.0",
|
2021-05-06 15:28:40 -04:00
|
|
|
"ionicons": "2.0.1",
|
|
|
|
"jquery": "3.6.0",
|
|
|
|
"jquery-mousewheel": "3.1.13",
|
|
|
|
"jquery-ui": "1.12.1",
|
|
|
|
"js-cookie": "2.2.1",
|
2021-05-05 07:20:13 -04:00
|
|
|
"js-sequence-diagrams": "git+https://github.com/hedgedoc/js-sequence-diagrams.git",
|
2021-05-06 15:28:40 -04:00
|
|
|
"js-yaml": "3.14.1",
|
2020-11-17 08:55:35 -05:00
|
|
|
"jsonlint": "1.6.3",
|
2021-05-06 15:28:40 -04:00
|
|
|
"keymaster": "1.6.2",
|
2021-02-08 16:46:16 -05:00
|
|
|
"less": "4.1.1",
|
2021-02-08 16:43:17 -05:00
|
|
|
"less-loader": "7.3.0",
|
2021-05-06 15:28:40 -04:00
|
|
|
"list.js": "2.3.1",
|
|
|
|
"mathjax": "2.7.9",
|
2021-08-05 15:33:12 -04:00
|
|
|
"mermaid": "8.11.4",
|
2021-07-03 04:16:02 -04:00
|
|
|
"mini-css-extract-plugin": "1.6.2",
|
2021-07-26 15:42:15 -04:00
|
|
|
"mocha": "9.0.3",
|
2020-11-17 08:55:35 -05:00
|
|
|
"mock-require": "3.0.3",
|
2021-07-03 04:29:27 -04:00
|
|
|
"optimize-css-assets-webpack-plugin": "6.0.1",
|
2021-07-03 07:59:29 -04:00
|
|
|
"prismjs": "1.24.1",
|
2021-05-06 15:28:40 -04:00
|
|
|
"raphael": "2.3.0",
|
2021-08-05 03:56:50 -04:00
|
|
|
"remark-cli": "10.0.0",
|
2021-02-09 14:09:07 -05:00
|
|
|
"remark-preset-lint-markdown-style-guide": "4.0.0",
|
2021-05-06 15:28:40 -04:00
|
|
|
"reveal.js": "3.9.2",
|
|
|
|
"select2": "3.5.2-browserify",
|
|
|
|
"socket.io-client": "2.4.0",
|
|
|
|
"spin.js": "4.1.0",
|
2020-11-17 08:55:35 -05:00
|
|
|
"string-loader": "0.0.1",
|
2021-06-29 12:57:05 -04:00
|
|
|
"turndown": "7.1.1",
|
2021-02-08 16:58:49 -05:00
|
|
|
"url-loader": "4.1.1",
|
2021-05-06 15:28:40 -04:00
|
|
|
"velocity-animate": "1.5.2",
|
|
|
|
"visibilityjs": "2.0.2",
|
|
|
|
"viz.js": "1.8.2",
|
2021-02-05 15:58:55 -05:00
|
|
|
"webpack": "4.46.0",
|
2021-06-07 13:05:37 -04:00
|
|
|
"webpack-cli": "4.7.2",
|
2021-06-07 11:49:00 -04:00
|
|
|
"webpack-merge": "5.8.0",
|
2021-05-06 15:28:40 -04:00
|
|
|
"wurl": "2.5.4"
|
2017-03-08 05:45:51 -05:00
|
|
|
},
|
2018-09-17 17:59:50 -04:00
|
|
|
"optionalDependencies": {
|
|
|
|
"bufferutil": "^4.0.0",
|
|
|
|
"utf-8-validate": "^5.0.1"
|
2015-05-04 03:53:29 -04:00
|
|
|
}
|
|
|
|
}
|