mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-08 01:10:24 +00:00
e6b096c9e0
Bumps [next](https://github.com/vercel/next.js) from 14.0.4 to 14.1.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.0.4...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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.3.7",
|
|
"next": "^14.1.1",
|
|
"nextra": "^2.13.2",
|
|
"nextra-theme-docs": "^2.13.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|