{ "name": "vocechat-web", "version": "0.3.41", "private": true, "homepage": "https://voce.chat", "dependencies": { "@emoji-mart/react": "^1.1.1", "@metamask/onboarding": "^1.0.1", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", "@react-oauth/google": "^0.7.1", "@reduxjs/toolkit": "^1.9.2", "@svgr/webpack": "^6.5.1", "@tippyjs/react": "^4.2.6", "@toast-ui/editor": "^3.2.2", "@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0", "@toast-ui/react-editor": "^3.2.3", "@types/node": "^18.14.0", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@udecode/plate": "16.8", "@uiball/loaders": "^1.2.6", "bfj": "^7.0.2", "broadcast-channel": "^4.20.2", "browserslist": "^4.21.5", "clsx": "^1.2.1", "copy-image-clipboard": "^2.1.2", "css-loader": "^6.7.3", "css-minimizer-webpack-plugin": "^4.2.2", "dayjs": "^1.11.7", "dotenv": "^16.0.3", "dotenv-expand": "^10.0.0", "emoji-mart": "5.5.2", "eslint": "^8.34.0", "file-loader": "^6.2.0", "firebase": "^9.17.1", "fs-extra": "^11.1.0", "html-webpack-plugin": "^5.5.0", "i18next": "^22.4.10", "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.1.1", "linkify-plugin-mention": "^4.1.0", "linkify-react": "^4.1.0", "linkifyjs": "^4.1.0", "localforage": "^1.10.0", "lodash": "^4.17.21", "masonry-layout": "^4.2.2", "mini-css-extract-plugin": "^2.7.2", "qrcode.react": "^3.1.0", "react": "^18.2.0", "react-dev-utils": "^12.0.1", "react-dnd": "16.0.1", "react-dnd-html5-backend": "16.0.1", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", "react-hot-toast": "^2.4.0", "react-i18next": "^12.1.5", "react-redux": "^8.0.5", "react-refresh": "0.14.0", "react-router-dom": "^6.8.1", "react-scripts": "^5.0.1", "react-syntax-highlighter": "^15.5.0", "react-textarea-autosize": "^8.4.0", "react-use-wizard": "^2.2.1", "resolve": "^1.22.1", "rooks": "^7.4.3", "slate": "^0.91.1", "slate-history": "^0.86.0", "slate-react": "^0.91.1", "source-map-loader": "^4.0.1", "style-loader": "^3.3.1", "styled-components": "^5.3.6", "terser-webpack-plugin": "^5.3.6", "tippy.js": "^6.3.7", "typescript": "^4.9.5", "webpack": "^5.75.0", "webpack-dev-server": "^4.11.1", "webpack-manifest-plugin": "^5.0.0", "workbox-background-sync": "^6.5.4", "workbox-broadcast-update": "^6.5.4", "workbox-cacheable-response": "^6.5.4", "workbox-core": "^6.5.4", "workbox-expiration": "^6.5.4", "workbox-navigation-preload": "^6.5.4", "workbox-precaching": "^6.5.4", "workbox-range-requests": "^6.5.4", "workbox-routing": "^6.5.4", "workbox-strategies": "^6.5.4", "workbox-streams": "^6.5.4", "workbox-webpack-plugin": "^6.5.4" }, "scripts": { "start": "REACT_APP_BUILD_TIME=$(date +%s) node scripts/start.js", "build": "rm -rf build && REACT_APP_BUILD_TIME=$(date +%s) GENERATE_SOURCEMAP=false node scripts/build.js", "build:release": "rm -rf build && REACT_APP_BUILD_TIME=$(date +%s) REACT_APP_RELEASE=true GENERATE_SOURCEMAP=false node scripts/build.js", "deploy:demo": "yarn build && gh-pages -d build", "lint": "lint-staged", "prepare": "husky install", "postinstall": "patch-package" }, "browserslist": { "production": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "babel": { "presets": [ "react-app" ] }, "devDependencies": { "@babel/core": "^7.20.12", "@types/emoji-mart": "^3.0.9", "@types/masonry-layout": "^4.2.5", "@types/react-helmet": "^6.1.6", "@types/react-syntax-highlighter": "^15.5.6", "@typescript-eslint/eslint-plugin": "^5.52.0", "@typescript-eslint/parser": "^5.52.0", "@welldone-software/why-did-you-render": "^7.0.1", "autoprefixer": "^10.4.13", "babel-loader": "^9.1.2", "babel-plugin-named-asset-import": "^0.3.8", "babel-preset-react-app": "^10.0.1", "eslint-config-prettier": "^8.6.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "gh-pages": "^5.0.0", "husky": "^8.0.3", "lint-staged": "^13.1.2", "md5-file": "^5.0.0", "patch-package": "^6.5.1", "postcss": "^8.4.21", "postcss-loader": "^7.0.2", "postinstall-postinstall": "^2.1.0", "prettier": "^2.8.4", "tailwindcss": "^3.2.7" } }