2015-05-04 03:53:29 -04:00
|
|
|
{
|
2018-06-22 15:07:30 -04:00
|
|
|
"name": "CodiMD",
|
2020-02-17 18:17:48 -05:00
|
|
|
"version": "1.6.0",
|
2015-05-04 03:53:29 -04:00
|
|
|
"description": "Realtime collaborative markdown notes on all platforms.",
|
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",
|
2018-10-08 04:05:13 -04:00
|
|
|
"dev": "webpack --config webpack.dev.js --progress --colors --watch",
|
2019-03-30 20:29:34 -04:00
|
|
|
"heroku-prebuild": "bin/heroku",
|
2018-10-08 04:05:13 -04:00
|
|
|
"build": "webpack --config webpack.prod.js --progress --colors --bail",
|
2019-03-31 10:19:19 -04:00
|
|
|
"start": "sequelize db:migrate && 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",
|
2018-05-27 09:28:09 -04:00
|
|
|
"archiver": "^2.1.1",
|
2016-12-19 03:20:27 -05:00
|
|
|
"async": "^2.1.4",
|
2018-10-30 19:25:46 -04:00
|
|
|
"aws-sdk": "^2.345.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",
|
2019-01-10 19:56:44 -05:00
|
|
|
"bootstrap": "^3.4.0",
|
2016-12-19 03:20:27 -05:00
|
|
|
"bootstrap-validator": "^0.11.8",
|
2016-07-30 00:23:40 -04:00
|
|
|
"chance": "^1.0.4",
|
2016-10-10 09:14:28 -04:00
|
|
|
"cheerio": "^0.22.0",
|
2016-11-27 12:36:48 -05:00
|
|
|
"codemirror": "git+https://github.com/hackmdio/CodeMirror.git",
|
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",
|
2019-04-12 00:05:32 -04:00
|
|
|
"connect-session-sequelize": "^6.0.0",
|
2016-06-17 04:32:05 -04:00
|
|
|
"cookie": "0.3.1",
|
|
|
|
"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",
|
2016-12-19 03:20:27 -05:00
|
|
|
"ejs": "^2.5.5",
|
2016-11-26 10:18:51 -05:00
|
|
|
"emojify.js": "~1.1.0",
|
2019-04-14 12:07:16 -04:00
|
|
|
"escape-html": "^1.0.3",
|
2016-07-30 00:23:40 -04:00
|
|
|
"express": ">=4.14",
|
2016-12-19 03:20:27 -05:00
|
|
|
"express-session": "^1.14.2",
|
2016-10-07 11:05:23 -04:00
|
|
|
"file-saver": "^1.3.3",
|
2016-12-19 03:20:27 -05:00
|
|
|
"flowchart.js": "^1.6.4",
|
2018-10-05 15:51:54 -04:00
|
|
|
"fork-awesome": "^1.1.3",
|
2015-05-15 00:58:13 -04:00
|
|
|
"formidable": "^1.0.17",
|
2016-11-26 10:18:51 -05:00
|
|
|
"gist-embed": "~2.6.0",
|
2018-04-16 15:08:24 -04:00
|
|
|
"graceful-fs": "^4.1.11",
|
2019-11-16 00:35:27 -05:00
|
|
|
"handlebars": "^4.5.2",
|
2019-09-30 01:32:48 -04:00
|
|
|
"helmet": "^3.21.1",
|
2018-06-30 09:37:07 -04:00
|
|
|
"highlight.js": "~9.12.0",
|
2016-08-18 23:49:24 -04:00
|
|
|
"i18n": "^0.8.3",
|
2016-07-12 22:42:32 -04:00
|
|
|
"imgur": "git+https://github.com/hackmdio/node-imgur.git",
|
2016-11-26 10:18:51 -05:00
|
|
|
"ionicons": "~2.0.1",
|
2020-05-26 10:16:32 -04:00
|
|
|
"jquery": "^3.5.1",
|
2016-10-07 11:05:23 -04:00
|
|
|
"jquery-mousewheel": "^3.1.13",
|
|
|
|
"jquery-ui": "^1.12.1",
|
|
|
|
"js-cookie": "^2.1.3",
|
2019-04-09 18:18:02 -04:00
|
|
|
"js-sequence-diagrams": "git+https://github.com/codimd/js-sequence-diagrams.git",
|
2019-04-07 15:49:25 -04:00
|
|
|
"js-yaml": "^3.13.1",
|
2018-10-03 07:22:55 -04:00
|
|
|
"jsdom-nogyp": "^0.8.3",
|
2016-10-07 11:05:23 -04:00
|
|
|
"keymaster": "^1.6.2",
|
2017-03-14 11:08:15 -04:00
|
|
|
"list.js": "^1.5.0",
|
2018-10-30 19:25:46 -04:00
|
|
|
"lodash": "^4.17.11",
|
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",
|
2019-10-10 01:32:44 -04:00
|
|
|
"markdown-it": "^10.0.0",
|
2016-10-07 11:05:23 -04:00
|
|
|
"markdown-it-abbr": "^1.0.4",
|
|
|
|
"markdown-it-container": "^2.0.0",
|
|
|
|
"markdown-it-deflist": "^2.0.1",
|
2016-10-18 09:41:06 -04:00
|
|
|
"markdown-it-emoji": "^1.3.0",
|
2016-10-07 11:05:23 -04:00
|
|
|
"markdown-it-footnote": "^3.0.1",
|
|
|
|
"markdown-it-imsize": "^2.0.1",
|
|
|
|
"markdown-it-ins": "^2.0.0",
|
|
|
|
"markdown-it-mark": "^2.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",
|
2019-08-20 01:32:45 -04:00
|
|
|
"markdown-pdf": "^10.0.0",
|
2019-10-25 15:49:30 -04:00
|
|
|
"mathjax": "~2.7.6",
|
2017-10-29 06:16:40 -04:00
|
|
|
"mattermost": "^3.4.0",
|
2020-05-27 07:57:49 -04:00
|
|
|
"mermaid": "~8.5.1",
|
2019-08-07 03:38:12 -04:00
|
|
|
"meta-marked": "git+https://github.com/codimd/meta-marked#semver:^0.4.5",
|
2016-12-19 03:20:27 -05:00
|
|
|
"method-override": "^2.3.7",
|
2018-01-27 16:34:52 -05:00
|
|
|
"minimist": "^1.2.0",
|
2018-06-30 09:03:17 -04:00
|
|
|
"minio": "^6.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",
|
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",
|
|
|
|
"passport-facebook": "^2.1.1",
|
2016-03-14 23:14:00 -04:00
|
|
|
"passport-github": "^1.1.0",
|
2018-06-30 09:03:38 -04:00
|
|
|
"passport-gitlab2": "^4.0.0",
|
2016-05-21 10:48:00 -04:00
|
|
|
"passport-google-oauth20": "^1.0.0",
|
2018-06-30 09:04:15 -04:00
|
|
|
"passport-ldapauth": "^2.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",
|
2019-01-08 19:12:47 -05:00
|
|
|
"passport-saml": "^1.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",
|
2016-12-19 03:20:27 -05:00
|
|
|
"prismjs": "^1.6.0",
|
2018-06-30 10:48:09 -04:00
|
|
|
"randomcolor": "^0.5.3",
|
2017-07-01 17:41:56 -04:00
|
|
|
"raphael": "git+https://github.com/dmitrybaranovskiy/raphael",
|
2018-01-27 16:34:52 -05:00
|
|
|
"readline-sync": "^1.4.7",
|
2018-10-30 19:25:46 -04:00
|
|
|
"request": "^2.88.0",
|
2020-02-01 06:50:07 -05:00
|
|
|
"reveal.js": "~3.9.2",
|
2019-05-13 06:55:03 -04:00
|
|
|
"scrypt-async": "^2.0.1",
|
2019-05-13 05:51:05 -04:00
|
|
|
"scrypt-kdf": "^2.0.1",
|
2016-11-26 10:13:02 -05:00
|
|
|
"select2": "^3.5.2-browserify",
|
2019-10-27 20:41:43 -04:00
|
|
|
"sequelize": "^5.21.1",
|
2019-09-06 03:17:57 -04:00
|
|
|
"sequelize-cli": "^5.5.1",
|
2018-06-30 09:32:17 -04:00
|
|
|
"shortid": "2.2.8",
|
2018-11-28 07:21:07 -05:00
|
|
|
"socket.io": "~2.1.1",
|
|
|
|
"socket.io-client": "~2.1.1",
|
2016-10-12 05:03:47 -04:00
|
|
|
"spin.js": "^2.3.2",
|
2019-10-27 20:41:43 -04:00
|
|
|
"sqlite3": "^4.1.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",
|
2018-11-21 05:11:47 -05:00
|
|
|
"turndown": "^5.0.1",
|
2017-10-18 11:48:53 -04:00
|
|
|
"uuid": "^3.1.0",
|
2018-06-30 09:03:52 -04:00
|
|
|
"validator": "^10.4.0",
|
2016-12-19 03:20:27 -05:00
|
|
|
"velocity-animate": "^1.4.0",
|
2016-10-07 11:05:23 -04:00
|
|
|
"visibilityjs": "^1.2.4",
|
2017-02-02 10:27:34 -05:00
|
|
|
"viz.js": "^1.7.0",
|
2018-11-13 17:29:33 -05:00
|
|
|
"winston": "^3.1.0",
|
2018-09-17 17:59:50 -04:00
|
|
|
"ws": "^6.0.0",
|
2019-05-13 05:51:05 -04:00
|
|
|
"wurl": "^2.5.3",
|
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": {
|
2019-03-02 13:14:04 -05:00
|
|
|
"**/tough-cookie": "~2.4.0",
|
|
|
|
"**/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": {
|
2019-05-12 04:01:38 -04:00
|
|
|
"node": ">=8.x"
|
2016-05-27 13:49:15 -04:00
|
|
|
},
|
2019-03-27 14:31:20 -04:00
|
|
|
"bugs": "https://github.com/codimd/server/issues",
|
2016-10-07 11:05:23 -04:00
|
|
|
"keywords": [
|
|
|
|
"Collaborative",
|
|
|
|
"Markdown",
|
|
|
|
"Notes"
|
|
|
|
],
|
2018-10-05 13:36:40 -04:00
|
|
|
"homepage": "https://codimd.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"
|
2016-10-07 11:05:23 -04:00
|
|
|
}
|
|
|
|
],
|
2016-05-27 13:49:15 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-03-27 14:31:20 -04:00
|
|
|
"url": "https://github.com/codimd/server.git"
|
2016-10-07 11:05:23 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-07-02 16:24:56 -04:00
|
|
|
"babel-cli": "^6.26.0",
|
|
|
|
"babel-core": "^6.26.3",
|
|
|
|
"babel-loader": "^7.1.4",
|
|
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
|
|
"babel-polyfill": "^6.26.0",
|
|
|
|
"babel-preset-env": "^1.7.0",
|
|
|
|
"babel-runtime": "^6.26.0",
|
2019-11-23 12:11:17 -05:00
|
|
|
"copy-webpack-plugin": "^5.0.5",
|
|
|
|
"css-loader": "^3.2.0",
|
2018-11-14 08:10:14 -05:00
|
|
|
"eslint": "^5.9.0",
|
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
|
"eslint-plugin-import": "^2.14.0",
|
|
|
|
"eslint-plugin-node": "^8.0.0",
|
|
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
2018-07-02 16:24:56 -04:00
|
|
|
"expose-loader": "^0.7.5",
|
2019-11-23 12:11:17 -05:00
|
|
|
"file-loader": "^4.3.0",
|
|
|
|
"html-webpack-plugin": "^4.0.0-beta.11",
|
2018-07-02 16:24:56 -04:00
|
|
|
"imports-loader": "^0.8.0",
|
2017-10-13 05:04:00 -04:00
|
|
|
"jsonlint": "^1.6.2",
|
2019-11-23 12:11:17 -05:00
|
|
|
"less": "^3.10.3",
|
|
|
|
"less-loader": "^5.0.0",
|
|
|
|
"mini-css-extract-plugin": "^0.8.0",
|
2018-12-22 08:10:40 -05:00
|
|
|
"mocha": "^5.2.0",
|
2019-01-18 22:57:18 -05:00
|
|
|
"mock-require": "^3.0.3",
|
2019-11-23 12:11:17 -05:00
|
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
2020-06-18 20:12:13 -04:00
|
|
|
"remark-cli": "^8.0.0",
|
|
|
|
"remark-preset-lint-markdown-style-guide": "^3.0.0",
|
2018-07-02 16:24:56 -04:00
|
|
|
"script-loader": "^0.7.2",
|
2017-04-09 08:05:48 -04:00
|
|
|
"string-loader": "^0.0.1",
|
2019-11-23 12:11:17 -05:00
|
|
|
"style-loader": "^1.0.0",
|
|
|
|
"url-loader": "^2.3.0",
|
|
|
|
"webpack": "^4.41.2",
|
|
|
|
"webpack-cli": "^3.3.10",
|
|
|
|
"webpack-merge": "^4.2.2"
|
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
|
|
|
}
|
|
|
|
}
|