docs: nextra v4

This commit is contained in:
Carson M.
2025-04-04 02:19:36 -05:00
parent 79122668c4
commit 773d836a2f
35 changed files with 1306 additions and 1925 deletions

View File

@@ -3,24 +3,29 @@
"name": "ort-docs",
"version": "0.0.0",
"scripts": {
"dev": "next dev",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start"
"start": "next start",
"postbuild": "pagefind --site .next/server/app --output-path out/_pagefind"
},
"dependencies": {
"next": "^15.0.2",
"nextra": "^3.2.0",
"nextra-theme-docs": "^3.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"next": "^15.2.4",
"nextra": "^4.2.17",
"nextra-theme-docs": "^4.2.17",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/node": "^22.8.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
"@types/node": "^22.14.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"pagefind": "^1.3.0",
"typescript": "^5.8.2"
},
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af",
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
}
}