aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 3a17a8f7e08f883609672fc031c0a6c35c01bf1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "remember",
  "version": "0.1.0",
  "private": true,
  "workspaces": [
    "packages/*"
  ],
  "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"
  },
  "devDependencies": {
    "@types/node": "^20",
    "es-errors": "^1.3.0",
    "eslint": "^8.56.0",
    "eslint-config-next": "14.1.0",
    "eslint-plugin-tailwindcss": "^3.14.2",
    "install": "^0.13.0",
    "prettier": "3.2.5",
    "prettier-plugin-tailwindcss": "^0.5.11",
    "typescript": "^5"
  },
  "packageManager": "yarn@4.1.0"
}