forked from UNICKCHENG/openai-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "openai-proxy",
"version": "0.3.12",
"description": "openai-proxy is a solution provided for Chinese users to address the issue of being unable to make requests to the OpenAI API.",
"author": "",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"changelog": "standard-changelog"
},
"dependencies": {
"@upstash/ratelimit": "^0.4.3",
"ai": "^2.1.34",
"googlebard": "^1.0.7",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "10.0.4",
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vercel/analytics": "^1.0.2",
"conventional-changelog-conventionalcommits": "6.1.0",
"encoding": "^0.1.13",
"semantic-release": "21.0.7",
"standard-changelog": "^3.0.0",
"typescript": "^5.0.4"
}
}