HackMD/package.json

213 lines
6.6 KiB
JSON
Raw Permalink Normal View History

2015-05-04 07:53:29 +00:00
{
"name": "CodiMD",
"version": "1.4.0",
2015-05-04 07:53:29 +00:00
"description": "Realtime collaborative markdown notes on all platforms.",
2015-05-15 04:58:13 +00:00
"main": "app.js",
2017-10-12 17:56:13 +00:00
"license": "AGPL-3.0",
2016-10-07 15:05:23 +00:00
"scripts": {
"test": "npm run-script eslint && npm run-script jsonlint && npm run-script mocha-suite",
"eslint": "node_modules/.bin/eslint --max-warnings 0 lib public test app.js",
"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",
"mocha-suite": "NODE_ENV=test CMD_DB_URL=\"sqlite::memory:\" mocha --exit",
"standard": "echo 'standard is no longer being used, use `npm run eslint` instead!' && exit 1",
"dev": "webpack --config webpack.dev.js --progress --colors --watch",
"heroku-prebuild": "bin/heroku",
"build": "webpack --config webpack.prod.js --progress --colors --bail",
"start": "sequelize db:migrate && node app.js"
2016-10-07 15:05:23 +00:00
},
2015-05-04 07:53:29 +00:00
"dependencies": {
"@passport-next/passport-openid": "^1.0.0",
"Idle.Js": "git+https://github.com/shawnmclean/Idle.js",
"archiver": "^2.1.1",
2016-12-19 08:20:27 +00:00
"async": "^2.1.4",
"aws-sdk": "^2.345.0",
"azure-storage": "^2.7.0",
"base64url": "^3.0.0",
2016-07-30 04:23:40 +00:00
"body-parser": "^1.15.2",
"bootstrap": "^3.4.0",
2016-12-19 08:20:27 +00:00
"bootstrap-validator": "^0.11.8",
2016-07-30 04:23:40 +00:00
"chance": "^1.0.4",
"cheerio": "^0.22.0",
"codemirror": "git+https://github.com/hackmdio/CodeMirror.git",
2016-06-17 08:32:05 +00:00
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"connect-session-sequelize": "^6.0.0",
2016-06-17 08:32:05 +00:00
"cookie": "0.3.1",
"cookie-parser": "1.4.3",
"deep-freeze": "^0.0.1",
"diff-match-patch": "git+https://github.com/hackmdio/diff-match-patch.git",
2016-12-19 08:20:27 +00:00
"ejs": "^2.5.5",
"emojify.js": "~1.1.0",
"escape-html": "^1.0.3",
2016-07-30 04:23:40 +00:00
"express": ">=4.14",
2016-12-19 08:20:27 +00:00
"express-session": "^1.14.2",
2016-10-07 15:05:23 +00:00
"file-saver": "^1.3.3",
2016-12-19 08:20:27 +00:00
"flowchart.js": "^1.6.4",
"fork-awesome": "^1.1.3",
2015-05-15 04:58:13 +00:00
"formidable": "^1.0.17",
"gist-embed": "~2.6.0",
"graceful-fs": "^4.1.11",
"handlebars": "^4.1.2",
"helmet": "^3.13.0",
"highlight.js": "~9.12.0",
"i18n": "^0.8.3",
"imgur": "git+https://github.com/hackmdio/node-imgur.git",
"ionicons": "~2.0.1",
2019-05-06 08:42:41 +00:00
"jquery": "^3.4.1",
2016-10-07 15:05:23 +00:00
"jquery-mousewheel": "^3.1.13",
"jquery-ui": "^1.12.1",
"js-cookie": "^2.1.3",
"js-sequence-diagrams": "git+https://github.com/codimd/js-sequence-diagrams.git",
"wurl": "^2.5.3",
"js-yaml": "^3.13.1",
"jsdom-nogyp": "^0.8.3",
2016-10-07 15:05:23 +00:00
"keymaster": "^1.6.2",
"list.js": "^1.5.0",
"lodash": "^4.17.11",
"lutim": "^1.0.2",
"lz-string": "git+https://github.com/hackmdio/lz-string.git",
2016-12-19 08:20:27 +00:00
"markdown-it": "^8.2.2",
2016-10-07 15:05:23 +00:00
"markdown-it-abbr": "^1.0.4",
"markdown-it-container": "^2.0.0",
"markdown-it-deflist": "^2.0.1",
"markdown-it-emoji": "^1.3.0",
2016-10-07 15:05:23 +00: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 08:20:27 +00:00
"markdown-it-mathjax": "^2.0.0",
2016-10-07 15:05:23 +00:00
"markdown-it-regexp": "^0.4.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-pdf": "^9.0.0",
"mathjax": "~2.7.0",
2017-10-29 10:16:40 +00:00
"mattermost": "^3.4.0",
"mermaid": "~8.2.3",
"meta-marked": "git+https://github.com/codimd/meta-marked#semver:^0.4.2",
2016-12-19 08:20:27 +00:00
"method-override": "^2.3.7",
"minimist": "^1.2.0",
"minio": "^6.0.0",
2016-12-19 08:20:27 +00:00
"moment": "^2.17.1",
2016-03-15 03:14:00 +00:00
"morgan": "^1.7.0",
2016-12-19 08:20:27 +00:00
"mysql": "^2.12.0",
"passport": "^0.4.0",
2016-06-17 08:32:05 +00:00
"passport-dropbox-oauth2": "^1.1.0",
"passport-facebook": "^2.1.1",
2016-03-15 03:14:00 +00:00
"passport-github": "^1.1.0",
"passport-gitlab2": "^4.0.0",
2016-05-21 14:48:00 +00:00
"passport-google-oauth20": "^1.0.0",
"passport-ldapauth": "^2.0.0",
"passport-local": "^1.0.0",
2017-10-29 10:16:40 +00:00
"passport-oauth2": "^1.4.0",
"passport-saml": "^1.0.0",
"passport-twitter": "^1.0.4",
2016-12-19 08:20:27 +00:00
"passport.socketio": "^3.7.0",
2016-10-07 15:05:23 +00:00
"pdfobject": "^2.0.201604172",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
2016-12-19 08:20:27 +00:00
"prismjs": "^1.6.0",
"randomcolor": "^0.5.3",
"raphael": "git+https://github.com/dmitrybaranovskiy/raphael",
"readline-sync": "^1.4.7",
"request": "^2.88.0",
"reveal.js": "~3.7.0",
"scrypt-async": "^2.0.1",
"scrypt-kdf": "^2.0.1",
"select2": "^3.5.2-browserify",
"sequelize": "^5.8.12",
"shortid": "2.2.8",
"socket.io": "~2.1.1",
"socket.io-client": "~2.1.1",
2016-10-12 09:03:47 +00:00
"spin.js": "^2.3.2",
"sqlite3": "^4.0.7",
"store": "^2.0.12",
2016-12-19 08:20:27 +00:00
"string": "^3.3.3",
"tedious": "^1.14.0",
2016-07-30 04:23:40 +00:00
"toobusy-js": "^0.5.1",
"turndown": "^5.0.1",
2017-10-18 15:48:53 +00:00
"uuid": "^3.1.0",
"validator": "^10.4.0",
2016-12-19 08:20:27 +00:00
"velocity-animate": "^1.4.0",
2016-10-07 15:05:23 +00:00
"visibilityjs": "^1.2.4",
"viz.js": "^1.7.0",
"winston": "^3.1.0",
"ws": "^6.0.0",
"wurl": "^2.5.3",
"xss": "^1.0.3"
2015-05-04 07:53:29 +00:00
},
"resolutions": {
"**/tough-cookie": "~2.4.0",
"**/minimatch": "^3.0.2",
"**/request": "^2.88.0"
},
2015-05-04 07:53:29 +00:00
"engines": {
"node": ">=8.x"
},
"bugs": "https://github.com/codimd/server/issues",
2016-10-07 15:05:23 +00:00
"keywords": [
"Collaborative",
"Markdown",
"Notes"
],
"homepage": "https://codimd.org",
2016-10-07 15:05:23 +00:00
"maintainers": [
{
"name": "Claudius Coenen",
"url": "https://www.claudiuscoenen.de/"
},
{
"name": "Christoph (Sheogorath) Kern",
"email": "codimd@sheogorath.shivering-isles.com",
"url": "https://shivering-isles.com"
2016-10-07 15:05:23 +00:00
}
],
"repository": {
"type": "git",
"url": "https://github.com/codimd/server.git"
2016-10-07 15:05:23 +00:00
},
"devDependencies": {
"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",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"ejs-loader": "^0.3.1",
"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",
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.5",
"file-loader": "^2.0.0",
"html-webpack-plugin": "4.0.0-beta.2",
"imports-loader": "^0.8.0",
"jsonlint": "^1.6.2",
"less": "^2.7.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.1",
"mocha": "^5.2.0",
"mock-require": "^3.0.3",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"sequelize-cli": "^5.4.0",
"script-loader": "^0.7.2",
"string-loader": "^0.0.1",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.0.1",
"webpack": "^4.14.0",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.4",
"webpack-parallel-uglify-plugin": "^1.1.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.0",
"utf-8-validate": "^5.0.1"
2015-05-04 07:53:29 +00:00
}
}