2020-12-07 03:24:45 -06:00
|
|
|
{
|
|
|
|
"name": "reddichat",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --mode production",
|
|
|
|
"dev": "webpack --mode development",
|
2020-12-15 02:22:11 -06:00
|
|
|
"docker": "yarn run build && docker build",
|
2020-12-07 03:24:45 -06:00
|
|
|
"forcelatus": "pkgs=$(find node_modules/@latus -maxdepth 1 -mindepth 1 -printf '@latus/%f '); yarn upgrade $pkgs",
|
2020-12-08 02:24:47 -06:00
|
|
|
"forcereddichat": "pkgs=$(find node_modules/@reddichat -maxdepth 1 -mindepth 1 -printf '@reddichat/%f '); yarn upgrade $pkgs",
|
2020-12-07 03:24:45 -06:00
|
|
|
"lint": "eslint --cache --format codeframe --ext mjs,jsx,js src",
|
2020-12-20 02:54:46 -06:00
|
|
|
"produce": "sudo rm -rf node_modules/.cache && yarn run docker -t cha0s6983/reddichat . && docker tag cha0s6983/reddichat docker.i12e.cha0s.io/cha0s6983/reddichat && docker push docker.i12e.cha0s.io/cha0s6983/reddichat",
|
2020-12-07 03:24:45 -06:00
|
|
|
"repl": "rlwrap -C qmp socat STDIO UNIX:$(ls /tmp/latus-*.sock | tail -n 1)",
|
|
|
|
"start": "NODE_ENV=production node build/index.js",
|
|
|
|
"test": "mocha --watch src",
|
2020-12-17 00:18:58 -06:00
|
|
|
"watch": "webpack --hot --watch --mode development"
|
2020-12-07 03:24:45 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@latus/core": "^1.0.0",
|
|
|
|
"@latus/db": "^1.0.0",
|
|
|
|
"@latus/governor": "^1.0.0",
|
|
|
|
"@latus/http": "^1.0.0",
|
|
|
|
"@latus/react": "^1.0.0",
|
|
|
|
"@latus/redis": "^1.0.0",
|
|
|
|
"@latus/repl": "^1.0.0",
|
|
|
|
"@latus/socket": "^1.0.0",
|
|
|
|
"@latus/user": "^1.0.0",
|
2020-12-08 02:24:47 -06:00
|
|
|
"@reddichat/app": "^1.0.0",
|
|
|
|
"@reddichat/chat": "^1.0.0",
|
2020-12-08 23:45:40 -06:00
|
|
|
"@reddichat/core": "^1.0.0",
|
2020-12-14 12:18:00 -06:00
|
|
|
"@reddichat/fun": "^1.0.0",
|
2020-12-08 02:24:47 -06:00
|
|
|
"@reddichat/state": "^1.0.0",
|
|
|
|
"@reddichat/user": "^1.0.0",
|
2020-12-07 05:48:17 -06:00
|
|
|
"@reduxjs/toolkit": "^1.5.0",
|
2020-12-07 03:24:45 -06:00
|
|
|
"classnames": "^2.2.6",
|
2020-12-08 02:24:47 -06:00
|
|
|
"connected-react-router": "^6.8.0",
|
|
|
|
"deepmerge": "^4.2.2",
|
2020-12-07 03:24:45 -06:00
|
|
|
"dotenv": "8.2.0",
|
2020-12-08 02:24:47 -06:00
|
|
|
"history": "^4.7.2",
|
2020-12-08 07:07:06 -06:00
|
|
|
"lodash.throttle": "^4.1.1",
|
2020-12-08 07:34:23 -06:00
|
|
|
"prop-types": "^15.7.2",
|
2020-12-08 02:24:47 -06:00
|
|
|
"react": "^17.0.1",
|
2020-12-07 03:24:45 -06:00
|
|
|
"react-hot-loader": "4.13.0",
|
2020-12-09 22:06:18 -06:00
|
|
|
"react-markdown": "^4.3.1",
|
2020-12-08 02:24:47 -06:00
|
|
|
"react-redux": "^7.2.2",
|
2020-12-09 04:44:56 -06:00
|
|
|
"react-router-dom": "^5.2.0",
|
2020-12-10 06:36:29 -06:00
|
|
|
"react-scrollable-feed": "^1.2.0",
|
2020-12-13 01:55:20 -06:00
|
|
|
"react-swipeable": "^6.0.1",
|
2020-12-09 04:44:56 -06:00
|
|
|
"uuid": "^8.3.2"
|
2020-12-07 03:24:45 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-12-08 02:24:47 -06:00
|
|
|
"@neutrinojs/airbnb": "^9.1.0",
|
2020-12-07 03:24:45 -06:00
|
|
|
"@neutrinojs/clean": "^9.1.0",
|
2020-12-14 12:18:00 -06:00
|
|
|
"@neutrinojs/copy": "^9.1.0",
|
2020-12-07 03:24:45 -06:00
|
|
|
"@neutrinojs/mocha": "^9.1.0",
|
|
|
|
"@neutrinojs/node": "^9.1.0",
|
|
|
|
"babel-plugin-webpack-alias": "^2.1.2",
|
|
|
|
"eslint": "^6",
|
|
|
|
"eslint-import-resolver-webpack": "^0.12.1",
|
2020-12-07 05:48:17 -06:00
|
|
|
"eslint-plugin-babel": "5.3.1",
|
2020-12-07 03:24:45 -06:00
|
|
|
"js-yaml": "3.14.0",
|
|
|
|
"neutrino": "^9.1.0",
|
|
|
|
"source-map-support": "0.5.19",
|
|
|
|
"webpack": "^4",
|
|
|
|
"webpack-cli": "^3"
|
|
|
|
}
|
|
|
|
}
|