thelounge/package.json

131 lines
3.6 KiB
JSON
Raw Normal View History

2014-03-04 17:31:52 +01:00
{
"name": "thelounge",
2015-04-29 21:55:13 +02:00
"description": "The self-hosted Web IRC client",
2019-11-26 12:57:07 +01:00
"version": "3.4.0-pre.1",
2014-08-13 23:35:20 +02:00
"preferGlobal": true,
"bin": {
"thelounge": "index.js"
2014-08-13 23:35:20 +02:00
},
"repository": {
"type": "git",
"url": "https://github.com/thelounge/thelounge.git"
2014-08-13 23:35:20 +02:00
},
"homepage": "https://thelounge.chat/",
2014-08-13 23:35:20 +02:00
"scripts": {
2017-11-27 10:45:58 +01:00
"build": "webpack",
"coverage": "run-s test:{client,server} && nyc --nycrc-path=test/.nycrc-report.json report",
"dev": "node index start --dev",
"format:prettier": "prettier --write \"**/*.*\"",
2019-07-17 11:32:26 +02:00
"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"
2014-03-24 14:44:41 +01:00
},
"keywords": [
2016-11-19 11:05:46 +01:00
"lounge",
2014-04-20 19:13:33 +02:00
"browser",
2014-06-26 18:14:45 +02:00
"web",
2014-03-24 14:44:41 +01:00
"chat",
2014-04-22 20:26:05 +02:00
"client",
2014-03-24 14:44:41 +01:00
"irc",
"server",
"thelounge"
2014-03-24 14:44:41 +01:00
],
2014-08-26 01:13:47 +02:00
"license": "MIT",
2016-04-26 12:51:11 +02:00
"engines": {
2019-09-04 20:44:20 +02:00
"node": ">=10.16.3"
2016-04-26 12:51:11 +02:00
},
2014-06-17 15:38:08 +02:00
"dependencies": {
"bcryptjs": "2.4.3",
2019-04-08 01:13:25 +02:00
"busboy": "0.3.1",
2019-11-09 11:37:26 +01:00
"chalk": "3.0.0",
2019-11-25 16:58:04 +01:00
"cheerio": "1.0.0-rc.3",
2019-11-11 11:02:32 +01:00
"commander": "4.0.1",
2019-05-26 06:30:27 +02:00
"express": "4.17.1",
2019-11-01 16:26:34 +01:00
"file-type": "12.4.0",
2019-05-30 09:03:06 +02:00
"filenamify": "4.1.0",
2019-07-05 11:26:27 +02:00
"fs-extra": "8.1.0",
2019-12-12 14:15:23 +01:00
"got": "10.0.4",
"irc-framework": "4.5.2",
"is-utf8": "0.2.1",
"ldapjs": "2.0.0-pre.4",
2019-07-12 14:11:34 +02:00
"linkify-it": "2.2.0",
2019-07-19 10:32:29 +02:00
"lodash": "4.17.15",
"mime-types": "2.1.25",
"package-json": "6.5.0",
2016-02-12 12:27:17 +01:00
"read": "1.0.7",
2019-04-06 21:07:51 +02:00
"read-chunk": "3.2.0",
2019-07-23 21:27:55 +02:00
"semver": "6.3.0",
2019-09-20 12:26:43 +02:00
"socket.io": "2.3.0",
2019-12-03 16:19:35 +01:00
"tlds": "1.207.0",
"ua-parser-js": "0.7.20",
2019-08-19 15:29:38 +02:00
"uuid": "3.3.3",
2019-12-06 20:50:26 +01:00
"web-push": "3.4.3",
2019-12-11 14:14:18 +01:00
"yarn": "1.21.1"
2014-06-17 15:38:08 +02:00
},
"optionalDependencies": {
2019-12-05 03:45:53 +01:00
"sqlite3": "4.1.1"
},
2014-06-17 15:38:08 +02:00
"devDependencies": {
2019-12-07 18:42:54 +01:00
"@babel/core": "7.7.5",
"@babel/preset-env": "7.7.6",
"@fortawesome/fontawesome-free": "5.12.0",
2019-11-30 10:07:40 +01:00
"@vue/server-test-utils": "1.0.0-beta.30",
"@vue/test-utils": "1.0.0-beta.30",
"babel-loader": "8.0.6",
"babel-plugin-istanbul": "5.2.0",
2018-09-28 06:20:31 +02:00
"chai": "4.2.0",
"copy-webpack-plugin": "5.1.1",
2019-12-14 09:31:31 +01:00
"css-loader": "3.3.2",
2019-10-14 11:15:19 +02:00
"cssnano": "4.1.10",
"dayjs": "1.8.17",
2019-03-06 12:52:55 +01:00
"emoji-regex": "8.0.0",
2019-11-30 18:24:52 +01:00
"eslint": "6.7.2",
"eslint-config-prettier": "6.7.0",
"eslint-plugin-vue": "6.0.1",
"fuzzy": "0.1.3",
"graphql-request": "1.8.2",
2019-11-23 05:52:50 +01:00
"husky": "3.1.0",
"intersection-observer": "0.7.0",
"mini-css-extract-plugin": "0.8.0",
2019-10-18 22:12:09 +02:00
"mocha": "6.2.2",
2019-12-07 19:10:04 +01:00
"mochapack": "1.1.13",
2019-03-05 15:43:02 +01:00
"mousetrap": "1.6.3",
"npm-run-all": "4.1.5",
2019-05-10 14:13:06 +02:00
"nyc": "14.1.1",
2019-10-14 11:15:19 +02:00
"postcss-import": "12.0.1",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0",
2019-11-09 13:43:30 +01:00
"prettier": "1.19.1",
"pretty-quick": "2.0.1",
"primer-tooltips": "2.0.0",
2019-09-23 17:23:17 +02:00
"sinon": "7.5.0",
2019-09-20 12:26:43 +02:00
"socket.io-client": "2.3.0",
2019-11-16 13:31:19 +01:00
"stylelint": "12.0.0",
"stylelint-config-standard": "19.0.0",
"textcomplete": "0.18.0",
"undate": "0.3.0",
2019-12-14 09:44:37 +01:00
"vue": "2.6.11",
"vue-loader": "15.7.2",
2019-10-17 18:56:44 +02:00
"vue-router": "3.1.3",
2019-12-14 09:44:37 +01:00
"vue-server-renderer": "2.6.11",
"vue-template-compiler": "2.6.11",
"vuedraggable": "2.23.2",
"vuex": "3.1.2",
2019-10-15 15:16:39 +02:00
"webpack": "4.41.2",
"webpack-cli": "3.3.10",
"webpack-dev-middleware": "3.7.2",
"webpack-hot-middleware": "2.25.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
2014-03-24 14:44:41 +01:00
}
2014-03-04 17:31:52 +01:00
}