chore(deps): install cron-parser

This commit is contained in:
karishmas6
2024-10-26 00:39:48 +05:30
parent c1ce674ba8
commit 605af5ad66

View File

@@ -28,6 +28,7 @@
"bullmq": "^5.12.15", "bullmq": "^5.12.15",
"cookie-parser": "^1.4.6", "cookie-parser": "^1.4.6",
"cors": "^2.8.5", "cors": "^2.8.5",
"cron-parser": "^4.9.0",
"cross-fetch": "^4.0.0", "cross-fetch": "^4.0.0",
"csurf": "^1.11.0", "csurf": "^1.11.0",
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
@@ -68,13 +69,13 @@
"winston": "^3.5.1" "winston": "^3.5.1"
}, },
"scripts": { "scripts": {
"start": "concurrently -k \"npm run server\" \"npm run client\"", "start": "concurrently -k \"npm run server\" \"npm run client\"",
"server": "./node_modules/.bin/nodemon server/src/server.ts", "server": "./node_modules/.bin/nodemon server/src/server.ts",
"client": "vite", "client": "vite",
"build": "vite build", "build": "vite build",
"test": "vite preview", "test": "vite preview",
"lint": "./node_modules/.bin/eslint ." "lint": "./node_modules/.bin/eslint ."
}, },
"eslintConfig": { "eslintConfig": {
"extends": [ "extends": [
"react-app" "react-app"