2023-09-07 11:36:39 +00:00
|
|
|
{
|
2024-01-05 17:50:49 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
2023-10-16 05:27:49 +00:00
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
2024-01-05 17:50:49 +00:00
|
|
|
"license": "MIT",
|
2023-09-07 11:36:39 +00:00
|
|
|
"dependencies": {
|
2024-01-05 17:50:49 +00:00
|
|
|
"@vercel/analytics": "^1.1.1",
|
2023-09-13 13:11:32 +00:00
|
|
|
"docsgpt": "^0.2.4",
|
2024-01-05 17:50:49 +00:00
|
|
|
"next": "^14.0.4",
|
|
|
|
"nextra": "^2.13.2",
|
|
|
|
"nextra-theme-docs": "^2.13.2",
|
2023-09-07 11:36:39 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
}
|
2024-01-05 17:50:49 +00:00
|
|
|
}
|