mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
128 lines
3.6 KiB
JSON
128 lines
3.6 KiB
JSON
{
|
|
"name": "thelounge",
|
|
"description": "The self-hosted Web IRC client",
|
|
"version": "3.2.0",
|
|
"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.json report",
|
|
"dev": "run-p watch start",
|
|
"format:prettier": "prettier --write \"**/*.*\"",
|
|
"lint:check-eslint": "eslint --print-config .eslintrc.yml | eslint-config-prettier-check",
|
|
"lint:eslint": "eslint . --ext .js,.vue --report-unused-disable-directives --color",
|
|
"lint:prettier": "prettier --list-different \"**/*.*\"",
|
|
"lint:stylelint": "stylelint --color \"client/**/*.css\"",
|
|
"start": "node index start",
|
|
"test": "run-p --aggregate-output --continue-on-error lint:* test:{client,server}",
|
|
"test:client": "nyc --nycrc-path=test/.nycrc-mochapack.json mochapack --colors --opts=test/mochapack.opts",
|
|
"test:server": "nyc --nycrc-path=test/.nycrc-mocha.json mocha --colors",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"keywords": [
|
|
"lounge",
|
|
"browser",
|
|
"web",
|
|
"chat",
|
|
"client",
|
|
"irc",
|
|
"server",
|
|
"thelounge"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.16.3"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "2.4.3",
|
|
"busboy": "0.3.1",
|
|
"chalk": "2.4.2",
|
|
"cheerio": "0.22.0",
|
|
"commander": "3.0.2",
|
|
"express": "4.17.1",
|
|
"file-type": "12.3.0",
|
|
"filenamify": "4.1.0",
|
|
"fs-extra": "8.1.0",
|
|
"got": "9.6.0",
|
|
"irc-framework": "4.4.0",
|
|
"is-utf8": "0.2.1",
|
|
"ldapjs": "2.0.0-pre.2",
|
|
"linkify-it": "2.2.0",
|
|
"lodash": "4.17.15",
|
|
"mime-types": "2.1.24",
|
|
"package-json": "6.5.0",
|
|
"read": "1.0.7",
|
|
"read-chunk": "3.2.0",
|
|
"semver": "6.3.0",
|
|
"socket.io": "2.3.0",
|
|
"tlds": "1.203.1",
|
|
"ua-parser-js": "0.7.20",
|
|
"uuid": "3.3.3",
|
|
"web-push": "3.4.0",
|
|
"yarn": "1.19.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"sqlite3": "4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.6.2",
|
|
"@babel/preset-env": "7.6.2",
|
|
"@fortawesome/fontawesome-free": "5.11.2",
|
|
"@vue/server-test-utils": "1.0.0-beta.29",
|
|
"@vue/test-utils": "1.0.0-beta.29",
|
|
"babel-loader": "8.0.6",
|
|
"babel-plugin-istanbul": "5.2.0",
|
|
"chai": "4.2.0",
|
|
"copy-webpack-plugin": "5.0.4",
|
|
"css-loader": "0.28.11",
|
|
"css.escape": "1.5.1",
|
|
"emoji-regex": "8.0.0",
|
|
"eslint": "6.5.1",
|
|
"eslint-config-prettier": "6.4.0",
|
|
"eslint-plugin-vue": "5.2.3",
|
|
"fuzzy": "0.1.3",
|
|
"graphql-request": "1.8.2",
|
|
"handlebars": "4.1.2",
|
|
"handlebars-loader": "1.7.1",
|
|
"html-minifier": "4.0.0",
|
|
"html-minifier-loader": "1.4.1",
|
|
"husky": "3.0.8",
|
|
"intersection-observer": "0.7.0",
|
|
"jquery": "3.4.1",
|
|
"mini-css-extract-plugin": "0.8.0",
|
|
"mocha": "6.2.1",
|
|
"mochapack": "1.1.5",
|
|
"moment": "2.24.0",
|
|
"mousetrap": "1.6.3",
|
|
"npm-run-all": "4.1.5",
|
|
"nyc": "14.1.1",
|
|
"prettier": "1.18.2",
|
|
"pretty-quick": "1.11.1",
|
|
"primer-tooltips": "2.0.0",
|
|
"sinon": "7.5.0",
|
|
"socket.io-client": "2.3.0",
|
|
"stylelint": "11.0.0",
|
|
"stylelint-config-standard": "19.0.0",
|
|
"textcomplete": "0.18.0",
|
|
"undate": "0.3.0",
|
|
"vue": "2.6.10",
|
|
"vue-loader": "15.7.1",
|
|
"vue-server-renderer": "2.6.10",
|
|
"vue-template-compiler": "2.6.10",
|
|
"vuedraggable": "2.23.2",
|
|
"webpack": "4.41.0",
|
|
"webpack-cli": "3.3.9"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
}
|
|
}
|