diff options
| author | codetorso <[email protected]> | 2024-06-02 04:52:52 +0530 |
|---|---|---|
| committer | codetorso <[email protected]> | 2024-06-02 04:52:52 +0530 |
| commit | bfad1af6704338dc10b2d84c0379ecb7665fac04 (patch) | |
| tree | 7fb84dd2d1bf144b84cefdde985f5c75bc56cdab /package.json | |
| parent | added signin page (diff) | |
| download | supermemory-bfad1af6704338dc10b2d84c0379ecb7665fac04.tar.xz supermemory-bfad1af6704338dc10b2d84c0379ecb7665fac04.zip | |
Scroll Nav hide and Twitter Animated Border Implemented
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index d169b935..fd955db4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@cloudflare/next-on-pages": "1", "@cloudflare/workers-types": "^4.20240512.0", "@repo/eslint-config": "*", - "@repo/shared-types": "*", +"@repo/shared-types": "*", "@repo/tailwind-config": "*", "@repo/typescript-config": "*", "@repo/ui": "*", @@ -51,6 +51,7 @@ "@hookform/resolvers": "^3.4.2", "@iarna/toml": "^2.2.5", "@langchain/cloudflare": "^0.0.6", + "@million/lint": "^1.0.0-rc.18", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-progress": "^1.0.3", |