aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/package.json b/package.json
index ef8827d5..e4b183f0 100644
--- a/package.json
+++ b/package.json
@@ -3,15 +3,25 @@
"version": "0.1.0",
"private": true,
"workspaces": [
- "web"
+ "web",
+ "crawler",
+ "shared"
],
"dependencies": {
"@next/eslint-plugin-next": "^14.1.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
+ "bullmq": "^5.1.9",
"class-variance-authority": "^0.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
- "eslint-plugin-react-hooks": "^4.6.0"
+ "eslint-plugin-react-hooks": "^4.6.0",
+ "winston": "^3.11.0"
+ },
+ "devDependencies": {
+ "typescript": "^5",
+ "@types/node": "^20",
+ "eslint": "^8.56.0",
+ "eslint-config-next": "14.1.0"
}
}