aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: ef8827d545920a5cf2fe6fe31b1c56d6b06df208 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "remember",
  "version": "0.1.0",
  "private": true,
  "workspaces": [
    "web"
  ],
  "dependencies": {
    "@next/eslint-plugin-next": "^14.1.0",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "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"
  }
}