130 lines
3.8 KiB
JSON
130 lines
3.8 KiB
JSON
{
|
|
"name": "rustchat-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "http://privoce.rustchat.com",
|
|
"dependencies": {
|
|
"@babel/core": "^7.17.8",
|
|
"@metamask/onboarding": "^1.0.1",
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
|
|
"@reduxjs/toolkit": "^1.8.0",
|
|
"@rtk-query/codegen-openapi": "^1.0.0-alpha.1",
|
|
"@svgr/webpack": "^6.2.1",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"@toast-ui/editor": "^3.1.3",
|
|
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.0.0",
|
|
"@toast-ui/react-editor": "^3.1.3",
|
|
"@udecode/plate": "^10.4.2",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^0.26.1",
|
|
"babel-loader": "^8.2.3",
|
|
"babel-plugin-named-asset-import": "^0.3.8",
|
|
"babel-preset-react-app": "^10.0.1",
|
|
"bfj": "^7.0.2",
|
|
"browserslist": "^4.20.2",
|
|
"camelcase": "^6.3.0",
|
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
"css-loader": "^6.7.1",
|
|
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
"dayjs": "^1.11.0",
|
|
"dotenv": "^16.0.0",
|
|
"dotenv-expand": "^8.0.3",
|
|
"emoji-mart": "^3.0.1",
|
|
"eslint": "^8.11.0",
|
|
"event-source-polyfill": "^1.0.26",
|
|
"file-loader": "^6.2.0",
|
|
"firebase": "^9.6.9",
|
|
"fs-extra": "^10.0.1",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"linkify-it": "^3.0.3",
|
|
"localforage": "^1.10.0",
|
|
"masonry-layout": "^4.2.2",
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
"react": "^17.0.2",
|
|
"react-dev-utils": "^12.0.0",
|
|
"react-dnd": "^15.1.1",
|
|
"react-dnd-html5-backend": "^15.1.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-google-login": "^5.2.2",
|
|
"react-helmet": "^6.1.0",
|
|
"react-hot-toast": "^2.2.0",
|
|
"react-icons": "^4.3.1",
|
|
"react-linkify": "^1.0.0-alpha",
|
|
"react-markdown": "^8.0.1",
|
|
"react-pdf": "^5.7.1",
|
|
"react-redux": "^7.2.6",
|
|
"react-refresh": "^0.11.0",
|
|
"react-router-dom": "6",
|
|
"react-textarea-autosize": "^8.3.3",
|
|
"react-window": "^1.8.6",
|
|
"remark-slate": "^1.8.5",
|
|
"resolve": "^1.22.0",
|
|
"rich-markdown-editor": "^11.21.3",
|
|
"rooks": "^5.10.3",
|
|
"semver": "^7.3.5",
|
|
"showdown": "^2.0.3",
|
|
"showdown-highlight": "^3.0.0",
|
|
"slate": "^0.75.0",
|
|
"slate-auto-replace": "^0.12.1",
|
|
"slate-history": "^0.66.0",
|
|
"slate-hyperscript": "^0.67.0",
|
|
"slate-react": "^0.75.0",
|
|
"source-map-loader": "^3.0.1",
|
|
"style-loader": "^3.3.1",
|
|
"styled-components": "^5.3.3",
|
|
"styled-reset": "^4.3.4",
|
|
"terser-webpack-plugin": "^5.3.1",
|
|
"tippy.js": "^6.3.7",
|
|
"webpack": "^5.70.0",
|
|
"webpack-dev-server": "^4.7.4",
|
|
"webpack-manifest-plugin": "^5.0.0",
|
|
"workbox-webpack-plugin": "^6.5.1"
|
|
},
|
|
"resolutions": {
|
|
"prosemirror-tables": "^1.1.1"
|
|
},
|
|
"scripts": {
|
|
"start": "REACT_APP_BUILD_TIME=$(date +%s) node scripts/start.js",
|
|
"build": "REACT_APP_BUILD_TIME=$(date +%s) node scripts/build.js",
|
|
"deploy": "yarn build && gh-pages -d build",
|
|
"lint": "lint-staged",
|
|
"prepare": "husky install"
|
|
},
|
|
"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": {
|
|
"@commitlint/cli": "^16.2.3",
|
|
"@commitlint/config-conventional": "^16.2.1",
|
|
"autoprefixer": "^10.4.4",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"gh-pages": "^3.2.3",
|
|
"husky": "^7.0.4",
|
|
"lint-staged": "^12.3.7",
|
|
"postcss": "^8.4.12",
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
"postcss-loader": "^6.2.1",
|
|
"postcss-preset-env": "^7.4.3",
|
|
"prettier": "^2.6.0"
|
|
}
|
|
}
|