-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from ant-xuexiao/refactor/project-folder-struc…
…ture refactor/project folder structure
- Loading branch information
Showing
109 changed files
with
3,333 additions
and
2,728 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
docker/ | ||
lui/ | ||
server/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SELF_PATH=/client/ | ||
SUPABASE_URL=http://localhost:8000 | ||
SUPABASE_API_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyAgCiAgICAicm9sZSI6ICJhbm9uIiwKICAgICJpc3MiOiAic3VwYWJhc2UtZGVtbyIsCiAgICAiaWF0IjogMTY0MTc2OTIwMCwKICAgICJleHAiOiAxNzk5NTM1NjAwCn0.dc_X5iR_VP_qT0zsiyj_I_OZ2T9FtRU2BBNWN8Bu4GE |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"name": "bot-meta", | ||
"version": "0.0.0", | ||
"private": true, | ||
"scripts": { | ||
"bootstrap": "yarn", | ||
"dev": "next dev", | ||
"build": "next build", | ||
"build:docker": "docker build -t bot-meta .", | ||
"start": "next start", | ||
"lint": "next lint", | ||
"format": "prettier --write \"app\"" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"dependencies": { | ||
"@auth0/nextjs-auth0": "^3.3.0", | ||
"@next/bundle-analyzer": "^13.4.19", | ||
"@nextui-org/react": "^2.2.9", | ||
"@supabase/supabase-js": "^2.32.0", | ||
"@tanstack/react-query": "^5.17.19", | ||
"@types/node": "20.4.5", | ||
"@types/react": "18.2.17", | ||
"@types/react-dom": "18.2.7", | ||
"ai": "^2.1.28", | ||
"autoprefixer": "10.4.14", | ||
"axios": "^1.6.7", | ||
"concurrently": "^8.2.2", | ||
"dayjs": "^1.11.10", | ||
"petercat-lui": "^0.0.4", | ||
"eslint": "8.46.0", | ||
"eslint-config-next": "13.4.12", | ||
"framer-motion": "^10.16.15", | ||
"https-proxy-agent": "^7.0.2", | ||
"immer": "^10.0.3", | ||
"langchain": "^0.0.187", | ||
"lodash": "^4.17.21", | ||
"next": "14.0.1", | ||
"openai": "^4.24.7", | ||
"postcss": "8.4.27", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-toastify": "^9.1.3", | ||
"tailwindcss": "3.3.3", | ||
"typescript": "5.1.6", | ||
"use-immer": "^0.9.0", | ||
"zod": "^3.22.3", | ||
"zod-to-json-schema": "^3.21.4" | ||
}, | ||
"devDependencies": { | ||
"@svgr/webpack": "^8.1.0", | ||
"@types/lodash": "^4.14.202", | ||
"prettier": "3.0.0" | ||
}, | ||
"repository": "https://github.com/ant-xuexiao/bot-combo.git" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.