feat: lots updates

This commit is contained in:
zerosoul
2022-03-02 17:21:16 +08:00
parent 834c379e7c
commit b6b0a0c5ef
38 changed files with 1971 additions and 501 deletions
+17 -16
View File
@@ -4,32 +4,33 @@
"private": true,
"homepage": "http://privoce.rustchat.com",
"dependencies": {
"@babel/core": "^7.17.0",
"@babel/core": "^7.17.5",
"@metamask/onboarding": "^1.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@reduxjs/toolkit": "^1.7.2",
"@reduxjs/toolkit": "^1.8.0",
"@rtk-query/codegen-openapi": "^1.0.0-alpha.1",
"@svgr/webpack": "^6.2.1",
"@tippyjs/react": "^4.2.6",
"animate.css": "^4.1.1",
"axios": "^0.25.0",
"axios": "^0.26.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",
"browserslist": "^4.19.3",
"camelcase": "^6.3.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"dayjs": "^1.10.7",
"dayjs": "^1.10.8",
"dotenv": "^16.0.0",
"dotenv-expand": "^8.0.1",
"emoji-mart": "^3.0.1",
"eslint": "^8.8.0",
"eslint": "^8.10.0",
"event-source-polyfill": "^1.0.25",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"firebase": "^9.6.7",
"fs-extra": "^10.0.1",
"html-webpack-plugin": "^5.5.0",
"linkify-it": "^3.0.3",
"mini-css-extract-plugin": "^2.5.3",
@@ -57,10 +58,10 @@
"styled-reset": "^4.3.4",
"terser-webpack-plugin": "^5.3.1",
"tippy.js": "^6.3.7",
"webpack": "^5.68.0",
"webpack": "^5.69.1",
"webpack-dev-server": "^4.7.4",
"webpack-manifest-plugin": "^4.1.1",
"workbox-webpack-plugin": "^6.4.2"
"workbox-webpack-plugin": "^6.5.0"
},
"scripts": {
"start": "node scripts/start.js",
@@ -87,21 +88,21 @@
]
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"autoprefixer": "^10.4.2",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"gh-pages": "^3.2.3",
"husky": "^7.0.4",
"lint-staged": "^12.3.3",
"postcss": "^8.4.6",
"lint-staged": "^12.3.4",
"postcss": "^8.4.7",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.3.1",
"postcss-preset-env": "^7.4.1",
"prettier": "^2.5.1"
}
}