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-03-08 20:53:26 +00:00
|
|
|
"version": "4.1.0",
|
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-04-02 08:25:29 +00:00
|
|
|
"chalk": "4.0.0",
|
2019-11-25 15:58:04 +00:00
|
|
|
"cheerio": "1.0.0-rc.3",
|
2020-04-25 02:31:55 +00:00
|
|
|
"commander": "5.1.0",
|
2019-05-26 04:30:27 +00:00
|
|
|
"express": "4.17.1",
|
2020-04-24 12:07:28 +00:00
|
|
|
"file-type": "14.2.0",
|
2019-05-30 07:03:06 +00:00
|
|
|
"filenamify": "4.1.0",
|
2020-03-30 20:19:46 +00:00
|
|
|
"got": "10.7.0",
|
2020-04-02 07:07:28 +00:00
|
|
|
"irc-framework": "4.8.1",
|
2018-09-03 07:30:05 +00:00
|
|
|
"is-utf8": "0.2.1",
|
2019-12-15 14:27:28 +00:00
|
|
|
"ldapjs": "2.0.0-pre.5",
|
2019-07-12 12:11:34 +00:00
|
|
|
"linkify-it": "2.2.0",
|
2019-07-19 08:32:29 +00:00
|
|
|
"lodash": "4.17.15",
|
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",
|
2019-12-03 15:19:35 +00:00
|
|
|
"tlds": "1.207.0",
|
2019-12-19 18:17:50 +00:00
|
|
|
"ua-parser-js": "0.7.21",
|
2020-03-31 19:49:44 +00:00
|
|
|
"uuid": "7.0.3",
|
2019-12-06 19:50:26 +00:00
|
|
|
"web-push": "3.4.3",
|
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": {
|
2019-12-05 02:45:53 +00:00
|
|
|
"sqlite3": "4.1.1"
|
2018-06-10 21:35:02 +00:00
|
|
|
},
|
2014-06-17 13:38:08 +00:00
|
|
|
"devDependencies": {
|
2020-03-21 00:54:32 +00:00
|
|
|
"@babel/core": "7.9.0",
|
2020-04-11 08:58:54 +00:00
|
|
|
"@babel/preset-env": "7.9.5",
|
2020-03-28 00:20:40 +00:00
|
|
|
"@fortawesome/fontawesome-free": "5.13.0",
|
2020-04-11 04:40:14 +00:00
|
|
|
"@vue/server-test-utils": "1.0.0-beta.33",
|
|
|
|
"@vue/test-utils": "1.0.0-beta.33",
|
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",
|
2019-12-14 00:35:30 +00:00
|
|
|
"copy-webpack-plugin": "5.1.1",
|
2020-04-25 00:36:29 +00:00
|
|
|
"css-loader": "3.5.3",
|
2019-10-14 09:15:19 +00:00
|
|
|
"cssnano": "4.1.10",
|
2020-04-25 00:36:44 +00:00
|
|
|
"dayjs": "1.8.25",
|
2020-04-11 05:31:07 +00:00
|
|
|
"emoji-regex": "9.0.0",
|
2019-12-21 09:27:54 +00:00
|
|
|
"eslint": "6.8.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-04-26 06:28:29 +00:00
|
|
|
"mocha": "7.1.2",
|
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-04-04 00:31:15 +00:00
|
|
|
"nyc": "15.0.1",
|
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-04-25 02:32:17 +00:00
|
|
|
"stylelint": "13.3.3",
|
2020-02-09 10:48:15 +00:00
|
|
|
"stylelint-config-standard": "20.0.0",
|
2019-12-21 02:34:14 +00:00
|
|
|
"textcomplete": "0.18.1",
|
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-03-21 01:33:57 +00:00
|
|
|
"vue-loader": "15.9.1",
|
2020-03-09 08:05:49 +00:00
|
|
|
"vue-router": "3.1.6",
|
2019-12-14 08:44:37 +00:00
|
|
|
"vue-server-renderer": "2.6.11",
|
|
|
|
"vue-template-compiler": "2.6.11",
|
2019-10-02 03:22:19 +00:00
|
|
|
"vuedraggable": "2.23.2",
|
2020-04-25 06:08:23 +00:00
|
|
|
"vuex": "3.3.0",
|
2020-04-25 03:44:57 +00:00
|
|
|
"webpack": "4.43.0",
|
2020-02-15 09:30:49 +00:00
|
|
|
"webpack-cli": "3.3.11",
|
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
|
|
|
}
|