made changes in package.json and added instructions nextra-docsgpt

This commit is contained in:
dhselar1423
2023-10-16 10:57:49 +05:30
parent aea6a434f1
commit 7b28d353ee

View File

@@ -1,4 +1,10 @@
{
"scripts":{
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"@vercel/analytics": "^1.0.2",
"docsgpt": "^0.2.4",
@@ -8,4 +14,4 @@
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
}