This commit is contained in:
lishiyun1227
2023-04-17 14:47:10 +08:00
parent ec985f6a1d
commit e3f2d8e570
63 changed files with 1252 additions and 396 deletions

View File

@@ -9,7 +9,8 @@
"start": "next start",
"lint": "next lint",
"fetch": "node ./scripts/fetch-prompts.mjs",
"prepare": "husky install"
"prepare": "husky install",
"proxy-dev": "sh ./scripts/init-proxy.sh && proxychains -f ./scripts/proxychains.conf yarn dev"
},
"dependencies": {
"@hello-pangea/dnd": "^16.2.0",
@@ -18,7 +19,7 @@
"emoji-picker-react": "^4.4.7",
"eventsource-parser": "^0.1.0",
"fuse.js": "^6.6.2",
"next": "^13.2.3",
"next": "^13.3.0",
"node-fetch": "^3.3.1",
"openai": "^3.2.1",
"react": "^18.2.0",