diff options
| author | codeTorso <[email protected]> | 2024-08-12 04:36:54 +0530 |
|---|---|---|
| committer | codeTorso <[email protected]> | 2024-08-12 04:36:54 +0530 |
| commit | 28f8149c342ecbbff278521127903f66fc545d67 (patch) | |
| tree | 77655e10def6c64f640540d93267c0e3712628a4 /package.json | |
| parent | why is this novel shit broke (diff) | |
| download | supermemory-28f8149c342ecbbff278521127903f66fc545d67.tar.xz supermemory-28f8149c342ecbbff278521127903f66fc545d67.zip | |
alert when deleting space
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json index 21900aa3..e24f636a 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,12 @@ }, "devDependencies": { "@clack/prompts": "^0.7.0", + "@repo/db": "*", "@repo/eslint-config": "*", "@repo/shared-types": "*", "@repo/tailwind-config": "*", "@repo/typescript-config": "*", "@repo/ui": "*", - "@repo/db": "*", "lint-staged": "^15.2.5", "prettier": "^3.3.3", "rxjs": "^7.8.1", @@ -45,6 +45,7 @@ "@million/lint": "^1.0.0-rc.81", "@mozilla/readability": "^0.5.0", "@radix-ui/react-accordion": "^1.1.2", + "@radix-ui/react-alert-dialog": "^1.1.1", "@radix-ui/react-dropdown-menu": "^2.1.1", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.0.2", @@ -67,6 +68,8 @@ "cheerio": "^1.0.0-rc.12", "compromise": "^14.13.0", "crypto-browserify": "^3.12.0", + "drizzle-kit": "0.21.2", + "drizzle-orm": "0.30.0", "eslint-config-turbo": "^2.0.6", "framer-motion": "^11.2.6", "geist": "^1.3.0", @@ -100,9 +103,7 @@ "turndown": "^7.2.0", "uploadthing": "^6.10.4", "vaul": "^0.9.1", - "zod": "^3.23.8", - "drizzle-kit": "0.21.2", - "drizzle-orm": "0.30.0" + "zod": "^3.23.8" }, "trustedDependencies": [ "core-js-pure", |