97 lines
2.5 KiB
JSON
97 lines
2.5 KiB
JSON
{
|
|
"name": "rustchat-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "http://privoce.rustchat.com",
|
|
"dependencies": {
|
|
"@babel/core": "^7.16.10",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
|
|
"@reduxjs/toolkit": "^1.7.1",
|
|
"@rtk-query/codegen-openapi": "^1.0.0-alpha.1",
|
|
"@svgr/webpack": "^6.2.0",
|
|
"axios": "^0.25.0",
|
|
"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.19.1",
|
|
"camelcase": "^6.3.0",
|
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
"css-loader": "^6.5.1",
|
|
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
"dayjs": "^1.10.7",
|
|
"dotenv": "^14.2.0",
|
|
"dotenv-expand": "^6.0.1",
|
|
"eslint": "^8.7.0",
|
|
"event-source-polyfill": "^1.0.25",
|
|
"file-loader": "^6.2.0",
|
|
"fs-extra": "^10.0.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"mini-css-extract-plugin": "^2.5.2",
|
|
"react": "^17.0.2",
|
|
"react-dev-utils": "^12.0.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-hot-toast": "^2.2.0",
|
|
"react-icons": "^4.3.1",
|
|
"react-redux": "^7.2.6",
|
|
"react-refresh": "^0.11.0",
|
|
"react-router-dom": "6",
|
|
"react-textarea-autosize": "^8.3.3",
|
|
"redux-persist": "^6.0.0",
|
|
"resolve": "^1.21.1",
|
|
"rooks": "^5.10.0",
|
|
"semver": "^7.3.5",
|
|
"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.0",
|
|
"webpack": "^5.66.0",
|
|
"webpack-dev-server": "^4.7.3",
|
|
"webpack-manifest-plugin": "^4.1.1",
|
|
"workbox-webpack-plugin": "^6.4.2"
|
|
},
|
|
"scripts": {
|
|
"start": "node scripts/start.js",
|
|
"build": "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.1.0",
|
|
"@commitlint/config-conventional": "^16.0.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.28.0",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"gh-pages": "^3.2.3",
|
|
"husky": "^7.0.4",
|
|
"lint-staged": "^12.2.2",
|
|
"postcss": "^8.4.5",
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
"postcss-loader": "^6.2.1",
|
|
"postcss-preset-env": "^7.2.3",
|
|
"prettier": "^2.5.1"
|
|
}
|
|
}
|