mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 06:20:10 +01:00
Update package.jsons to reflect new project name (#11)
This commit is contained in:
parent
8947e63042
commit
914d4b1ff1
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
@ -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",
|
||||
|
@ -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)",
|
||||
|
Loading…
Reference in New Issue
Block a user