mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-03 23:15:37 +00:00
6db38ad769
- Renamed _app.js to mdx (for Next 14) - Lint next config file & package.json
18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vercel/analytics": "^1.1.1",
|
|
"docsgpt": "^0.2.4",
|
|
"next": "^14.0.4",
|
|
"nextra": "^2.13.2",
|
|
"nextra-theme-docs": "^2.13.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|