151 lines
4.9 KiB
JSON
151 lines
4.9 KiB
JSON
{
|
|
"name": "vocechat-web",
|
|
"version": "0.4.16",
|
|
"homepage": "https://voce.chat",
|
|
"dependencies": {
|
|
"@electron-toolkit/preload": "^2.0.0",
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"@metamask/onboarding": "^1.0.1",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
|
"@react-oauth/google": "^0.11.1",
|
|
"@reduxjs/toolkit": "^1.9.5",
|
|
"@svgr/webpack": "^8.0.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",
|
|
"@udecode/plate": "16.8",
|
|
"@uiball/loaders": "^1.3.0",
|
|
"agora-rtc-sdk-ng": "^4.18.2",
|
|
"broadcast-channel": "^5.1.0",
|
|
"browserslist": "^4.21.10",
|
|
"clsx": "^2.0.0",
|
|
"copy-image-clipboard": "^2.1.2",
|
|
"css-loader": "^6.8.1",
|
|
"css-minimizer-webpack-plugin": "^5.0.1",
|
|
"dayjs": "^1.11.9",
|
|
"dotenv": "^16.3.1",
|
|
"dotenv-expand": "^10.0.0",
|
|
"emoji-mart": "5.5.2",
|
|
"eslint": "^8.46.0",
|
|
"file-loader": "^6.2.0",
|
|
"firebase": "^10.1.0",
|
|
"framer-motion": "^10.15.0",
|
|
"fs-extra": "^11.1.1",
|
|
"heic2any": "^0.0.4",
|
|
"html-webpack-plugin": "^5.5.3",
|
|
"i18next": "^23.4.1",
|
|
"i18next-browser-languagedetector": "^7.1.0",
|
|
"i18next-http-backend": "^2.2.1",
|
|
"linkify-plugin-mention": "^4.1.1",
|
|
"linkify-react": "^4.1.1",
|
|
"linkifyjs": "^4.1.1",
|
|
"localforage": "^1.10.0",
|
|
"localforage-setitems": "^1.4.0",
|
|
"lodash": "^4.17.21",
|
|
"masonry-layout": "^4.2.2",
|
|
"mini-css-extract-plugin": "^2.7.6",
|
|
"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-error-boundary": "^4.0.10",
|
|
"react-helmet": "^6.1.0",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-i18next": "^13.0.2",
|
|
"react-redux": "^8.1.2",
|
|
"react-refresh": "0.14.0",
|
|
"react-router-dom": "^6.14.2",
|
|
"react-scripts": "^5.0.1",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-textarea-autosize": "^8.5.2",
|
|
"react-use-wizard": "^2.2.3",
|
|
"react-viewport-list": "^7.1.1",
|
|
"react-virtuoso": "^4.4.2",
|
|
"rooks": "^7.14.1",
|
|
"slate": "^0.94.1",
|
|
"slate-history": "^0.93.0",
|
|
"slate-react": "0.94.2",
|
|
"source-map-loader": "^4.0.1",
|
|
"style-loader": "^3.3.3",
|
|
"styled-components": "^5.3.11",
|
|
"terser-webpack-plugin": "^5.3.9",
|
|
"tippy.js": "^6.3.7",
|
|
"typescript": "^5.1.6",
|
|
"wavesurfer.js": "^7.1.1",
|
|
"webpack": "^5.88.2",
|
|
"webpack-dev-server": "^4.15.1",
|
|
"webpack-manifest-plugin": "^5.0.0",
|
|
"workbox-background-sync": "^7.0.0",
|
|
"workbox-broadcast-update": "^7.0.0",
|
|
"workbox-cacheable-response": "^7.0.0",
|
|
"workbox-core": "^7.0.0",
|
|
"workbox-expiration": "^7.0.0",
|
|
"workbox-navigation-preload": "^7.0.0",
|
|
"workbox-precaching": "^7.0.0",
|
|
"workbox-range-requests": "^7.0.0",
|
|
"workbox-routing": "^7.0.0",
|
|
"workbox-strategies": "^7.0.0",
|
|
"workbox-streams": "^7.0.0",
|
|
"workbox-webpack-plugin": "^7.0.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 yarn build && gh-pages -d build",
|
|
"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.22.9",
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
|
|
"@types/emoji-mart": "^3.0.9",
|
|
"@types/masonry-layout": "^4.2.5",
|
|
"@types/react-helmet": "^6.1.6",
|
|
"@types/node": "^20.4.5",
|
|
"@types/react": "^18.2.17",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/react-syntax-highlighter": "^15.5.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
|
"@typescript-eslint/parser": "^6.2.0",
|
|
"@welldone-software/why-did-you-render": "^7.0.1",
|
|
"autoprefixer": "^10.4.14",
|
|
"babel-loader": "^9.1.3",
|
|
"babel-plugin-named-asset-import": "^0.3.8",
|
|
"babel-preset-react-app": "^10.0.1",
|
|
"eslint-config-prettier": "^8.9.0",
|
|
"eslint-plugin-import": "^2.28.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"eslint-plugin-react": "^7.33.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"gh-pages": "^5.0.0",
|
|
"md5-file": "^5.0.0",
|
|
"patch-package": "^8.0.0",
|
|
"postcss": "^8.4.27",
|
|
"postcss-loader": "^7.3.3",
|
|
"postinstall-postinstall": "^2.1.0",
|
|
"prettier": "^3.0.0",
|
|
"tailwindcss": "^3.3.3"
|
|
}
|
|
}
|