2015-05-04 03:53:29 -04:00
|
|
|
{
|
2020-07-02 11:22:52 -04:00
|
|
|
"name": "HedgeDoc",
|
2024-09-01 07:32:19 -04:00
|
|
|
"version": "1.10.0",
|
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",
|
2023-05-28 15:35:29 -04:00
|
|
|
"jsonlint": "find . \\( -not -path './node_modules/*' -type f -name '*.json' -o -type f -name '*.json.example' \\) -print0 | xargs -0 -I 'file' jq . file",
|
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": {
|
2024-08-31 12:42:12 -04:00
|
|
|
"@hedgedoc/meta-marked": "14.1.0",
|
2023-06-04 11:17:25 -04:00
|
|
|
"@passport-next/passport-openid": "1.0.0",
|
2024-08-29 05:31:09 -04:00
|
|
|
"Idle.Js": "git+https://github.com/shawnmclean/Idle.js#commit=2b57cc6e49d177b7ddce0cca00ef5cbe07453541",
|
2024-04-09 13:34:32 -04:00
|
|
|
"archiver": "6.0.2",
|
2024-08-28 16:34:59 -04:00
|
|
|
"async": "3.2.6",
|
2024-08-31 11:18:11 -04:00
|
|
|
"aws-sdk": "2.1687.0",
|
2023-06-04 11:17:25 -04:00
|
|
|
"azure-storage": "2.10.7",
|
|
|
|
"base64url": "3.0.1",
|
2024-09-11 15:31:51 -04:00
|
|
|
"body-parser": "1.20.3",
|
2024-08-28 16:32:02 -04:00
|
|
|
"chance": "1.1.12",
|
2023-06-04 11:17:25 -04:00
|
|
|
"cheerio": "0.22.0",
|
|
|
|
"clean-webpack-plugin": "4.0.0",
|
|
|
|
"compression": "1.7.4",
|
|
|
|
"connect-flash": "0.1.1",
|
|
|
|
"connect-session-sequelize": "7.1.7",
|
2023-11-12 14:54:36 -05:00
|
|
|
"cookie": "0.6.0",
|
2023-06-04 11:17:25 -04:00
|
|
|
"cookie-parser": "1.4.6",
|
|
|
|
"deep-freeze": "0.0.1",
|
2024-08-29 05:31:09 -04:00
|
|
|
"diff-match-patch": "git+https://github.com/hackmdio/diff-match-patch.git#commit=59a9395ad9fe143e601e7ae5765ed943bdd2b11e",
|
2024-08-28 16:32:15 -04:00
|
|
|
"ejs": "3.1.10",
|
2024-09-11 15:32:06 -04:00
|
|
|
"express": "4.20.0",
|
2024-01-29 10:20:34 -05:00
|
|
|
"express-session": "1.18.0",
|
2023-11-12 14:54:50 -05:00
|
|
|
"file-type": "18.7.0",
|
2023-06-04 11:17:25 -04:00
|
|
|
"formidable": "2.1.2",
|
|
|
|
"graceful-fs": "4.2.11",
|
|
|
|
"helmet": "4.6.0",
|
|
|
|
"i18n": "0.15.1",
|
|
|
|
"is-svg": "4.4.0",
|
|
|
|
"jsdom-nogyp": "0.8.3",
|
|
|
|
"lodash": "4.17.21",
|
|
|
|
"lutim": "1.0.3",
|
2024-08-29 05:31:09 -04:00
|
|
|
"lz-string": "git+https://github.com/hackmdio/lz-string.git#commit=6edfccb79cd8c210f03fd3bf18e41ca144fbeefb",
|
2024-08-28 16:49:31 -04:00
|
|
|
"mariadb": "3.3.1",
|
2023-09-26 15:52:39 -04:00
|
|
|
"markdown-it": "13.0.2",
|
2023-06-04 11:17:25 -04:00
|
|
|
"markdown-it-abbr": "1.0.4",
|
|
|
|
"markdown-it-container": "3.0.0",
|
|
|
|
"markdown-it-deflist": "2.1.0",
|
|
|
|
"markdown-it-emoji": "2.0.2",
|
|
|
|
"markdown-it-footnote": "3.0.3",
|
|
|
|
"markdown-it-imsize": "2.0.1",
|
|
|
|
"markdown-it-ins": "3.0.1",
|
|
|
|
"markdown-it-mark": "3.0.1",
|
|
|
|
"markdown-it-mathjax": "2.0.0",
|
|
|
|
"markdown-it-regexp": "0.4.0",
|
|
|
|
"markdown-it-sub": "1.0.0",
|
|
|
|
"markdown-it-sup": "1.0.0",
|
|
|
|
"mattermost": "3.4.0",
|
|
|
|
"method-override": "3.0.0",
|
|
|
|
"minimist": "1.2.8",
|
2023-09-02 06:57:49 -04:00
|
|
|
"minio": "7.1.3",
|
2024-01-18 15:06:10 -05:00
|
|
|
"moment": "2.30.1",
|
2023-06-04 11:17:25 -04:00
|
|
|
"morgan": "1.10.0",
|
2024-08-28 16:49:42 -04:00
|
|
|
"mysql2": "3.11.0",
|
2023-08-25 13:58:44 -04:00
|
|
|
"node-fetch": "2.7.0",
|
2024-08-31 07:37:42 -04:00
|
|
|
"passport": "patch:passport@npm%3A0.7.0#~/.yarn/patches/passport-npm-0.7.0-df02531736.patch",
|
2023-06-04 11:17:25 -04:00
|
|
|
"passport-dropbox-oauth2": "1.1.0",
|
|
|
|
"passport-facebook": "3.0.0",
|
|
|
|
"passport-github": "1.1.0",
|
|
|
|
"passport-gitlab2": "5.0.0",
|
|
|
|
"passport-google-oauth20": "2.0.0",
|
|
|
|
"passport-ldapauth": "3.0.1",
|
|
|
|
"passport-local": "1.0.0",
|
2024-08-28 16:49:54 -04:00
|
|
|
"passport-oauth2": "1.8.0",
|
2023-06-04 11:17:25 -04:00
|
|
|
"passport-saml": "3.2.4",
|
|
|
|
"passport-twitter": "1.0.4",
|
|
|
|
"passport.socketio": "3.7.0",
|
2024-08-28 17:00:45 -04:00
|
|
|
"pdfobject": "2.3.0",
|
2024-08-28 16:50:20 -04:00
|
|
|
"pg": "8.12.0",
|
2023-06-04 11:17:25 -04:00
|
|
|
"pg-hstore": "2.3.4",
|
2024-08-28 16:41:34 -04:00
|
|
|
"prom-client": "15.1.3",
|
2023-06-04 11:17:25 -04:00
|
|
|
"prometheus-api-metrics": "3.2.2",
|
|
|
|
"randomcolor": "0.6.2",
|
|
|
|
"readline-sync": "1.4.10",
|
2024-08-28 16:41:48 -04:00
|
|
|
"rimraf": "5.0.10",
|
2023-06-04 11:17:25 -04:00
|
|
|
"sanitize-filename": "1.6.3",
|
|
|
|
"scrypt-kdf": "2.0.1",
|
|
|
|
"sequelize": "5.22.5",
|
2020-11-17 10:44:53 -05:00
|
|
|
"shortid": "2.2.16",
|
2024-08-28 16:42:01 -04:00
|
|
|
"socket.io": "2.5.1",
|
2024-01-18 15:02:47 -05:00
|
|
|
"sqlite3": "5.1.7",
|
2023-06-04 11:17:25 -04:00
|
|
|
"store": "2.0.12",
|
|
|
|
"string": "3.3.3",
|
|
|
|
"toobusy-js": "0.5.1",
|
|
|
|
"umzug": "2.3.0",
|
2023-09-17 14:45:19 -04:00
|
|
|
"uuid": "9.0.1",
|
2024-08-28 17:03:58 -04:00
|
|
|
"validator": "13.12.0",
|
2024-08-28 16:50:45 -04:00
|
|
|
"winston": "3.14.2",
|
2024-04-10 03:34:16 -04:00
|
|
|
"xss": "1.0.15"
|
2015-05-04 03:53:29 -04:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-09-01 05:50:36 -04:00
|
|
|
"node": ">=18"
|
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": {
|
2023-05-28 12:31:11 -04:00
|
|
|
"@hedgedoc/codemirror-5": "5.65.12",
|
2024-08-28 16:42:18 -04:00
|
|
|
"abcjs": "6.4.2",
|
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",
|
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",
|
2024-07-16 08:33:16 -04:00
|
|
|
"esbuild-loader": "4.2.2",
|
2021-05-06 15:28:40 -04:00
|
|
|
"escape-html": "1.0.3",
|
2024-08-28 16:42:56 -04:00
|
|
|
"eslint": "8.57.0",
|
2023-05-29 13:27:14 -04:00
|
|
|
"eslint-config-standard": "17.1.0",
|
2024-01-18 13:13:42 -05:00
|
|
|
"eslint-plugin-import": "2.29.1",
|
2024-08-28 16:42:56 -04:00
|
|
|
"eslint-plugin-n": "14.0.0",
|
|
|
|
"eslint-plugin-promise": "6.6.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",
|
2023-12-13 03:14:10 -05:00
|
|
|
"flowchart.js": "1.18.0",
|
2021-08-26 15:57:47 -04:00
|
|
|
"fork-awesome": "1.2.0",
|
2021-05-06 15:28:40 -04:00
|
|
|
"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",
|
2023-08-28 11:50:50 -04:00
|
|
|
"jquery": "3.7.1",
|
2021-05-06 15:28:40 -04:00
|
|
|
"jquery-mousewheel": "3.1.13",
|
2024-08-28 16:42:29 -04:00
|
|
|
"jquery-ui": "1.14.0",
|
2023-04-24 06:35:35 -04:00
|
|
|
"js-cookie": "3.0.5",
|
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",
|
2023-08-05 15:19:17 -04:00
|
|
|
"less": "4.2.0",
|
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",
|
2022-09-17 05:23:22 -04:00
|
|
|
"mermaid": "9.1.7",
|
2021-07-03 04:16:02 -04:00
|
|
|
"mini-css-extract-plugin": "1.6.2",
|
2024-08-28 17:12:44 -04:00
|
|
|
"mocha": "10.7.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",
|
2022-09-01 03:40:20 -04:00
|
|
|
"prismjs": "1.29.0",
|
2021-05-06 15:28:40 -04:00
|
|
|
"raphael": "2.3.0",
|
2024-08-28 16:31:16 -04:00
|
|
|
"remark-cli": "12.0.1",
|
2023-05-16 11:41:00 -04:00
|
|
|
"remark-preset-lint-markdown-style-guide": "5.1.3",
|
2021-05-06 15:28:40 -04:00
|
|
|
"reveal.js": "3.9.2",
|
|
|
|
"select2": "3.5.2-browserify",
|
2022-06-26 08:01:20 -04:00
|
|
|
"socket.io-client": "2.5.0",
|
2024-08-28 16:31:27 -04:00
|
|
|
"spin.js": "4.1.2",
|
2020-11-17 08:55:35 -05:00
|
|
|
"string-loader": "0.0.1",
|
2024-08-28 16:42:45 -04:00
|
|
|
"turndown": "7.2.0",
|
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",
|
2024-08-31 09:29:16 -04:00
|
|
|
"webpack": "4.47.0",
|
2022-06-18 14:56:30 -04:00
|
|
|
"webpack-cli": "4.10.0",
|
2023-10-16 05:34:31 -04:00
|
|
|
"webpack-merge": "5.10.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": {
|
2023-10-15 15:09:04 -04:00
|
|
|
"bufferutil": "4.0.8",
|
2024-08-28 16:31:38 -04:00
|
|
|
"utf-8-validate": "6.0.4"
|
2023-05-28 12:31:11 -04:00
|
|
|
},
|
2024-08-31 07:14:42 -04:00
|
|
|
"packageManager": "yarn@4.4.1"
|
2015-05-04 03:53:29 -04:00
|
|
|
}
|