Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Administrator
/
chatgpt.ai-pro.org
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
3
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ca7417ef
authored
2024-05-06 09:16:05 +0800
by
Leff Tubat
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed unused dependencies
1 parent
f2babbf6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
package-lock.json
package.json
package-lock.json
View file @
ca7417e
This diff is collapsed.
Click to expand it.
package.json
View file @
ca7417e
...
...
@@ -5,8 +5,7 @@
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"start"
:
"node index.js"
,
"dev"
:
"nodemon index.js"
"start"
:
"node index.js"
},
"author"
:
""
,
"license"
:
"ISC"
,
...
...
@@ -20,11 +19,9 @@
"dotenv"
:
"^16.0.3"
,
"express"
:
"^4.18.2"
,
"express-rate-limit"
:
"^6.7.0"
,
"js-cookie"
:
"^3.0.5"
,
"js-tiktoken"
:
"1.0.7"
,
"morgan"
:
"^1.10.0"
,
"node-fetch"
:
"^2.7.0"
,
"nodemon"
:
"^3.1.0"
,
"openai"
:
"^3.2.0"
}
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment