🔧 Cleaned up package.json and bumped airdcpp-apisocket

This commit is contained in:
2023-02-27 13:52:05 -05:00
parent bcd53b3ad0
commit 45bcb4102d
4 changed files with 131 additions and 1881 deletions

View File

@@ -26,30 +26,27 @@
"@fortawesome/fontawesome-free": "^6.1.1",
"@parcel/config-default": "^2.6.0",
"@redux-devtools/extension": "^3.2.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@tanstack/react-table": "^8.5.11",
"@types/mime-types": "^2.1.0",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/sharp": "^0.28.0",
"@types/socket.io": "^3.0.2",
"@types/socket.io-client": "^3.0.0",
"@vitejs/plugin-react": "^3.1.0",
"airdcpp-apisocket": "^2.4.4",
"array-sort-by": "^1.2.1",
"airdcpp-apisocket": "2.4.5-beta.1",
"axios": "^0.27.2",
"axios-rate-limit": "^1.3.0",
"axios-simple-cache-adapter": "^1.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-minify": "^0.5.2",
"better-docs": "^2.7.2",
"comlink-loader": "^2.0.0",
"date-fns": "^2.28.0",
"dayjs": "^1.10.6",
"ellipsize": "^0.1.0",
"express": "^4.17.1",
"fastest-validator": "^1.11.0",
"filename-parser": "^1.0.2",
"final-form": "^4.20.2",
"final-form-arrays": "^3.0.2",
@@ -57,7 +54,6 @@
"jsdoc": "^3.6.10",
"lodash": "^4.17.21",
"node-sass": "npm:sass",
"opds-extra": "^3.0.9",
"pretty-bytes": "^5.6.0",
"prop-types": "^15.8.1",
"qs": "^6.10.5",
@@ -85,13 +81,11 @@
"redux-first-history": "^5.0.9",
"redux-socket.io-middleware": "^1.0.4",
"redux-thunk": "^2.4.1",
"sharp": "^0.30.5",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.3.2",
"styled-components": "^5.3.5",
"threetwo-ui-typings": "^1.0.14",
"vite-plugin-html": "^3.2.0",
"voca": "^1.4.0",
"websocket": "^1.0.34",
"ws": "^7.5.3",
"xml2js": "^0.4.23",
@@ -114,7 +108,6 @@
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.1",
"@tsconfig/node14": "^1.0.0",
"@types/express": "^4.17.8",
"@types/jest": "^26.0.20",
@@ -125,10 +118,8 @@
"@types/react-redux": "^7.1.16",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^10.0.0",
"body-parser": "^1.19.0",
"buffer": "^6.0.3",
"bulma": "^0.9.4",
"comlink": "^4.3.0",
"concurrently": "^4.0.0",
@@ -142,8 +133,6 @@
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"express": "^4.17.1",
"fs-extra": "^9.1.0",
"http-response-stream": "^1.0.9",
"install": "^0.13.0",
"jest": "^26.6.3",
"nodemon": "^1.17.3",
@@ -152,10 +141,8 @@
"react-refresh": "^0.14.0",
"rimraf": "^3.0.2",
"sass": "^1.58.1",
"string-similarity": "^4.0.4",
"tslint": "^6.1.3",
"typescript": "^4.2.3",
"url-loader": "^1.0.1",
"vite": "^4.1.1"
},
"resolutions": {

View File

@@ -1 +0,0 @@
github: [rishighan]

View File

@@ -1,11 +1,15 @@
import react from '@vitejs/plugin-react';
import { nodeResolve } from "@rollup/plugin-node-resolve";
import { defineConfig } from 'vite';
export default defineConfig({
// publicDir: './public',
build: "esnext",
plugins: [
// …
nodeResolve({
// browser: true
exportConditions: ['node'],
}),
react({
// Use React plugin in all *.jsx and *.tsx files
include: '**/*.{jsx,tsx}',

1988
yarn.lock

File diff suppressed because it is too large Load Diff