From 914d4b1ff18dd12aa23948c668d1ac1277949140 Mon Sep 17 00:00:00 2001
From: Timothy Carambat <rambat1010@gmail.com>
Date: Fri, 9 Jun 2023 09:30:42 -0700
Subject: [PATCH] Update package.jsons to reflect new project name (#11)

---
 frontend/package.json | 11 ++---------
 package.json          |  6 +++---
 server/package.json   |  4 ++--
 3 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/frontend/package.json b/frontend/package.json
index d141c2fc8..46e375eb1 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,7 +1,7 @@
 {
   "name": "anything-llm-frontend",
   "private": false,
-  "version": "0.1.0",
+  "version": "0.0.1-beta",
   "type": "module",
   "scripts": {
     "start": "vite --open",
@@ -12,22 +12,15 @@
   "dependencies": {
     "@esbuild-plugins/node-globals-polyfill": "^0.1.1",
     "@metamask/jazzicon": "^2.0.0",
-    "@react-oauth/google": "^0.11.0",
     "buffer": "^6.0.3",
-    "email-validator": "^2.0.4",
     "he": "^1.2.0",
-    "js-file-download": "^0.4.12",
-    "moment-timezone": "^0.5.43",
     "pluralize": "^8.0.0",
     "react": "^18.2.0",
-    "react-confetti-explosion": "^2.1.2",
     "react-device-detect": "^2.2.2",
     "react-dom": "^18.2.0",
-    "react-drag-drop-files": "^2.3.7",
     "react-feather": "^2.0.10",
     "react-loading-skeleton": "^3.1.0",
     "react-router-dom": "^6.3.0",
-    "react-type-animation": "^3.0.1",
     "text-case": "^1.0.9",
     "truncate": "^3.0.0",
     "uuid": "^9.0.0"
@@ -47,4 +40,4 @@
     "tailwindcss": "^3.3.1",
     "vite": "^4.3.0"
   }
-}
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 33d7d673b..578a6b6a8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
-  "name": "socials-to-chat",
-  "version": "1.0.0",
-  "description": "Turn creator socials into chatbots with long-term-memory though a simple UI",
+  "name": "anything-llm",
+  "version": "0.0.1-beta",
+  "description": "Turn anything into a chattable document through a simple UI",
   "main": "index.js",
   "author": "Timothy Carambat (Mintplex Labs)",
   "license": "MIT",
diff --git a/server/package.json b/server/package.json
index 313ee83a5..31ae23c63 100644
--- a/server/package.json
+++ b/server/package.json
@@ -1,6 +1,6 @@
 {
-  "name": "socials-to-chat-server",
-  "version": "1.0.0",
+  "name": "anything-llm-server",
+  "version": "0.0.1-beta",
   "description": "Server endpoints to process or create content for chatting",
   "main": "index.js",
   "author": "Timothy Carambat (Mintplex Labs)",
-- 
GitLab