Files
ColdBreeze-chat-web/package.json
T

157 lines
4.9 KiB
JSON

{
"name": "vocechat-web",
"version": "0.9.75",
"homepage": "https://voce.chat",
"dependencies": {
"@metamask/onboarding": "^1.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
"@radix-ui/react-popover": "^1.1.14",
"@react-oauth/google": "^0.12.2",
"@reduxjs/toolkit": "^2.8.2",
"@svgr/webpack": "^8.1.0",
"@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",
"@udecode/plate-break": "^33.0.0",
"@udecode/plate-combobox": "^33.0.0",
"@udecode/plate-common": "^33.0.3",
"@udecode/plate-emoji": "^33.0.0",
"@udecode/plate-floating": "^33.0.0",
"@udecode/plate-font": "^33.0.0",
"@udecode/plate-mention": "^33.0.0",
"@udecode/plate-node-id": "^33.0.0",
"@udecode/plate-paragraph": "^33.0.0",
"@udecode/plate-trailing-block": "^33.0.0",
"@uiball/loaders": "^1.3.1",
"agora-rtc-sdk-ng": "^4.24.0",
"broadcast-channel": "^7.1.0",
"browserslist": "^4.25.1",
"clsx": "^2.1.1",
"copy-image-clipboard": "^2.1.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"dayjs": "^1.11.13",
"firebase": "^11.7.3",
"framer-motion": "12.23.12",
"fs-extra": "^11.3.1",
"heic2any": "^0.0.4",
"html-webpack-plugin": "^5.6.3",
"i18next": "^25.3.2",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"katex": "^0.16.25",
"linkify-plugin-mention": "^4.3.2",
"linkify-react": "^4.3.2",
"linkify-string": "^4.3.2",
"linkifyjs": "^4.3.2",
"localforage": "^1.10.0",
"localforage-setitems": "^1.4.0",
"lodash": "^4.17.21",
"masonry-layout": "^4.2.2",
"mini-css-extract-plugin": "^2.9.3",
"prismjs": "^1.30.0",
"qrcode.react": "^4.2.0",
"react": "^19.1.1",
"react-dev-utils": "^12.0.1",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "^19.1.1",
"react-error-boundary": "^6.0.0",
"react-hot-toast": "^2.5.2",
"react-i18next": "^15.6.1",
"react-redux": "^9.2.0",
"react-refresh": "0.17.0",
"react-router-dom": "^7.8.0",
"react-syntax-highlighter": "^15.6.1",
"react-textarea-autosize": "^8.5.9",
"react-use-wizard": "^2.3.0",
"react-viewport-list": "^7.1.2",
"react-virtuoso": "^4.13.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"rooks": "^8.4.0",
"slate": "^0.112.0",
"slate-history": "^0.110.3",
"slate-hyperscript": "^0.100.0",
"slate-react": "0.112.1",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"tailwind-merge": "2.5.4",
"terser-webpack-plugin": "^5.3.14",
"tippy.js": "^6.3.7",
"virtua": "^0.49.0",
"wavesurfer.js": "^7.10.1",
"webpack": "^5.101.0",
"webpack-dev-server": "^4.15.1",
"webpack-manifest-plugin": "^5.0.1",
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"workbox-webpack-plugin": "^7.3.0",
"yet-another-react-lightbox": "^3.25.0"
},
"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": "REACT_APP_OFFICIAL_DEMO=true pnpm build && gh-pages -d build",
"push:demo": "gh-pages -d build"
},
"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.28.0",
"@eslint/js": "^9.32.0",
"@types/lodash": "^4.17.20",
"@types/masonry-layout": "^4.2.8",
"@types/node": "^22.15.18",
"@types/react": "19.1.9",
"@types/react-dom": "^19.1.7",
"@types/react-helmet": "^6.1.11",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.21",
"babel-loader": "^9.2.1",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.1.0",
"eslint": "^9.32.0",
"gh-pages": "^6.3.0",
"md5-file": "^5.0.0",
"postcss": "^8.5.6",
"postcss-loader": "^8.1.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.0",
"webpack-bundle-analyzer": "^4.10.2"
},
"packageManager": "pnpm@10.14.0",
"pnpm": {
"patchedDependencies": {
"slate-react": "patches/slate-react.patch",
"@toast-ui/editor": "patches/@toast-ui__editor.patch"
},
"ignoredBuiltDependencies": [
"@firebase/util",
"core-js-pure",
"protobufjs"
]
}
}