2014-03-04 16:31:52 +00:00
|
|
|
{
|
2016-02-10 04:55:10 +00:00
|
|
|
"name": "thelounge",
|
2015-04-29 19:55:13 +00:00
|
|
|
"description": "The self-hosted Web IRC client",
|
2020-07-28 11:01:51 +00:00
|
|
|
"version": "4.2.0-pre.2",
|
2014-08-13 21:35:20 +00:00
|
|
|
"preferGlobal": true,
|
|
|
|
"bin": {
|
2017-11-12 20:49:04 +00:00
|
|
|
"thelounge": "index.js"
|
2014-08-13 21:35:20 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-02-21 17:48:22 +00:00
|
|
|
"url": "https://github.com/thelounge/thelounge.git"
|
2014-08-13 21:35:20 +00:00
|
|
|
},
|
2018-01-14 07:15:08 +00:00
|
|
|
"homepage": "https://thelounge.chat/",
|
2014-08-13 21:35:20 +00:00
|
|
|
"scripts": {
|
2017-11-27 09:45:58 +00:00
|
|
|
"build": "webpack",
|
2020-03-22 10:47:41 +00:00
|
|
|
"coverage": "run-s test:* && nyc --nycrc-path=test/.nycrc-report.json report",
|
2019-11-07 20:19:54 +00:00
|
|
|
"dev": "node index start --dev",
|
2019-07-17 07:45:34 +00:00
|
|
|
"format:prettier": "prettier --write \"**/*.*\"",
|
2019-07-17 09:32:26 +00:00
|
|
|
"lint:check-eslint": "eslint --print-config .eslintrc.yml | eslint-config-prettier-check",
|
2019-07-17 07:45:34 +00:00
|
|
|
"lint:eslint": "eslint . --ext .js,.vue --report-unused-disable-directives --color",
|
|
|
|
"lint:prettier": "prettier --list-different \"**/*.*\"",
|
|
|
|
"lint:stylelint": "stylelint --color \"client/**/*.css\"",
|
2018-02-23 01:28:05 +00:00
|
|
|
"start": "node index start",
|
2020-03-22 10:47:41 +00:00
|
|
|
"test": "run-p --aggregate-output --continue-on-error lint:* test:*",
|
|
|
|
"test:mocha": "webpack --config webpack.config-test.js && nyc --nycrc-path=test/.nycrc-mocha.json mocha --colors --config=test/.mocharc.yml",
|
2018-08-29 07:37:31 +00:00
|
|
|
"watch": "webpack --watch"
|
2014-03-24 13:44:41 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2016-11-19 10:05:46 +00:00
|
|
|
"lounge",
|
2014-04-20 17:13:33 +00:00
|
|
|
"browser",
|
2014-06-26 16:14:45 +00:00
|
|
|
"web",
|
2014-03-24 13:44:41 +00:00
|
|
|
"chat",
|
2014-04-22 18:26:05 +00:00
|
|
|
"client",
|
2014-03-24 13:44:41 +00:00
|
|
|
"irc",
|
2018-01-26 05:23:51 +00:00
|
|
|
"server",
|
|
|
|
"thelounge"
|
2014-03-24 13:44:41 +00:00
|
|
|
],
|
2014-08-25 23:13:47 +00:00
|
|
|
"license": "MIT",
|
2016-04-26 10:51:11 +00:00
|
|
|
"engines": {
|
2019-12-26 18:59:25 +00:00
|
|
|
"node": ">=10.15.0"
|
2016-04-26 10:51:11 +00:00
|
|
|
},
|
2014-06-17 13:38:08 +00:00
|
|
|
"dependencies": {
|
2017-03-23 07:47:51 +00:00
|
|
|
"bcryptjs": "2.4.3",
|
2019-04-07 23:13:25 +00:00
|
|
|
"busboy": "0.3.1",
|
2020-06-14 09:33:35 +00:00
|
|
|
"chalk": "4.1.0",
|
2019-11-25 15:58:04 +00:00
|
|
|
"cheerio": "1.0.0-rc.3",
|
2020-07-19 19:01:39 +00:00
|
|
|
"commander": "6.0.0",
|
2019-05-26 04:30:27 +00:00
|
|
|
"express": "4.17.1",
|
2020-08-03 08:36:45 +00:00
|
|
|
"file-type": "14.7.0",
|
2019-05-30 07:03:06 +00:00
|
|
|
"filenamify": "4.1.0",
|
2020-07-16 12:14:55 +00:00
|
|
|
"got": "11.5.1",
|
2020-07-12 22:48:47 +00:00
|
|
|
"irc-framework": "4.9.0",
|
2018-09-03 07:30:05 +00:00
|
|
|
"is-utf8": "0.2.1",
|
2020-08-03 08:36:45 +00:00
|
|
|
"ldapjs": "2.1.1",
|
2020-05-20 12:31:33 +00:00
|
|
|
"linkify-it": "3.0.2",
|
2020-07-08 17:17:20 +00:00
|
|
|
"lodash": "4.17.19",
|
2020-04-24 12:07:40 +00:00
|
|
|
"mime-types": "2.1.27",
|
2020-03-30 20:15:32 +00:00
|
|
|
"node-forge": "0.9.1",
|
2019-08-02 17:12:44 +00:00
|
|
|
"package-json": "6.5.0",
|
2016-02-12 11:27:17 +00:00
|
|
|
"read": "1.0.7",
|
2019-04-06 19:07:51 +00:00
|
|
|
"read-chunk": "3.2.0",
|
2020-04-15 08:54:49 +00:00
|
|
|
"semver": "7.3.2",
|
2019-09-20 10:26:43 +00:00
|
|
|
"socket.io": "2.3.0",
|
2020-08-04 19:32:47 +00:00
|
|
|
"tlds": "1.208.0",
|
2019-12-19 18:17:50 +00:00
|
|
|
"ua-parser-js": "0.7.21",
|
2020-07-28 11:03:02 +00:00
|
|
|
"uuid": "8.3.0",
|
2020-05-10 11:25:47 +00:00
|
|
|
"web-push": "3.4.4",
|
2020-03-10 12:42:59 +00:00
|
|
|
"yarn": "1.22.4"
|
2014-06-17 13:38:08 +00:00
|
|
|
},
|
2018-06-10 21:35:02 +00:00
|
|
|
"optionalDependencies": {
|
2020-07-08 10:30:09 +00:00
|
|
|
"sqlite3": "5.0.0"
|
2018-06-10 21:35:02 +00:00
|
|
|
},
|
2014-06-17 13:38:08 +00:00
|
|
|
"devDependencies": {
|
2020-08-03 08:36:45 +00:00
|
|
|
"@babel/core": "7.11.0",
|
|
|
|
"@babel/preset-env": "7.11.0",
|
2020-07-18 00:14:30 +00:00
|
|
|
"@fortawesome/fontawesome-free": "5.14.0",
|
2020-05-17 12:18:52 +00:00
|
|
|
"@vue/server-test-utils": "1.0.3",
|
|
|
|
"@vue/test-utils": "1.0.3",
|
2020-03-21 00:54:32 +00:00
|
|
|
"babel-loader": "8.1.0",
|
2019-12-31 16:12:27 +00:00
|
|
|
"babel-plugin-istanbul": "6.0.0",
|
2018-09-28 04:20:31 +00:00
|
|
|
"chai": "4.2.0",
|
2020-07-04 00:39:25 +00:00
|
|
|
"copy-webpack-plugin": "6.0.3",
|
2020-08-03 08:36:45 +00:00
|
|
|
"css-loader": "4.2.0",
|
2019-10-14 09:15:19 +00:00
|
|
|
"cssnano": "4.1.10",
|
2020-08-03 08:36:45 +00:00
|
|
|
"dayjs": "1.8.31",
|
2020-04-11 05:31:07 +00:00
|
|
|
"emoji-regex": "9.0.0",
|
2020-08-03 08:36:45 +00:00
|
|
|
"eslint": "7.6.0",
|
2020-04-25 01:14:57 +00:00
|
|
|
"eslint-config-prettier": "6.11.0",
|
2020-03-09 08:05:30 +00:00
|
|
|
"eslint-plugin-vue": "6.2.2",
|
2016-12-30 05:32:27 +00:00
|
|
|
"fuzzy": "0.1.3",
|
2018-08-10 07:33:24 +00:00
|
|
|
"graphql-request": "1.8.2",
|
2020-04-11 01:41:04 +00:00
|
|
|
"husky": "4.2.5",
|
2019-12-21 09:28:05 +00:00
|
|
|
"mini-css-extract-plugin": "0.9.0",
|
2020-08-03 08:36:45 +00:00
|
|
|
"mocha": "8.1.0",
|
2020-01-25 00:51:35 +00:00
|
|
|
"mousetrap": "1.6.5",
|
2019-09-17 14:23:49 +00:00
|
|
|
"normalize.css": "8.0.1",
|
2018-11-24 13:56:40 +00:00
|
|
|
"npm-run-all": "4.1.5",
|
2020-06-06 02:35:13 +00:00
|
|
|
"nyc": "15.1.0",
|
2019-10-14 09:15:19 +00:00
|
|
|
"postcss-import": "12.0.1",
|
|
|
|
"postcss-loader": "3.0.0",
|
|
|
|
"postcss-preset-env": "6.7.0",
|
2020-04-25 01:15:19 +00:00
|
|
|
"prettier": "2.0.5",
|
2019-11-09 02:08:49 +00:00
|
|
|
"pretty-quick": "2.0.1",
|
2019-01-28 08:54:58 +00:00
|
|
|
"primer-tooltips": "2.0.0",
|
2020-04-11 03:19:38 +00:00
|
|
|
"sinon": "9.0.2",
|
2019-09-20 10:26:43 +00:00
|
|
|
"socket.io-client": "2.3.0",
|
2020-06-22 08:58:30 +00:00
|
|
|
"stylelint": "13.6.1",
|
2020-02-09 10:48:15 +00:00
|
|
|
"stylelint-config-standard": "20.0.0",
|
2020-06-13 01:32:39 +00:00
|
|
|
"textcomplete": "0.18.2",
|
2018-04-18 03:14:59 +00:00
|
|
|
"undate": "0.3.0",
|
2019-12-14 08:44:37 +00:00
|
|
|
"vue": "2.6.11",
|
2020-06-27 01:00:57 +00:00
|
|
|
"vue-loader": "15.9.3",
|
2020-06-13 09:09:06 +00:00
|
|
|
"vue-router": "3.3.4",
|
2019-12-14 08:44:37 +00:00
|
|
|
"vue-server-renderer": "2.6.11",
|
|
|
|
"vue-template-compiler": "2.6.11",
|
2020-07-08 12:29:17 +00:00
|
|
|
"vuedraggable": "2.24.0",
|
2020-07-04 02:47:28 +00:00
|
|
|
"vuex": "3.5.1",
|
2020-08-03 08:36:45 +00:00
|
|
|
"webpack": "4.44.1",
|
2020-06-20 05:18:39 +00:00
|
|
|
"webpack-cli": "3.3.12",
|
2019-11-07 20:19:54 +00:00
|
|
|
"webpack-dev-middleware": "3.7.2",
|
|
|
|
"webpack-hot-middleware": "2.25.0"
|
2019-07-17 07:45:34 +00:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "pretty-quick --staged"
|
|
|
|
}
|
2014-03-24 13:44:41 +00:00
|
|
|
}
|
2014-03-04 16:31:52 +00:00
|
|
|
}
|