diff options
| author | Saatvik Arya <[email protected]> | 2024-07-24 22:13:18 -0700 |
|---|---|---|
| committer | Saatvik Arya <[email protected]> | 2024-07-25 13:18:38 -0700 |
| commit | b5245b6ed3fef78a8db0cb2f760923ed3df44d01 (patch) | |
| tree | 9e002aa177cb671cfbdd4a77f6f7969f73b13653 /packages | |
| parent | telegram token (diff) | |
| download | supermemory-b5245b6ed3fef78a8db0cb2f760923ed3df44d01.tar.xz supermemory-b5245b6ed3fef78a8db0cb2f760923ed3df44d01.zip | |
pnpm
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/eslint-config/next.js | 1 | ||||
| -rw-r--r-- | packages/eslint-config/package.json | 8 | ||||
| -rw-r--r-- | packages/tailwind-config/package.json | 3 | ||||
| -rw-r--r-- | packages/ui/package.json | 11 |
4 files changed, 16 insertions, 7 deletions
diff --git a/packages/eslint-config/next.js b/packages/eslint-config/next.js index 0a337c9c..d29afee7 100644 --- a/packages/eslint-config/next.js +++ b/packages/eslint-config/next.js @@ -5,7 +5,6 @@ const project = resolve(process.cwd(), "tsconfig.json"); /** @type {import("eslint").Linter.Config} */ module.exports = { extends: [ - "next/core-web-vitals", "plugin:@typescript-eslint/recommended-type-checked", "plugin:@typescript-eslint/stylistic-type-checked", "plugin:eslint-plugin-next-on-pages/recommended", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 0f9a2d36..42c94914 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -8,12 +8,14 @@ "react-internal.js" ], "devDependencies": { + "@typescript-eslint/eslint-plugin": "^v6.21.0", + "@typescript-eslint/parser": "^v6.21.0", "@vercel/style-guide": "^5.2.0", - "eslint-config-turbo": "^1.12.4", + "eslint-config-next": "^14.2.5", "eslint-config-prettier": "^9.1.0", + "eslint-config-turbo": "^1.12.4", "eslint-plugin-only-warn": "^1.1.0", - "@typescript-eslint/parser": "^v6.21.0", - "@typescript-eslint/eslint-plugin": "^v6.21.0", + "eslint-plugin-next-on-pages": "^1.11.3", "typescript": "^5.3.3" } } diff --git a/packages/tailwind-config/package.json b/packages/tailwind-config/package.json index d8a93d01..f6441fd6 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -12,6 +12,7 @@ "lucide-react": "^0.378.0", "tailwind-merge": "^2.3.0", "tailwind-scrollbar": "^3.1.0", - "tailwindcss-animate": "^1.0.7" + "tailwindcss-animate": "^1.0.7", + "@tailwindcss/typography": "^0.5.13" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index ddc5009a..4e388ebb 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -8,15 +8,22 @@ }, "devDependencies": { "@repo/eslint-config": "*", - "@repo/typescript-config": "*", "@repo/tailwind-config": "*", + "@repo/typescript-config": "*", "@turbo/gen": "^1.12.4", - "@types/node": "^20.11.24", "@types/eslint": "^8.56.5", + "@types/node": "^20.11.24", "@types/react": "^18.2.61", "@types/react-dom": "^18.2.19", "eslint": "^8.57.0", "react": "^18.2.0", "typescript": "^5.3.3" + }, + "dependencies": { + "@radix-ui/react-dialog": "^1.0.5", + "class-variance-authority": "^0.7.0", + "clsx": "^2.1.1", + "cmdk": "^1.0.0", + "tailwind-merge": "^2.3.0" } } |