mirror of
https://github.com/learnhouse/docs.git
synced 2026-02-18 23:41:46 +01:00
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.2.0 to 18.3.1. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
550 B
JSON
26 lines
550 B
JSON
{
|
|
"name": "learnhouse-docs",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"postbuild": "next-sitemap",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@react-aria/ssr": "^3.6.0",
|
|
"@vercel/analytics": "^1.0.1",
|
|
"next": "^14.2.2",
|
|
"next-sitemap": "^4.1.8",
|
|
"nextra": "^2.13.3",
|
|
"nextra-theme-docs": "^2.13.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.12.7",
|
|
"typescript": "5.4.5"
|
|
}
|
|
}
|