2014-03-04 08:31:52 -08:00
|
|
|
{
|
2016-02-10 04:55:10 +00:00
|
|
|
"name": "thelounge",
|
2015-04-29 12:55:13 -07:00
|
|
|
"description": "The self-hosted Web IRC client",
|
2021-07-01 12:20:56 -07:00
|
|
|
"version": "4.3.0-pre.4",
|
2014-08-13 14:35:20 -07:00
|
|
|
"preferGlobal": true,
|
|
|
|
"bin": {
|
2017-11-12 15:49:04 -05:00
|
|
|
"thelounge": "index.js"
|
2014-08-13 14:35:20 -07:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-02-21 19:48:22 +02:00
|
|
|
"url": "https://github.com/thelounge/thelounge.git"
|
2014-08-13 14:35:20 -07:00
|
|
|
},
|
2018-01-14 02:15:08 -05:00
|
|
|
"homepage": "https://thelounge.chat/",
|
2014-08-13 14:35:20 -07:00
|
|
|
"scripts": {
|
2017-11-27 11:45:58 +02:00
|
|
|
"build": "webpack",
|
2020-03-22 12:47:41 +02: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 08:45:34 +01:00
|
|
|
"format:prettier": "prettier --write \"**/*.*\"",
|
2019-07-17 10:32:26 +01:00
|
|
|
"lint:check-eslint": "eslint --print-config .eslintrc.yml | eslint-config-prettier-check",
|
2019-07-17 08:45:34 +01: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-22 20:28:05 -05:00
|
|
|
"start": "node index start",
|
2020-03-22 12:47:41 +02: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 10:37:31 +03:00
|
|
|
"watch": "webpack --watch"
|
2014-03-24 14:44:41 +01:00
|
|
|
},
|
|
|
|
"keywords": [
|
2016-11-19 12:05:46 +02:00
|
|
|
"lounge",
|
2014-04-20 19:13:33 +02:00
|
|
|
"browser",
|
2014-06-26 09:14:45 -07: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",
|
2018-01-26 00:23:51 -05:00
|
|
|
"server",
|
|
|
|
"thelounge"
|
2014-03-24 14:44:41 +01:00
|
|
|
],
|
2014-08-25 16:13:47 -07:00
|
|
|
"license": "MIT",
|
2016-04-26 13:51:11 +03:00
|
|
|
"engines": {
|
2019-12-26 20:59:25 +02:00
|
|
|
"node": ">=10.15.0"
|
2016-04-26 13:51:11 +03:00
|
|
|
},
|
2014-06-17 15:38:08 +02:00
|
|
|
"dependencies": {
|
2017-03-23 08:47:51 +01:00
|
|
|
"bcryptjs": "2.4.3",
|
2019-04-07 23:13:25 +00:00
|
|
|
"busboy": "0.3.1",
|
2021-09-15 10:12:19 -07:00
|
|
|
"chalk": "4.1.2",
|
2021-06-28 21:50:36 -07:00
|
|
|
"cheerio": "1.0.0-rc.10",
|
2021-04-05 23:18:45 +00:00
|
|
|
"commander": "7.2.0",
|
2021-04-03 12:32:49 +02:00
|
|
|
"content-disposition": "0.5.3",
|
2019-05-26 04:30:27 +00:00
|
|
|
"express": "4.17.1",
|
2021-02-09 13:27:56 -08:00
|
|
|
"file-type": "16.2.0",
|
2020-09-30 17:41:56 +03:00
|
|
|
"filenamify": "4.2.0",
|
2021-07-06 01:29:53 -07:00
|
|
|
"got": "11.8.2",
|
2021-06-28 23:22:38 -07:00
|
|
|
"irc-framework": "4.11.0",
|
2018-09-03 10:30:05 +03:00
|
|
|
"is-utf8": "0.2.1",
|
2021-09-15 10:12:19 -07:00
|
|
|
"ldapjs": "2.3.1",
|
2020-05-20 12:31:33 +00:00
|
|
|
"linkify-it": "3.0.2",
|
2021-06-28 21:50:36 -07:00
|
|
|
"lodash": "4.17.21",
|
2021-09-15 10:12:19 -07:00
|
|
|
"mime-types": "2.1.32",
|
2020-09-02 10:38:16 +03:00
|
|
|
"node-forge": "0.10.0",
|
2019-08-02 17:12:44 +00:00
|
|
|
"package-json": "6.5.0",
|
2016-02-12 13:27:17 +02:00
|
|
|
"read": "1.0.7",
|
2019-04-06 19:07:51 +00:00
|
|
|
"read-chunk": "3.2.0",
|
2021-09-15 10:12:19 -07:00
|
|
|
"semver": "7.3.5",
|
2020-11-25 18:02:48 +02:00
|
|
|
"socket.io": "3.1.2",
|
2021-02-09 13:27:56 -08:00
|
|
|
"tlds": "1.216.0",
|
2021-09-30 17:25:05 -07:00
|
|
|
"ua-parser-js": "0.7.28",
|
2021-02-09 13:27:56 -08:00
|
|
|
"uuid": "8.3.2",
|
2020-05-10 11:25:47 +00:00
|
|
|
"web-push": "3.4.4",
|
2020-09-30 17:41:56 +03:00
|
|
|
"yarn": "1.22.10"
|
2014-06-17 15:38:08 +02:00
|
|
|
},
|
2018-06-10 17:35:02 -04:00
|
|
|
"optionalDependencies": {
|
2021-03-03 05:37:04 +00:00
|
|
|
"sqlite3": "5.0.2"
|
2018-06-10 17:35:02 -04:00
|
|
|
},
|
2014-06-17 15:38:08 +02:00
|
|
|
"devDependencies": {
|
2021-09-15 10:12:19 -07:00
|
|
|
"@babel/core": "7.15.5",
|
|
|
|
"@babel/preset-env": "7.15.6",
|
|
|
|
"@fortawesome/fontawesome-free": "5.15.4",
|
2021-02-09 13:27:56 -08:00
|
|
|
"@vue/server-test-utils": "1.1.3",
|
|
|
|
"@vue/test-utils": "1.1.3",
|
|
|
|
"babel-loader": "8.2.2",
|
2019-12-31 16:12:27 +00:00
|
|
|
"babel-plugin-istanbul": "6.0.0",
|
2021-04-05 20:38:41 +00:00
|
|
|
"chai": "4.3.4",
|
2021-02-09 13:27:56 -08:00
|
|
|
"copy-webpack-plugin": "7.0.0",
|
2021-03-02 22:12:15 +00:00
|
|
|
"css-loader": "5.1.1",
|
2021-06-05 00:57:38 -07:00
|
|
|
"cssnano": "4.1.11",
|
2021-09-15 10:12:19 -07:00
|
|
|
"dayjs": "1.10.7",
|
2021-07-06 01:29:53 -07:00
|
|
|
"emoji-regex": "9.2.2",
|
2021-04-05 20:39:11 +00:00
|
|
|
"eslint": "7.23.0",
|
2020-10-30 15:10:50 +02:00
|
|
|
"eslint-config-prettier": "6.15.0",
|
2021-02-09 00:01:45 +00:00
|
|
|
"eslint-plugin-vue": "7.5.0",
|
2016-12-30 00:32:27 -05:00
|
|
|
"fuzzy": "0.1.3",
|
2021-07-06 01:29:53 -07:00
|
|
|
"husky": "4.3.8",
|
2021-02-09 13:27:56 -08:00
|
|
|
"mini-css-extract-plugin": "1.3.6",
|
2020-11-25 17:45:22 +02:00
|
|
|
"mocha": "8.2.1",
|
2020-01-25 00:51:35 +00:00
|
|
|
"mousetrap": "1.6.5",
|
2019-09-17 17:23:49 +03: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",
|
2021-05-12 01:05:43 +00:00
|
|
|
"postcss": "8.2.10",
|
2021-09-15 10:12:19 -07:00
|
|
|
"postcss-import": "14.0.2",
|
2021-02-09 13:27:56 -08:00
|
|
|
"postcss-loader": "5.0.0",
|
2019-10-14 12:15:19 +03:00
|
|
|
"postcss-preset-env": "6.7.0",
|
2021-02-09 13:27:56 -08:00
|
|
|
"prettier": "2.2.1",
|
2021-09-02 14:03:16 -07:00
|
|
|
"pretty-quick": "3.1.1",
|
2019-01-28 10:54:58 +02:00
|
|
|
"primer-tooltips": "2.0.0",
|
2021-02-09 13:27:56 -08:00
|
|
|
"sinon": "9.2.4",
|
2021-09-30 17:24:54 -07:00
|
|
|
"socket.io-client": "3.1.3",
|
2021-09-02 14:04:21 -07:00
|
|
|
"stylelint": "13.13.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",
|
2020-08-20 19:43:53 +03:00
|
|
|
"vue": "2.6.12",
|
2021-02-09 13:27:56 -08:00
|
|
|
"vue-loader": "15.9.6",
|
|
|
|
"vue-router": "3.5.1",
|
2020-08-20 19:43:53 +03:00
|
|
|
"vue-server-renderer": "2.6.12",
|
|
|
|
"vue-template-compiler": "2.6.12",
|
2020-10-30 15:10:50 +02:00
|
|
|
"vuedraggable": "2.24.3",
|
2021-02-09 13:27:56 -08:00
|
|
|
"vuex": "3.6.2",
|
|
|
|
"webpack": "5.21.2",
|
|
|
|
"webpack-cli": "4.5.0",
|
|
|
|
"webpack-dev-middleware": "4.1.0",
|
2021-10-02 12:02:46 -07:00
|
|
|
"webpack-hot-middleware": "2.25.1"
|
2019-07-17 08:45:34 +01:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "pretty-quick --staged"
|
|
|
|
}
|
2014-03-24 14:44:41 +01:00
|
|
|
}
|
2014-03-04 08:31:52 -08:00
|
|
|
}
|