mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
Bumps [next](https://github.com/vercel/next.js) from 14.2.26 to 15.3.3. - [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.2.26...v15.3.3) --- updated-dependencies: - dependency-name: next dependency-version: 15.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
345 B
JSON
18 lines
345 B
JSON
{
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vercel/analytics": "^1.1.1",
|
|
"docsgpt-react": "^0.5.1",
|
|
"next": "^15.3.3",
|
|
"nextra": "^2.13.2",
|
|
"nextra-theme-docs": "^2.13.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|