mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
2e0100d31c
Update dependency eslint to v5.15.0
119 lines
3.3 KiB
JSON
119 lines
3.3 KiB
JSON
{
|
|
"name": "thelounge",
|
|
"description": "The self-hosted Web IRC client",
|
|
"version": "3.0.1",
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"thelounge": "index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/thelounge/thelounge.git"
|
|
},
|
|
"homepage": "https://thelounge.chat/",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"coverage": "run-s test:{client,server} && nyc --nycrc-path=test/.nycrc-report report",
|
|
"dev": "run-p watch start",
|
|
"lint:css": "stylelint --color \"client/**/*.css\"",
|
|
"lint:js": "eslint . --ext .js,.vue --report-unused-disable-directives --color",
|
|
"start": "node index start",
|
|
"test": "run-p --aggregate-output --continue-on-error lint:* test:{client,server}",
|
|
"test:browser": "webpack-dev-server --config=webpack.config-browser.js",
|
|
"test:client": "nyc --nycrc-path=test/.nycrc-mocha-webpack mocha-webpack --colors --opts=test/mocha-webpack.opts",
|
|
"test:server": "nyc --nycrc-path=test/.nycrc-mocha mocha --colors",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"keywords": [
|
|
"lounge",
|
|
"browser",
|
|
"web",
|
|
"chat",
|
|
"client",
|
|
"irc",
|
|
"server",
|
|
"thelounge"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "2.4.3",
|
|
"chalk": "2.4.2",
|
|
"cheerio": "0.22.0",
|
|
"commander": "2.19.0",
|
|
"express": "4.16.4",
|
|
"file-type": "10.8.0",
|
|
"filenamify": "2.1.0",
|
|
"fs-extra": "7.0.1",
|
|
"irc-framework": "4.2.0",
|
|
"is-utf8": "0.2.1",
|
|
"linkify-it": "2.1.0",
|
|
"lodash": "4.17.11",
|
|
"mime-types": "2.1.22",
|
|
"package-json": "6.0.0",
|
|
"read": "1.0.7",
|
|
"read-chunk": "3.0.0",
|
|
"request": "2.88.0",
|
|
"semver": "5.6.0",
|
|
"socket.io": "2.2.0",
|
|
"socketio-file-upload": "0.7.0",
|
|
"thelounge-ldapjs-non-maintained-fork": "1.0.2",
|
|
"tlds": "1.203.1",
|
|
"ua-parser-js": "0.7.19",
|
|
"uuid": "3.3.2",
|
|
"web-push": "3.3.3",
|
|
"yarn": "1.13.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"sqlite3": "4.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.3.4",
|
|
"@babel/preset-env": "7.3.4",
|
|
"@fortawesome/fontawesome-free": "5.7.2",
|
|
"@vue/server-test-utils": "1.0.0-beta.29",
|
|
"@vue/test-utils": "1.0.0-beta.29",
|
|
"babel-loader": "8.0.5",
|
|
"babel-plugin-istanbul": "5.1.1",
|
|
"chai": "4.2.0",
|
|
"copy-webpack-plugin": "5.0.0",
|
|
"css-loader": "0.28.11",
|
|
"css.escape": "1.5.1",
|
|
"emoji-regex": "7.0.3",
|
|
"eslint": "5.15.0",
|
|
"eslint-plugin-vue": "5.2.2",
|
|
"fuzzy": "0.1.3",
|
|
"graphql-request": "1.8.2",
|
|
"handlebars": "4.1.0",
|
|
"handlebars-loader": "1.7.1",
|
|
"html-minifier": "3.5.21",
|
|
"html-minifier-loader": "1.4.1",
|
|
"intersection-observer": "0.5.1",
|
|
"jquery": "3.3.1",
|
|
"mini-css-extract-plugin": "0.5.0",
|
|
"mocha": "6.0.2",
|
|
"mocha-loader": "2.0.1",
|
|
"mocha-webpack": "2.0.0-beta.0",
|
|
"moment": "2.24.0",
|
|
"mousetrap": "1.6.2",
|
|
"npm-run-all": "4.1.5",
|
|
"nyc": "13.3.0",
|
|
"primer-tooltips": "2.0.0",
|
|
"sinon": "7.2.6",
|
|
"socket.io-client": "2.2.0",
|
|
"stylelint": "9.10.1",
|
|
"stylelint-config-standard": "18.2.0",
|
|
"textcomplete": "0.17.1",
|
|
"undate": "0.3.0",
|
|
"vue": "2.6.8",
|
|
"vue-loader": "15.7.0",
|
|
"vue-server-renderer": "2.6.8",
|
|
"vue-template-compiler": "2.6.8",
|
|
"vuedraggable": "2.19.0",
|
|
"webpack": "4.29.6",
|
|
"webpack-cli": "3.2.3",
|
|
"webpack-dev-server": "3.2.1"
|
|
}
|
|
}
|