Files
docs/package.json
Badr B 8a9d880f16 Merge pull request #14 from learnhouse/dependabot/npm_and_yarn/types/node-20.12.7
build(deps-dev): bump @types/node from 20.1.4 to 20.12.7
2024-04-21 19:14:16 +02:00

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.2.0"
},
"devDependencies": {
"@types/node": "20.12.7",
"typescript": "5.4.5"
}
}