{ "name": "vocechat-web", "version": "0.3.0", "private": true, "homepage": "https://voce.chat", "dependencies": { "@emoji-mart/data": "^1.0.5", "@metamask/onboarding": "^1.0.1", "@microsoft/fetch-event-source": "^2.0.1", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", "@react-oauth/google": "^0.2.6", "@reduxjs/toolkit": "^1.8.5", "@svgr/webpack": "^6.3.1", "@tippyjs/react": "^4.2.6", "@toast-ui/editor": "^3.2.0", "@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0", "@toast-ui/react-editor": "^3.2.0", "@types/node": "^18.7.14", "@types/react": "^18.0.18", "@types/react-dom": "^18.0.6", "@udecode/plate": "^16.6.1", "@uiball/loaders": "^1.2.6", "bfj": "^7.0.2", "browserslist": "^4.21.3", "case-sensitive-paths-webpack-plugin": "^2.4.0", "copy-image-clipboard": "^2.1.2", "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^4.0.0", "dayjs": "^1.11.5", "dotenv": "^16.0.2", "dotenv-expand": "^9.0.0", "emoji-mart": "3.0.1", "eslint": "^8.23.0", "file-loader": "^6.2.0", "firebase": "^9.9.4", "fs-extra": "^10.1.0", "html-webpack-plugin": "^5.5.0", "linkify-it": "3.0.3", "linkify-plugin-mention": "^3.0.4", "linkifyjs": "^3.0.5", "localforage": "^1.10.0", "lodash": "^4.17.21", "masonry-layout": "^4.2.2", "mini-css-extract-plugin": "^2.6.1", "pwa-badge": "^1.1.1", "react": "^18.2.0", "react-circular-progressbar": "^2.1.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.3.0", "react-icons": "^4.4.0", "react-linkify": "^1.0.0-alpha", "react-pdf": "^5.7.2", "react-redux": "^8.0.2", "react-refresh": "0.14.0", "react-router-dom": "^6.3.0", "react-scripts": "^5.0.1", "react-string-replace": "^1.1.0", "react-textarea-autosize": "^8.3.4", "resolve": "^1.22.1", "rooks": "^7.0.0", "semver": "^7.3.7", "slate": "^0.82.1", "slate-history": "^0.66.0", "slate-react": "^0.82.1", "source-map-loader": "^4.0.0", "style-loader": "^3.3.1", "styled-components": "^5.3.5", "styled-reset": "^4.4.2", "swiper": "^8.3.2", "terser-webpack-plugin": "^5.3.6", "tippy.js": "^6.3.7", "typescript": "^4.8.2", "webpack": "^5.74.0", "webpack-dev-server": "^4.10.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" }, "resolutions": { "prosemirror-model": "1.16.1" }, "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 5 chrome version", "last 5 firefox version", "last 5 safari version" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "babel": { "presets": [ "react-app" ] }, "devDependencies": { "@babel/core": "^7.18.13", "@babel/plugin-proposal-private-property-in-object": "^7.18.6", "@commitlint/cli": "^17.1.2", "@commitlint/config-conventional": "^17.1.0", "@types/emoji-mart": "^3.0.9", "@types/masonry-layout": "^4.2.5", "@types/react-helmet": "^6.1.5", "@types/react-linkify": "^1.0.1", "@types/styled-components": "^5.1.26", "@typescript-eslint/eslint-plugin": "^5.36.1", "@typescript-eslint/parser": "^5.36.1", "@welldone-software/why-did-you-render": "^7.0.1", "babel-loader": "^8.2.5", "babel-plugin-named-asset-import": "^0.3.8", "babel-preset-react-app": "^10.0.1", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.1", "eslint-plugin-react-hooks": "^4.6.0", "gh-pages": "^4.0.0", "husky": "^8.0.1", "lint-staged": "^13.0.3", "md5-file": "^5.0.0", "patch-package": "^6.4.7", "postinstall-postinstall": "^2.1.0", "prettier": "^2.7.1" } }