chore: reinstall npm fresh

moved dev dependencies to correct place
This commit is contained in:
c4lyp5o
2023-11-08 08:20:43 +08:00
parent d2b07733cd
commit 7b24613dd3
2 changed files with 820 additions and 548 deletions

1363
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -30,7 +30,6 @@
"axios-cache-interceptor": "^1.3.1",
"bootstrap": "^5.2.3",
"compare-versions": "^6.0.0-rc.1",
"concurrently": "^7.6.0",
"config": "^3.3.9",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
@@ -45,7 +44,6 @@
"knex": "^2.4.2",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.0.1",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"pg": "^8.9.0",
@@ -68,17 +66,18 @@
"swagger-autogen": "^2.23.5",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"web-vitals": "^2.1.4",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"concurrently": "^7.6.0",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"nodemon": "^3.0.1",
"vite": "^4.4.5"
},
"eslintConfig": {