chore(deps): install cron-parser
This commit is contained in:
15
package.json
15
package.json
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user