{ "name": "condenser", "repository": { "type": "git", "url": "https://gitlab.syncad.com/hive/condenser.git" }, "version": "1.0.0", "description": "hive.blog is the koa web server & middleware and react.js in-browser code for the world's first blockchain content + social media monetization platform!", "main": "index.js", "scripts": { "build": "rm -rf ./dist && NODE_ENV=production webpack --config ./webpack/prod.config.js && rm -rf ./lib && babel src --out-dir lib -D", "test": "jest -c src/test/unit/jest.config.js", "eslint": "LIST=`git diff-index --diff-filter=ACMR --name-only HEAD | grep .*\\.js | grep -v json`; if [ \"$LIST\" ]; then eslint $LIST; fi", "eslint:fix": "LIST=`git diff-index --diff-filter=ACMR --name-only HEAD | grep .*\\.js | grep -v json`; if [ \"$LIST\" ]; then eslint --fix $LIST; fi", "ci:test": "jest -c src/test/unit/jest.config.js --coverage", "ci:eslint": "eslint src/", "fmt": "prettier --config .prettierrc --write 'src/**/*.+(js|jsx)'", "precommit": "lint-staged", "production": "NODE_OPTIONS=\"--trace-warnings\" NODE_ENV=production node lib/server/index.js", "start": "NODE_OPTIONS=\"--trace-warnings\" NODE_ENV=development babel-node ./webpack/dev-server.js", "debug": "NODE_OPTIONS=\"--trace-warnings\" NODE_ENV=development webpack --config ./webpack/debug.config.js && rm -rf ./lib && babel src --source-maps --out-dir lib -D && node --inspect-brk lib/server/index.js", "checktranslations": "node scripts/check_translations.js", "build:analyze": "webpack-bundle-analyzer --port 4200 dist/stats.json", "postinstall": "patch-package" }, "author": "HiveBlog", "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5", "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@hive-engine/sscjs": "^0.0.9", "@hiveio/hive-js": "^2.0.4", "@hiveio/hivescript": "^1.2.9", "@mui/icons-material": "^5.11.9", "@mui/material": "^5.11.10", "@quochuync/remarkable-spoiler": "^1.4.0", "@steem/crypto-session": "git+https://github.com/steemit/crypto-session.git#83a90b319ce5bc6a70362d52a15a815de7e729bb", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.2.0", "@testing-library/user-event": "^14.1.1", "@xmldom/xmldom": "^0.7.13", "assert": "1.4.1", "autoprefixer": "^9.6.1", "axios": "^0.27.2", "basic-auth": "^2.0.1", "big.js": "^5.2.2", "bigi": "1.4.2", "blocked": "1.2.1", "blueimp-file-upload": "9.22.1", "braces": "^2.3.1", "bs58": "3.1.0", "bytebuffer": "5.0.1", "bytes": "2.5.0", "classnames": "2.2.5", "cluster": "0.7.7", "co-body": "^5.1.1", "config": "1.26.2", "core-js": "^3.6.5", "counterpart": "0.17.9", "cpu-stat": "2.0.1", "crypto-browserify": "^3.12.0", "date-names": "^0.1.13", "diff-match-patch": "1.0.4", "disk-stat": "1.0.4", "extract-text-webpack-plugin": "^v4.0.0-beta.0", "foundation-sites": "git+https://gitlab.syncad.com/hive/foundation-sites.git#544fb8a26efcf45e9ba9ccaa77b04d0ae35b9722", "highlight.js": "^11.6.0", "hive-auth-client": "^0.1.5", "hive-uri": "^0.2.3", "hivesigner": "3.2.7", "humanize-duration": "^3.27.0", "humanize-number": "0.0.2", "immutable": "^3.8.1", "intl": "1.2.5", "iso": "5.2.0", "jest-environment-jsdom": "^28.1.0", "joi": "^17.7.0", "jsonwebtoken": "^9.0.0", "koa": "^2.13.4", "koa-better-http-proxy": "^0.2.10", "koa-body": "^5.0.0", "koa-compressor": "^1.0.3", "koa-conditional-get": "^3.0.0", "koa-csrf": "^3.0.8", "koa-etag": "^4.0.0", "koa-favicon": "^2.1.0", "koa-helmet": "^6.1.0", "koa-isbot": "^0.1.1", "koa-jwt": "^4.0.3", "koa-locale": "^1.3.0", "koa-logger": "^3.2.1", "koa-mount": "^4.0.0", "koa-proxy": "^0.9.0", "koa-router": "^10.1.1", "koa-session": "^6.2.0", "koa-static-cache": "^5.1.4", "libsodium-wrappers": "0.4.8", "lodash": "^4.17.21", "lodash.debounce": "4.0.8", "luxon": "^3.4.4", "mem-stat": "1.0.5", "mini-css-extract-plugin": "^1.2.1", "mixpanel": "0.5.0", "node-cache": "4.2.0", "node-fetch": "^2.6.7", "os": "0.1.1", "patch-package": "^8.0.0", "path": "^0.12.7", "pluralizers": "^0.1.7", "postcss": "^8.1.6", "postcss-loader": "^4.0.4", "prop-types": "^15.7.2", "qrious": "^4.0.2", "react": "^18.1.0", "react-addons-pure-render-mixin": "^15.6.3", "react-autocomplete": "^1.8.1", "react-calendar": "^4.8.0", "react-clock": "^4.6.0", "react-copy-to-clipboard": "^5.1.0", "react-dispatch": "^1.2.0", "react-dom": "^18.1.0", "react-draggable": "^4.4.5", "react-dropzone": "^12.0.5", "react-headroom": "^3.2.0", "react-intl": "^2.9.0", "react-mde": "^11.5.0", "react-notification": "^6.8.5", "react-overlays": "^0.7.4", "react-portal": "^4.2.2", "react-rangeslider": "^2.2.0", "react-redux": "^7.2.8", "react-router": "^3.2.6", "react-router-redux": "^4.0.8", "react-router-scroll": "^0.4.4", "react-rte": "^0.16.5", "react-sparklines": "^1.7.0", "react-tabs": "^4.2.0", "react-tooltip-lite": "^1.12.0", "redux": "3.7.2", "redux-form": "5.3.4", "redux-saga": "0.16.0", "regenerator-runtime": "^0.13.9", "remarkable": "^2.0.1", "remove-markdown": "^0.3.0", "sanitize-html": "~2.5.0", "sass": "^1.29.0", "scroll-behavior": "^0.9.5", "secure-random": "1.1.1", "selection-position": "1.0.0", "simple-react-lightbox": "^3.6.9-0", "simplepicker": "^2.0.4", "slate": "~0.43", "slate-drop-or-paste-images": "0.9.1", "slate-insert-block-on-enter": "0.4.0", "slate-react": "~0.20.1", "slate-trailing-block": "0.2.4", "speakingurl": "9.0.0", "squarify": "1.1.0", "statsd-client": "0.4.2", "store": "1.3.20", "stream-browserify": "^3.0.0", "striptags": "^3.1.1", "universal-cookie": "^4.0.3", "url": "^0.11.3", "vm-browserify": "^1.1.2", "webpack-cli": "^4.9.2", "webpack-isomorphic-tools": "^4.0.0", "whatwg-fetch": "^3.6.2" }, "devDependencies": { "@babel/cli": "^7.24.5", "@babel/core": "^7.24.5", "@babel/eslint-parser": "^7.24.5", "@babel/node": "^7.23.9", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-decorators": "^7.24.1", "@babel/plugin-proposal-do-expressions": "^7.24.1", "@babel/plugin-proposal-export-default-from": "^7.24.1", "@babel/plugin-proposal-export-namespace-from": "^7.18.9", "@babel/plugin-proposal-function-bind": "^7.24.1", "@babel/plugin-proposal-function-sent": "^7.24.1", "@babel/plugin-proposal-json-strings": "^7.18.6", "@babel/plugin-proposal-logical-assignment-operators": "^7.20.7", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-numeric-separator": "^7.18.6", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/plugin-proposal-pipeline-operator": "^7.24.1", "@babel/plugin-proposal-throw-expressions": "^7.24.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-transform-runtime": "^7.24.3", "@babel/preset-env": "^7.24.5", "@babel/preset-react": "^7.24.1", "@babel/register": "^7.23.7", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^29.7.0", "babel-loader": "8.1.0", "babel-plugin-react-intl": "2.3.1", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-inline-environment-variables": "0.2.0", "buffer": "^6.0.3", "css-loader": "5.0.1", "dev-ip": "1.0.1", "enzyme": "3.3.0", "eslint": "6.8.0", "eslint-config-airbnb": "18.1.0", "eslint-plugin-babel": "5.3.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-jest": "23.8.2", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-react": "7.19.0", "file-loader": "6.2.0", "git-rev-sync": "^3.0.1", "husky": "0.14.3", "imports-loader": "1.2.0", "jest": "^29.7.0", "jest-junit": "^16.0.0", "jsdom": "9.12.0", "json-loader": "0.5.7", "koa-webpack-dev-middleware": "^2.0.2", "lint-staged": "10.5.3", "mock-local-storage": "1.0.5", "node-watch": "^0.7.3", "picturefill": "3.0.2", "prettier": "2.2.1", "process": "^0.11.10", "raw-loader": "4.0.2", "react-test-renderer": "^18.1.0", "redux-devtools-extension": "2.13.5", "redux-mock-store": "1.5.1", "sass-loader": "^12.6.0", "style-loader": "2.0.0", "svg-inline-loader": "0.8.2", "svgo-loader": "1.2.1", "url-loader": "4.1.1", "webpack": "^5.72.0", "webpack-bundle-analyzer": "^4.5.0", "webpack-dev-middleware": "^5.3.1", "webpack-livereload-plugin": "^3.0.2" }, "engines": { "node": ">=10.13.0", "npm": ">=5.4.2" }, "lint-staged": { "src/**/*.+(js|jsx)": [ "eslint" ], "src/**/*.+(json|css|md)": [ "prettier --write", "git add" ] }, "jest": { "testEnvironmentOptions": { "url": "http://localhost:8080" }, "rootDir": "src", "modulePaths": [ "/" ], "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "/__mocks__/fileMock.js" } }, "browserslist": [ "defaults" ], "resolutions": { "lodash-es": "4.17.21", "lodash": "4.17.21", "minimist": "1.2.6", "request": "2.88.2", "node-fetch": "2.6.7", "crypto-js": "^4.2.0" }, "volta": { "node": "18.14.0", "npm": "9.3.1", "yarn": "1.22.5" } }